Parsing access log in 6.0 SP2

I want to exclude a html page from being written to the access log i iPlanet6 SP2. Is this possible?

You didn't give the specs on the boxes but 300 threads is probably way too
high. Here's a good rule of thumb:
NT/1CPU = 14 free exec threads when idle (use ctrl-break to verify)
NT/2CPU = 28 free exec threads when idle
SolSparc/2CPU = 48 free exec threads when idle (use kill -3 to verify)
SolSparc/4CPU = 96 free exec threads when idle
Note that some exec threads get gobbled by WL itself so after setting the
value you need to figure out how many you actually have available. For
example, if you set it to 15 you may end up with only 10 which means your
expectation is 33% off reality.
Peace,
Cameron Purdy
Tangosol, Inc.
Clustering Weblogic? You're either using Coherence, or you should be!
Download a Tangosol Coherence eval today at http://www.tangosol.com/
"Kirk Everett" <[email protected]> wrote in message
news:[email protected]..
We are getting out-of-memory errors on solaris using 6.0 SP2. We are
seeing the heap size just grow and grow at a steady pace as the
application is stressed tested using load runner. The tests simulate
only about 30-60 users with a fairly light workload. We've run basically
the same tests on NT without the memory problems so I'm wondering if it
has anything to do with our env. We've basically trimed the script to
do just login/logout and the heap grows to over 600MB in about 2 hours.
We've poured over our login/logout code and can't find any places where
we are holding onto memory. Just before the process runs out of memory
we get a log of full gc messages that take about 30 seconds with no
significant change in the heap size. Their are 4 instances running with
a 1GB heap and 300 execute threads each (2 weblogic instances on a
box). Could the heap size/execute thread be causing problems? I think
the heap and execute thread size is a bit excessive given there are only
50 db connections. I'd like to hear anyone's opinion on this problem
and our settings. Thanks.
Kirk

Similar Messages

  • UI for parsing access logs

    Has anyone built or know of an application that can parse the
    FMS logs and generate meaningful reports at a glance?

    Thanks jrv, that worked momentarily. I have amended my script...
    $Servers="TCPP2B1W01","TCPP2B1W02"
    Foreach ($Server in $Servers){
    $Logs=(Get-ChildItem "\\$server\L$\Logs\IIS\") | Where {$_.LastWriteTime.Date -eq (Get-Date).Date}
    foreach ($Log in $logs){
    $LogFiles=(Get-ChildItem $log.FullName | Where {$_.LastWriteTime.Date -eq (Get-Date).Date})
    foreach ($LogFile in $LogFiles){
    $csv=import-csv $LogFile.FullName
    $CSV | Measure-Object time-taken -Average
    But I get the following error...
    Measure-Object : Property "time-taken" cannot be found in any object(s) input.
    At D:\Powershell\Dev\IISTimeTaken.ps1:20 char:8
    + $CSV | Measure-Object time-taken -Average
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : InvalidArgument: (:) [Measure-Object], PSArgumentException
    + FullyQualifiedErrorId : GenericMeasurePropertyNotFound,Microsoft.PowerShell.Commands.MeasureObjectCommand

  • Traffic stats for each domain? (parse access.log?)

    Any apps that can show me the bandwidth usage of each domain? can only get graphs from all sites, not split up via the server admin tool...
    Kind regards
    Morten

    Do you really mean a bandwidth graph of each domain? or just traffic?
    For a start, per-domain stats are usually implemented by logging each domain/site to a different log file, one per site rather than one log file for all sites.
    That's partly because the standard apache log does not include the hostname of each request, so there's no way to tell if the request for /index.html was for site1, site2 or site3.
    Now, you can tweak the log format to include the hostname, but it's non-standard. Having separate log files for each site is generally easier.
    Even then that won't tell you bandwidth utilization because the logs only include the size of each request, not the duration… in other words you cannot tell whether that 1MB file took 1 second (8mbps) or 1 minute (≈140kbps) which is what's important.
    That said, most of the common apache log analysis apps (such as awstats do a pretty good job of approximating throughput.

  • Can no longer access log files from EM(ECM11.1.1.6.0).

    Full UI popup error is " Stream closed ADF_FACES-60097:For more information, please see the server's error log for an entry beginning with: ADF_FACES-60096:Server Exception during PPR, #4"
    Of course, I can't see any further errors in the logs,so I'm really at a disadvantage. am currently asking client if he sees anything in the Console for errors.
    This was working just fine, no issues accessing logs from EM. No configiration changes were made, there's almost 8gb RAM available on this box(SOA on different BOX). ECM set up is Admin, IPM, UCM on this box.
    Is there special memory settings for logs?

    log from Admin Console is this:
    <Dec 11, 2012 12:03:32 PM PST> <Error> <oracle.adfinternal.view.faces.config.rich.RegistrationConfigurator> <BEA-000000> <ADF_FACES-60096:Server Exception during PPR, #6
    java.io.IOException: Stream closed
    at java.io.BufferedInputStream.getInIfOpen(BufferedInputStream.java:134)
    at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
    at java.io.BufferedInputStream.read(BufferedInputStream.java:237)
    at oracle.xml.parser.v2.XMLReader.pushXMLReader(XMLReader.java:416)
    at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:315)
    at oracle.jsp.parse.XMLUtil.getDocument(XMLUtil.java:447)
    at oracle.jsp.parse.OracleJsp2Java.transformImpl(OracleJsp2Java.java:402)
    at oracle.jsp.parse.OracleJsp2Java.transform(OracleJsp2Java.java:593)
    at oracle.jsp.runtimev2.JspPageCompiler.attemptCompilePage(JspPageCompiler.java:691)
    at oracle.jsp.runtimev2.JspPageCompiler.compileBothModes(JspPageCompiler.java:490)
    at oracle.jsp.runtimev2.JspPageCompiler.parseAndGetTreeNode(JspPageCompiler.java:457)
    at oracle.jsp.runtimev2.JspPageInfo.compileAndLoad(JspPageInfo.java:624)
    at oracle.jsp.runtimev2.JspPageTable.compileAndServe(JspPageTable.java:645)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:387)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:810)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:734)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:821)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:180)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.sysman.eml.app.JSPFilter.doFilter(JSPFilter.java:93)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.sysman.core.model.targetauth.EMLangPrefFilter.doFilter(EMLangPrefFilter.java:158)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:527)
    at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:253)
    at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:410)
    at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:45)
    at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:45)
    at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:45)
    at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:45)
    at org.apache.myfaces.trinidadinternal.context.FacesContextFactoryImpl$OverrideDispatch.dispatch(FacesContextFactoryImpl.java:268)
    at com.sun.faces.application.ViewHandlerImpl.executePageToBuildView(ViewHandlerImpl.java:471)
    at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:140)
    at javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:191)
    at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:193)
    at oracle.sysman.emSDK.adfext.ctlr.EMViewHandlerImpl.renderView(EMViewHandlerImpl.java:158)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._renderResponse(LifecycleImpl.java:911)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:367)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:222)
    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:266)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.sysman.emSDK.license.LicenseFilter.doFilter(LicenseFilter.java:102)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:205)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:106)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:447)
    at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:447)
    Again, this is from me simply acessing any standard WLS log on the ECM Domain.
    Lgin as weblogic, then Farm->logs>View Log Messages

  • Script to pull all connections from one IP out of DPS access logs...

    I need an efficient script to pull all of the connections for 2 IP's (or match the first two octets of the IP will cover both addresses also) from multiple DPS access logs out and write them to a file.
    The current one-liner I've been using doesn't work well with multiple access log files. So I tried combining multiple logs into one access log, and then trying to parse that large log file (around . The problem is, I am now getting the error: "bash: /usr/bin/egrep: Arg list too long", which is because it takes all of the connection numbers and builds a grep with them.
    Here is the one-liner I've been using:
    FILTER='client=192.168.1.1|client=192.168.2.1'; FILE='access.*'; for j in $FILE; do unset CONN; for i in `egrep -h "$FILTER" $j | awk '{print $8}'`; do CONN="$CONN|$i"; done; if [ -n "${CONN+x}" ]; then egrep -h $CONN $j; fi; done | sort -t '/' -k2,2M -k1n
    Is there a faster and more efficient way to pull out all of the connections from one or more IP's in access logs? I would think someone out there would have written something to do this?
    Thanks everyone!!!
    Edited by: keesor on Aug 17, 2011 2:49 PM

    It could be as simple as
    lgrep -O conn <IP> access
    If you have more logs you can cat them and pipe the output to lgrep in a pipeline, like:
    cat access.1 access.2 ... access.n | lgrep -O conn <IP>
    Just make sure that the logs are listed in sequence. The script won't produce reliable results if the log is non-sequential.

  • Accessing to Windows Server 2003 SP2 R2 32-bit from a Windows XP SP3 32-bit leaves a fork of the explorer and its children processes !!!

    When I try to access to Windows Server 2003 SP2 R2 32-bit from a Windows XP SP3 32-bit and then closes the RDP from Windows XP (the client side), a fork of the explorer and its children processes will persist in the server side !!!
    Take a look at the screenshot to understand:
    is this normal behavior !?
    Thank you for your understanding ;)

    Hi,
    I think this is normal behavior.
    You just close the RDP from client side but not log off the server, right?
    Regards.
    Vivian Wang
    Yes, right I closed the RDP from client side, not log off the server.

  • Parse Webi Logs

    Has anyone ever attempted to parse a BO webi log file with powershell (or other windows scripting language) to get something in a more friendly output that could be passed on to an internal support team for review?  For example, when I review our log files I see a variety of error messages that might be something I need to pay attention to as a system admin or they might be 'training' type errors that I can hand off to our support team to get with the user.  I want to parse out the 'useful' info and ignore the noise ( such as excess info, 'soft errors', or successes).  Plus, the support team does not have access to our webi logs/webi servers.
    I am self-teaching as I go with powershell and since I have other scripts running in powershell, I started with that (there could be a better way).  I would just like to extract the date, server, full error information and username and format it to a list.  There is just no easy way that I can figure out to identify a single log entry line... or to know where the error information 'really' ends.  Maybe I'm overlooking the obvious though - which is very possible as these webi logs make my eyes go buggy!
    Has anyone ever tried anything like this and can share some insight? we are on 4.0 sp7 patch 7 if it makes a difference in log format or anything.
    thanks in advance,
    Missy

    Hi Mani,
    Thanks for the link to the trace settings - yet another good resource you have provided.  Our ini file is set as follows:
    active = true;
    importance = xl;
    alert = true;
    severity = 'E';
    //keep = false;
    //size = 100 * 1000;
    So, mostly defaults.  Not sure the exact difference in context between s, m, l, and xl, but even with these settings noted above, in our webiserver log, for example, I will get a line that looks like this:
    |12671c8e-cc1c-5164-2b7f-d36028aea63d|2014 07 30 17:14:58:479|-0400|Error| |>>| | |webiserver_SERVERA.WebIntelligenceProcessingServer| 9984|3984|| |2|0|2|0|BIlaunchpad.WebApp|SERVERA:7616:65.106749:1|Webi SDK.CorbaServerImpl.doProcess()|SERVERA:7616:65.106749:2|webiserver_SERVERA.WebIntelligenceProcessingServer.loadStateMDP|localhost:9984:3984.119276:1|CtC8xxN8nEPIkk05usjbm5s1a0fb|||||||||||AsyncCaller:WebiSession[AS6LS2uphS9GilVoKXDMP9k]: loadState by user 'userA' on document 'Webi Report A'  AsyncCaller.cpp:181:bool __cdecl async::AsyncCaller::startRequest(const char *,int): TraceLog message 21020
    So what part of this is an error? To me, this looks like normal processing steps. Another example, would be:
    |1404a918-2cad-9184-6a6b-decec93efe1e|2014 07 30 17:58:06:861|-0400|Error|Error|>>|E| |webiserver_SERVERA.WebIntelligenceProcessingServer| 37332|35556|| |12|0|2|0|BIlaunchpad.WebApp|SERVERB:8700:75751.68935664:1|Webi SDK.CorbaServerImpl.doProcess()|SERVERB:8700:75751.68935664:3|webiserver_SERVERA.WebIntelligenceProcessingServer3.loadStateMDP|localhost:37332:35556.58574:1|CoWFD4_SSEn5rjTHJ2XQgkU41bdff6|||||||||||**ERROR:RequestProc:user: userC, doc: "", error stream: [kctRequestProc.cpp;777]  SharedContextImpl.cpp:227:__cdecl SharedContextImpl::~SharedContextImpl(void): TraceLog message 38279
    That one, I can see how it is an error, generic or otherwise, it is clearly an error.
    What we have been doing with our vb script, is parsing the log files by searching line by line for the word 'user' and then outputting a subset of that line to excel, figuring this gives us errors the user experienced.  What we were surprised to see is the sheer number of errors that the user is supposedly experiencing.  What is also surprising, is that it doesn't appear that the user sees these messages on screen all the time, given that they don't complain and/or we having someone working with the user who verifies no messages on screen appeared, but I can match up timestamps with the log files and their actions performed and see that an error was hit.
    Our initial goal with this was to see what users may need more training, but we also have been using it as a quick way to monitor things too.  So for example, if a user calls and complains they got an error, I'll use this first to help identify which server they were on and check out server related 'things' and then I use the glf viewer to view the full log if I need to analyze things further.
    Also, here's the link I have for the error message guide:
    http://help.sap.com/businessobject/product_guides/boexir4/en/xi4_error_messages_en.pdf
    For example, WIS 30600 is not in there.  Is there a different guide?
    Thanks,
    Missy

  • How to track browser type in the access log

    I have looked through the documentation on logging features on how to log the browser
    type for visitors. Is there a straightforward way to do add this information
    to the access.log?
    We are using Weblogic Portal 7.0 sp4
    Thank you.

    Hi,
    What do you mean by current and old version? Any changes in history log under general settings-->service tab?
    Thanks & Regards,
    Nagarajan

  • Transaction log and access log

    The transaction log (TransactionLogFilePrefix) and the access log are stored
    relative to the directory where the server is started rather than where it
    resides as with the rest of the log files. Why is this?
    Eg.
    I start the server with a batch file contained in
    projects\bat
    My server is in
    projects\server\config\myDomain
    When I start the server the access and transaction logs end up in
    projects\bat
    while all the rest of the log files (such as the domain and server log) end
    up in
    projects\server
    My batch file that starts the server looks like this
    "%JAVA_HOME%\bin\java" -hotspot -ms64m -mx64m -classpath %CLASSPATH%
    "-Dbea.home=e:\bea"
    "-Djava.security.policy==i:\projects\server\config\myDomain\weblogic.policy"
    "-Dweblogic.Domain=myDomain" "-Dweblogic.Name=adminServer"
    "-Dweblogic.RootDirectory=i:/projects/server"
    "-Dweblogic.management.password=weblogic" weblogic.Server
    Thanks for help on this,
    Myles

    The same case with me, I sent email to apple support, but got not reply.
    The apple status page indicated that every thing is fine now, what a joke.
    Many devs are in this situation too, I guess we could do nothing but waiting for their system to come up.

  • Weird error message I got after changing my Access Log Settings

    "Try to refresh the view (localhost/Web). Report the problem to the administrator if it persists. (NILRESPONSEERR (* -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)))"
    I can't seem to get into server admin to change back what I did. I copied access log settings from a known good working server and after hitting save I get this. Tried restarting with no luck.
    Anyone know where to start looking at? Ever encountered this before?

    Jul 14 15:40:13 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 15:40:13 www servermgrd[41]: Exception in doCommand: * -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)
    Jul 14 15:40:21 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 15:41:03 www deliver[72454]: connect(/var/imap/socket/lmtp) failed: Connection refused
    Jul 14 15:41:03 www deliver[72452]: connect(/var/imap/socket/lmtp) failed: Connection refused
    Jul 14 15:41:13 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 15:41:13 www servermgrd[41]: Exception in doCommand: * -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)
    Jul 14 15:41:21 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 15:41:27 www drupal[57811]: http://www.livecostarica.net not found|142.59.23.125|http://www.livecostarica.net/favicon.ico|http://www.livecos tarica.net/blog/?p=26|0||favicon.ico
    Jul 14 15:41:35 www drupal[66954]: http://www.livecostarica.net not found|84.104.43.5|http://www.livecostarica.net/images/banners/Forum||0||images/ banners/Forum
    Jul 14 15:42:03 www com.apple.launchd[1] (org.postfix.master[72444]): Stray process with PGID equal to this dead job: PID 72457 PPID 1 bounce
    Jul 14 15:42:13 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 15:42:13 www servermgrd[41]: Exception in doCommand: * -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)
    Jul 14 15:42:21 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 15:43:14 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 15:43:14 www servermgrd[41]: Exception in doCommand: * -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)
    Jul 14 15:43:21 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 15:44:03 www deliver[72665]: connect(/var/imap/socket/lmtp) failed: Connection refused
    Jul 14 15:44:14 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 15:44:14 www servermgrd[41]: Exception in doCommand: * -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)
    Jul 14 15:44:21 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 15:45:14 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 15:45:14 www servermgrd[41]: Exception in doCommand: * -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)
    Jul 14 15:45:21 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 15:46:03 www deliver[72814]: connect(/var/imap/socket/lmtp) failed: Connection refused
    Jul 14 15:46:03 www deliver[72812]: connect(/var/imap/socket/lmtp) failed: Connection refused
    Jul 14 15:46:15 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 15:46:15 www servermgrd[41]: Exception in doCommand: * -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)
    Jul 14 15:46:21 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 15:46:36 www org.clamav.freshclam[30]: Received signal: wake up
    Jul 14 15:46:36 www org.clamav.freshclam[30]: ClamAV update process started at Mon Jul 14 15:46:36 2008
    Jul 14 15:46:36 www org.clamav.freshclam[30]: SECURITY WARNING: NO SUPPORT FOR DIGITAL SIGNATURES
    Jul 14 15:46:36 www org.clamav.freshclam[30]: See the FAQ at http://www.clamav.net/support/faq for an explanation.
    Jul 14 15:46:36 www org.clamav.freshclam[30]: WARNING: Your ClamAV installation is OUTDATED!
    Jul 14 15:46:36 www org.clamav.freshclam[30]: WARNING: Local version: 0.92.1 Recommended version: 0.93.3
    Jul 14 15:46:36 www org.clamav.freshclam[30]: DON'T PANIC! Read http://www.clamav.net/support/faq
    Jul 14 15:46:36 www org.clamav.freshclam[30]: main.inc is up to date (version: 47, sigs: 312304, f-level: 31, builder: sven)
    Jul 14 15:46:36 www org.clamav.freshclam[30]: daily.inc is up to date (version: 7709, sigs: 39397, f-level: 33, builder: neo)
    Jul 14 15:47:15 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 15:47:15 www servermgrd[41]: Exception in doCommand: * -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)
    Jul 14 15:47:16 www drupal[34658]: http://www.livecostarica.net not found|75.109.107.138|http://www.livecostarica.net/favicon.ico||0||favicon.ico
    Jul 14 15:47:19 www drupal[42900]: http://www.livecostarica.net not found|75.109.107.138|http://www.livecostarica.net/favicon.ico||0||favicon.ico
    Jul 14 15:47:26 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 15:48:15 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 15:48:15 www servermgrd[41]: Exception in doCommand: * -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)
    Jul 14 15:48:21 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 15:49:16 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 15:49:16 www servermgrd[41]: Exception in doCommand: * -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)
    Jul 14 15:49:21 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 15:50:16 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 15:50:16 www servermgrd[41]: Exception in doCommand: * -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)
    Jul 14 15:50:21 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 15:51:16 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 15:51:16 www servermgrd[41]: Exception in doCommand: * -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)
    Jul 14 15:51:21 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 15:52:17 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 15:52:17 www servermgrd[41]: Exception in doCommand: * -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)
    Jul 14 15:52:21 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 15:53:17 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 15:53:17 www servermgrd[41]: Exception in doCommand: * -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)
    Jul 14 15:53:21 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 15:54:17 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 15:54:17 www servermgrd[41]: Exception in doCommand: * -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)
    Jul 14 15:54:21 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 15:55:18 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 15:55:18 www servermgrd[41]: Exception in doCommand: * -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)
    Jul 14 15:55:21 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 15:56:18 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 15:56:18 www servermgrd[41]: Exception in doCommand: * -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)
    Jul 14 15:56:21 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 15:57:18 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 15:57:18 www servermgrd[41]: Exception in doCommand: * -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)
    Jul 14 15:57:21 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 15:58:03 www drupal[70440]: http://www.livecostarica.net not found|128.8.89.68|http://www.livecostarica.net/favicon.ico||0||favicon.ico
    Jul 14 15:58:19 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 15:58:19 www servermgrd[41]: Exception in doCommand: * -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)
    Jul 14 15:58:21 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 15:59:03 www deliver[73684]: connect(/var/imap/socket/lmtp) failed: Connection refused
    Jul 14 15:59:19 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 15:59:19 www servermgrd[41]: Exception in doCommand: * -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)
    Jul 14 15:59:21 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 16:00:19 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 16:00:19 www servermgrd[41]: Exception in doCommand: * -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)
    Jul 14 16:00:21 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 16:01:19 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 16:01:20 www servermgrd[41]: Exception in doCommand: * -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)
    Jul 14 16:01:21 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 16:02:20 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 16:02:20 www servermgrd[41]: Exception in doCommand: * -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)
    Jul 14 16:02:21 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 16:03:20 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 16:03:20 www servermgrd[41]: Exception in doCommand: * -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)
    Jul 14 16:03:21 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 16:04:13 www drupal[42900]: http://www.livecostarica.net not found|70.187.191.193|http://www.livecostarica.net/favicon.ico||0||favicon.ico
    Jul 14 16:04:20 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 16:04:21 www servermgrd[41]: Exception in doCommand: * -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)
    Jul 14 16:04:21 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 16:04:30 www drupal[70440]: http://www.livecostarica.net not found|70.187.191.193|http://www.livecostarica.net/favicon.ico||0||favicon.ico
    Jul 14 16:05:21 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 16:05:21 www servermgrd[41]: Exception in doCommand: * -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)
    Jul 14 16:05:21 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 16:06:21 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 16:06:21 www servermgrd[41]: Exception in doCommand: * -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)
    Jul 14 16:06:21 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 16:07:21 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 16:07:21: --- last message repeated 1 time ---
    Jul 14 16:07:21 www servermgrd[41]: Exception in doCommand: * -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)
    Jul 14 16:08:15 www drupal[57811]: http://www.livecostarica.net not found|74.62.112.107|http://www.livecostarica.net/favicon.ico||0||favicon.ico
    Jul 14 16:08:21 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 16:08:22: --- last message repeated 1 time ---
    Jul 14 16:08:22 www servermgrd[41]: Exception in doCommand: * -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)
    Jul 14 16:09:21 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 16:09:22: --- last message repeated 1 time ---
    Jul 14 16:09:22 www servermgrd[41]: Exception in doCommand: * -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)
    Jul 14 16:10:21 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 16:10:22: --- last message repeated 1 time ---
    Jul 14 16:10:22 www servermgrd[41]: Exception in doCommand: * -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)
    Jul 14 16:11:21 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 16:11:23: --- last message repeated 1 time ---
    Jul 14 16:11:23 www servermgrd[41]: Exception in doCommand: * -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)
    Jul 14 16:12:21 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 16:12:23: --- last message repeated 1 time ---
    Jul 14 16:12:23 www servermgrd[41]: Exception in doCommand: * -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)
    Jul 14 16:13:21 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 16:13:24: --- last message repeated 1 time ---
    Jul 14 16:13:24 www servermgrd[41]: Exception in doCommand: * -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)
    Jul 14 16:14:21 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 16:14:24: --- last message repeated 1 time ---
    Jul 14 16:14:24 www servermgrd[41]: Exception in doCommand: * -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)
    Jul 14 16:15:21 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 16:15:24: --- last message repeated 1 time ---
    Jul 14 16:15:24 www servermgrd[41]: Exception in doCommand: * -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)
    Jul 14 16:15:48 www drupal[57811]: http://www.livecostarica.net not found|196.40.38.106|http://www.livecostarica.net/favicon.ico||0||favicon.ico
    Jul 14 16:15:48 www drupal[42900]: http://www.livecostarica.net not found|196.40.38.106|http://www.livecostarica.net/favicon.ico||0||favicon.ico
    Jul 14 16:16:03 www com.apple.launchd[1] (org.postfix.master[74749]): Stray process with PGID equal to this dead job: PID 74751 PPID 1 qmgr
    Jul 14 16:16:03 www deliver[74826]: connect(/var/imap/socket/lmtp) failed: Connection refused
    Jul 14 16:16:08 www drupal[66956]: http://www.livecostarica.net not found|196.40.38.106|http://www.livecostarica.net/favicon.ico||0||favicon.ico
    Jul 14 16:16:21 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 16:16:24 www drupal[42900]: http://www.livecostarica.net not found|196.40.38.106|http://www.livecostarica.net/favicon.ico||0||favicon.ico
    Jul 14 16:16:25 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 16:16:25 www servermgrd[41]: Exception in doCommand: * -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)
    Jul 14 16:17:03 www com.apple.launchd[1] (org.postfix.master[74820]): Stray process with PGID equal to this dead job: PID 74831 PPID 1 flush
    Jul 14 16:17:03 www com.apple.launchd[1] (org.postfix.master[74820]): Stray process with PGID equal to this dead job: PID 74821 PPID 1 pickup
    Jul 14 16:17:25 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 16:17:25 www servermgrd[41]: Exception in doCommand: * -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)
    Jul 14 16:17:26 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 16:18:04 www drupal[55319]: http://www.livecostarica.net not found|150.70.84.177|http://www.livecostarica.net/favicon.ico||0||favicon.ico
    Jul 14 16:18:21 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 16:18:25: --- last message repeated 1 time ---
    Jul 14 16:18:25 www servermgrd[41]: Exception in doCommand: * -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)
    Jul 14 16:19:21 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 16:19:26: --- last message repeated 1 time ---
    Jul 14 16:19:26 www servermgrd[41]: Exception in doCommand: * -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)
    Jul 14 16:20:21 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 16:20:26: --- last message repeated 1 time ---
    Jul 14 16:20:26 www servermgrd[41]: Exception in doCommand: * -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)
    Jul 14 16:21:21 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 16:21:26: --- last message repeated 1 time ---
    Jul 14 16:21:26 www servermgrd[41]: Exception in doCommand: * -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)
    Jul 14 16:21:32 www drupal[70437]: http://www.livecostarica.net not found|128.61.202.64|http://www.livecostarica.net/favicon.ico||0||favicon.ico
    Jul 14 16:22:21 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 16:22:27: --- last message repeated 1 time ---
    Jul 14 16:22:27 www servermgrd[41]: Exception in doCommand: * -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)
    Jul 14 16:23:21 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 16:23:27: --- last message repeated 1 time ---
    Jul 14 16:23:27 www servermgrd[41]: Exception in doCommand: * -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)
    Jul 14 16:24:21 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 16:24:27: --- last message repeated 1 time ---
    Jul 14 16:24:27 www servermgrd[41]: Exception in doCommand: * -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)
    Jul 14 16:25:21 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 16:25:28: --- last message repeated 1 time ---
    Jul 14 16:25:28 www servermgrd[41]: Exception in doCommand: * -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)
    Jul 14 16:26:21 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 16:26:28: --- last message repeated 1 time ---
    Jul 14 16:26:28 www servermgrd[41]: Exception in doCommand: * -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)
    Jul 14 16:27:21 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 16:27:28: --- last message repeated 1 time ---
    Jul 14 16:27:28 www servermgrd[41]: Exception in doCommand: * -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)
    Jul 14 16:28:21 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 16:28:29: --- last message repeated 1 time ---
    Jul 14 16:28:29 www servermgrd[41]: Exception in doCommand: * -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)
    Jul 14 16:29:21 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 16:29:29: --- last message repeated 1 time ---
    Jul 14 16:29:29 www servermgrd[41]: Exception in doCommand: * -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)
    Jul 14 16:30:21 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 16:30:29: --- last message repeated 1 time ---
    Jul 14 16:30:29 www servermgrd[41]: Exception in doCommand: * -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)
    Jul 14 16:31:03 www deliver[75830]: connect(/var/imap/socket/lmtp) failed: Connection refused
    Jul 14 16:31:21 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 16:31:29: --- last message repeated 1 time ---
    Jul 14 16:31:29 www servermgrd[41]: Exception in doCommand: * -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)
    Jul 14 16:32:03 www deliver[75906]: connect(/var/imap/socket/lmtp) failed: Connection refused
    Jul 14 16:32:21 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 16:32:30: --- last message repeated 1 time ---
    Jul 14 16:32:30 www servermgrd[41]: Exception in doCommand: * -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)
    Jul 14 16:33:21 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 16:33:30: --- last message repeated 1 time ---
    Jul 14 16:33:30 www servermgrd[41]: Exception in doCommand: * -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)
    Jul 14 16:34:21 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 16:34:30: --- last message repeated 1 time ---
    Jul 14 16:34:30 www servermgrd[41]: Exception in doCommand: * -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)
    Jul 14 16:35:21 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 16:35:31: --- last message repeated 1 time ---
    Jul 14 16:35:31 www servermgrd[41]: Exception in doCommand: * -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)
    Jul 14 16:36:21 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 16:36:31: --- last message repeated 1 time ---
    Jul 14 16:36:31 www servermgrd[41]: Exception in doCommand: * -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)
    Jul 14 16:37:21 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 16:37:31: --- last message repeated 1 time ---
    Jul 14 16:37:31 www servermgrd[41]: Exception in doCommand: * -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)
    Jul 14 16:38:21 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 16:38:32: --- last message repeated 1 time ---
    Jul 14 16:38:32 www servermgrd[41]: Exception in doCommand: * -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)
    Jul 14 16:39:21 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 16:39:32: --- last message repeated 1 time ---
    Jul 14 16:39:32 www servermgrd[41]: Exception in doCommand: * -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)
    Jul 14 16:40:21 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 16:40:32: --- last message repeated 1 time ---
    Jul 14 16:40:32 www servermgrd[41]: Exception in doCommand: * -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)
    Jul 14 16:41:21 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 16:41:33: --- last message repeated 1 time ---
    Jul 14 16:41:33 www servermgrd[41]: Exception in doCommand: * -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)
    Jul 14 16:42:11 www drupal[42900]: http://www.livecostarica.net not found|99.244.112.245|http://www.livecostarica.net/favicon.ico||0||favicon.ico
    Jul 14 16:42:21 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 16:42:33: --- last message repeated 1 time ---
    Jul 14 16:42:33 www servermgrd[41]: Exception in doCommand: * -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)
    Jul 14 16:43:21 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 16:43:33: --- last message repeated 1 time ---
    Jul 14 16:43:33 www servermgrd[41]: Exception in doCommand: * -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)
    Jul 14 16:44:21 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 16:44:34: --- last message repeated 1 time ---
    Jul 14 16:44:34 www servermgrd[41]: Exception in doCommand: * -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)
    Jul 14 16:45:21 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 16:45:34: --- last message repeated 1 time ---
    Jul 14 16:45:34 www servermgrd[41]: Exception in doCommand: * -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)
    Jul 14 16:46:21 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 16:46:34: --- last message repeated 1 time ---
    Jul 14 16:46:34 www servermgrd[41]: Exception in doCommand: * -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)
    Jul 14 16:46:36 www org.clamav.freshclam[30]: Received signal: wake up
    Jul 14 16:46:36 www org.clamav.freshclam[30]: ClamAV update process started at Mon Jul 14 16:46:36 2008
    Jul 14 16:46:36 www org.clamav.freshclam[30]: SECURITY WARNING: NO SUPPORT FOR DIGITAL SIGNATURES
    Jul 14 16:46:36 www org.clamav.freshclam[30]: See the FAQ at http://www.clamav.net/support/faq for an explanation.
    Jul 14 16:46:36 www org.clamav.freshclam[30]: WARNING: Your ClamAV installation is OUTDATED!
    Jul 14 16:46:36 www org.clamav.freshclam[30]: WARNING: Local version: 0.92.1 Recommended version: 0.93.3
    Jul 14 16:46:36 www org.clamav.freshclam[30]: DON'T PANIC! Read http://www.clamav.net/support/faq
    Jul 14 16:46:36 www org.clamav.freshclam[30]: main.inc is up to date (version: 47, sigs: 312304, f-level: 31, builder: sven)
    Jul 14 16:46:36 www org.clamav.freshclam[30]: daily.inc is up to date (version: 7709, sigs: 39397, f-level: 33, builder: neo)
    Jul 14 16:47:26 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 16:47:35: --- last message repeated 1 time ---
    Jul 14 16:47:35 www servermgrd[41]: Exception in doCommand: * -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)
    Jul 14 16:48:03 www deliver[76982]: connect(/var/imap/socket/lmtp) failed: Connection refused
    Jul 14 16:48:03 www deliver[76984]: connect(/var/imap/socket/lmtp) failed: Connection refused
    Jul 14 16:48:21 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 16:48:35: --- last message repeated 1 time ---
    Jul 14 16:48:35 www servermgrd[41]: Exception in doCommand: * -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)
    Jul 14 16:49:03 www com.apple.launchd[1] (org.postfix.master[76974]): Stray process with PGID equal to this dead job: PID 76986 PPID 1 bounce
    Jul 14 16:49:21 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 16:49:35: --- last message repeated 1 time ---
    Jul 14 16:49:35 www servermgrd[41]: Exception in doCommand: * -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)
    Jul 14 16:50:21 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 16:50:36: --- last message repeated 1 time ---
    Jul 14 16:50:36 www servermgrd[41]: Exception in doCommand: * -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)
    Jul 14 16:51:03 www deliver[77194]: connect(/var/imap/socket/lmtp) failed: Connection refused
    Jul 14 16:51:21 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 16:51:36: --- last message repeated 1 time ---
    Jul 14 16:51:36 www servermgrd[41]: Exception in doCommand: * -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)
    Jul 14 16:52:03 www com.apple.launchd[1] (org.postfix.master[77188]): Stray process with PGID equal to this dead job: PID 77199 PPID 1 flush
    Jul 14 16:52:21 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 16:52:36: --- last message repeated 1 time ---
    Jul 14 16:52:36 www servermgrd[41]: Exception in doCommand: * -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)
    Jul 14 16:53:03 www deliver[77340]: connect(/var/imap/socket/lmtp) failed: Connection refused
    Jul 14 16:53:03 www deliver[77337]: connect(/var/imap/socket/lmtp) failed: Connection refused
    Jul 14 16:53:21 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 16:53:37: --- last message repeated 1 time ---
    Jul 14 16:53:37 www servermgrd[41]: Exception in doCommand: * -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)
    Jul 14 16:54:21 www servermgrd[41]: servermgr_web: Invalid CustomLog directive '"/var/log/apache2/access_log"'
    Jul 14 16:54:37: --- last message repeated 1 time ---
    Jul 14 16:54:37 www servermgrd[41]: Exception in doCommand: * -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)

  • File name format of rotated access log

    Hi,
    I'm using wls5.1sp9 on Solaris.
    Is it possible to specify a different file name format of the rotated http access
    logs?
    Instead of getting files named access.log0001 and so on, I would prefer access.log.<date>
    or some other custom format.
    Best regards,
    Torleif Galteland

    Hi,
    Thanks for your response. But I have another query. The name of the file as per your reply is like UsageReport.xls correct? Now my query is, should it contain some date,account id/orgid etc associated for that usage. The reason for my query is that if MSP
    downloads the usage for different orgs having same bill date then it would conflict with the different usage files.
    Thanks And Regards,
    Sumanta Saha

  • Date time in the transaction access log of ST03N

    Hi,
    How do I get date time in the log of transaction access by user.
    in transaction ST03N
    Pls let me know if any other transaction is available there
    I can get transaction access logs userwise.
    Points will be rewarded.
    Thanks

    Hi,
    SM19 - Configuration / SM20 - evaluation (if audit log maintained) will fetch the date and time of tcode accessed by user.
    Rakesh

  • How to turn off  "DEBUG SOURCE=cs Setting status to 304 for file="  in access.log

    I see this entry in the log file every few seconds. How can I turn this OFF? I
    can set the EnableLogfile to false but then I don't get any logs. We are running
    WLS 5.1.
    Regards,
    Pat.

    Pat:
    I dont see this string appearing anywhere in the src in any version of th
    510 line (all Sp's included).
    What version of 5.1? i.e. what SP?
    Are you using extended log format? Did a developer write a custom elf logger
    package?
    What are the ELF headers at the top of the access.log?
    Cheers
    mbg
    "Pat" <[email protected]> wrote in message
    news:[email protected]..
    >
    I see this entry in the log file every few seconds. How can I turn thisOFF? I
    can set the EnableLogfile to false but then I don't get any logs. We arerunning
    WLS 5.1.
    Regards,
    Pat.

  • Authenticated User not showing up in access log

    Hello all,
    I am trying to get authenticated users to show up in the access log of SunOne Web Server 6.1 SP4 and it doesn't work. It is a default paramter to show up in the access log but doesn't show in the log. In fact, when I set the log to only show the authenticated user in the log, the log is empty and only shows dashes. As you can in the part of the log file below, after the IP address the log should show the authenticated user but doesn't
    Any help? Do I need to modify something else in a configuration file?
    Thanks
    Richard
    10.64.8.62 - - [15/Jul/2007:00:42:28 +0200] "GET / HTTP/1.1" 200 202
    10.64.8.62 - - [15/Jul/2007:00:43:43 +0200] "GET / HTTP/1.1" 200 202
    10.64.8.62 - - [15/Jul/2007:00:44:58 +0200] "GET / HTTP/1.1" 200 202
    10.64.8.62 - - [15/Jul/2007:00:46:14 +0200] "GET / HTTP/1.1" 200 202
    10.64.8.62 - - [15/Jul/2007:00:47:29 +0200] "GET / HTTP/1.1" 200 202
    10.64.8.62 - - [15/Jul/2007:00:48:44 +0200] "GET / HTTP/1.1" 200 202
    10.64.8.62 - - [15/Jul/2007:00:49:59 +0200] "GET / HTTP/1.1" 200 202
    10.65.1.63 - - [15/Jul/2007:00:51:14 +0200] "GET /Windchill/ HTTP/1.1" 200 402
    10.65.1.63 - - [15/Jul/2007:00:51:15 +0200] "GET /Windchill/wtcore/js/com/ptc/core/ca/web/misc/content.js HTTP/1.1" 200 4132
    10.65.1.63 - - [15/Jul/2007:00:51:15 +0200] "GET /Windchill/netmarkets/images/cut.gif HTTP/1.1" 200 104
    10.65.1.63 - - [15/Jul/2007:00:51:15 +0200] "GET /Windchill/netmarkets/images/newdoc.gif HTTP/1.1" 200 215
    10.65.1.63 - - [15/Jul/2007:00:51:15 +0200] "GET /Windchill/netmarkets/images/details.gif HTTP/1.1" 200 214
    10.65.1.63 - - [15/Jul/2007:00:51:14 +0200] "GET /Windchill HTTP/1.1" 302 0
    10.65.1.63 - - [15/Jul/2007:00:51:15 +0200] "GET /Windchill/netmarkets/javascript/util/calendar.js HTTP/1.1" 200 29580
    10.65.1.63 - - [15/Jul/2007:00:51:15 +0200] "GET /Windchill/netmarkets/images/contract_comp.gif HTTP/1.1" 200 79
    10.65.1.63 - - [15/Jul/2007:00:51:15 +0200] "GET /Windchill/netmarkets/images/newfoldertl.gif HTTP/1.1" 200 221
    10.65.1.63 - - [15/Jul/2007:00:51:15 +0200] "GET /Windchill/netmarkets/images/ptclogo.gif HTTP/1.1" 200 1284
    10.64.8.62 - - [15/Jul/2007:00:51:14 +0200] "GET / HTTP/1.1" 200 202

    You didn't say how the server is authenticating the user. Is it succesful? ACLs or Java?
    6.1sp4 is obsolete, update to the latest 6.1 service pack first. If you're using Java, I believe there was a bug years ago that was along the lines of your description. Update to the latest 6.1 service pack and if that doesn't solve the problem, provide more details on how the authentication is configured.

  • Custom ELF Displays ' - ' in Extended access log

    I am trying to capture some pretty basic custom fields in the extended access log.
    I have created the appropriate class files and formatted the access.log correctly.
    I know this because when I run Web Logic 6.1 on my windows desktop the Extended
    Access Logs displays the values correctly.
    When I move the JAR file containing the ELF Classes to a SunOS server with Web
    Logic 6.1 the Extended Access Log contains only '-' for the custom fields. I ran
    some JSP files on the sun server to pull the values from the Request to make sure
    they were not null. They display correctly on the JSP so I know the values exsist
    within the request.
    The mystery is why won't they display in the access.log on the sun machine? Has
    anyone else experinced this? Are there any settings I should be checking for on
    the sun servers console?
    Facts:
    * The classes ae correct becuase they display correctly on the windows machine
    * The request on the sun server contains my ELF values becuase I can print them
    on a jsp page
    * The JAR file which contains the ELF classes is sitting outside of the application
    and loads in the classpath successfully.(I know this because I had it wrong and
    couldn't start the server)

    I am trying to capture some pretty basic custom fields in the extended access log.
    I have created the appropriate class files and formatted the access.log correctly.
    I know this because when I run Web Logic 6.1 on my windows desktop the Extended
    Access Logs displays the values correctly.
    When I move the JAR file containing the ELF Classes to a SunOS server with Web
    Logic 6.1 the Extended Access Log contains only '-' for the custom fields. I ran
    some JSP files on the sun server to pull the values from the Request to make sure
    they were not null. They display correctly on the JSP so I know the values exsist
    within the request.
    The mystery is why won't they display in the access.log on the sun machine? Has
    anyone else experinced this? Are there any settings I should be checking for on
    the sun servers console?
    Facts:
    * The classes ae correct becuase they display correctly on the windows machine
    * The request on the sun server contains my ELF values becuase I can print them
    on a jsp page
    * The JAR file which contains the ELF classes is sitting outside of the application
    and loads in the classpath successfully.(I know this because I had it wrong and
    couldn't start the server)

Maybe you are looking for

  • How to edit email preferences in Adobe Acrobat 9 Pro

    I have adobe Acrobat 9 Pro. I would like to edit my email preferences so that when I create an email with the PDF as an attachment the name of the file will automatically also be the subject line of the email. according to the help instructions, I sh

  • My computer is slower after Mavericks install

    I realize that other people are posting about this very problem in these forums, but I am having trouble following the jargon when folks give advice, so I'm starting my own thread here. I am running a 15 inch MacBook Pro and I just installed Maverick

  • Pre-processing job for Transactions

    Hi Archiving Forum, In SAP help it is mentioned that pre-processing job is optional job. I am trying to run Write job for few of the transactions where the status is completed without pre-processing job. But when i debugged the write program for - CR

  • Powering speakers on/off puts rMBP to sleep.

    I have a mid-2012 rMBP running Yosemite 10.10.1 I'm using it in clamshell mode, running one external display on HDMI, and another from thunderbolt. If I turn my speakers off it puts the computer to sleep and turns off the displays. This happens 90% o

  • Which Part of windows 7 should I use for Playing games.

    I have heard that Windows 7 Home Premium is best For playing games can you tell me which one should I install in my MacBook Pro & Please give me the link For it...