Cannot rotate HTTP Log File (access.log)

Hi,
Both rotation types(size and date) cannot be rotated.
For size, I set the "Maximum Log File Size" to 1000k,
but the file is 3000K now and still increasing.
For date, I set teh "Rotation Period" to 1440 minutes,
but the file still cannnot rotate after few days.
Does any one know the problem?
Thanks

It is a reported bug in 6.0.
Is it fixed in 8.1.0

Similar Messages

  • Log file (access.log) of the internal ITS

    Hello,
    anybody know how to access the logfiles of the internal ITS. In particularly im looking for the log file access.log which you had for the external ITS accessable over the ITS admin page http://<servername>/scripts/wgate/admin/!
    The log file loged all users and the transaction they accessed over the time in the format
    2006/10/21 18:39:16.093, 0 #197349: IP ???.???.???.???, -its_ping
    Thanks in advance,
    Kai Mattern

    hi
    good
    go through these links, i hope these ll help you to solve your problem.
    http://www.hp.com/hpbooks/prentice/chapters/0130280844.pdf
    http://help.sap.com/saphelp_46c/helpdata/en/5d/ca5237943a1e64e10000009b38f8cf/content.htm
    thanks
    mrutyun^

  • Disappear Log file(access log).. humm..

    DS5.1sp1 on SunOS 8
    suddenly access log was disappear about two month ago.
    so, log file is only 2 ~ 3 exist.
    why? Any solutions? Please

    What is the configuration of your log files?
    What are your configured
    - maximum number of logs?
    - total log size?
    - oldest log file?
    Check this first.

  • Errors in a log file /var/log/system.log

    I'm getting these errors in a log file /var/log/system.log
    Shutdown:
    Sep 21 12:41:38 Mac-mini.local WindowServer[86]: CGXGetConnectionProperty: Invalid connection 42243
    Sep 21 12:41:38 Mac-mini.local coreservicesd[58]: SendFlattenedData, got error #268435459 (ipc/send) invalid destination port from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=145
    Sep 21 12:41:38 Mac-mini.local WindowServer[86]: CGXGetConnectionProperty: Invalid connection 42243
    Sep 21 12:41:38 Mac-mini.local coreservicesd[58]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationDeath to Sep 21 12:41:38 Mac-mini.local loginwindow[41]: DEAD_PROCESS: 41 console
    Sep 21 12:41:38 Mac-mini.local WindowServer[86]: CGXGetConnectionProperty: Invalid connection 42243
    Sep 21 12:41:38 Mac-mini.local coreservicesd[58]: SendFlattenedData, got error #268435459 (ipc/send) invalid destination port from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=142
    Sep 21 12:41:38 Mac-mini.local shutdown[300]: halt by andrei:
    Boot & Working:
    Sep 21 12:42:11 localhost com.apple.launchd[1] (com.apple.automountd): Unknown key for boolean: NSSupportsSuddenTermination
    Sep 21 12:42:22 Mac-mini.local apsd[56]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    Sep 21 12:42:26 Mac-mini.local authorizationhost[121]: in od_principal_for_user(): failed: 7
    Sep 21 12:42:26 Mac-mini.local authorizationhost[121]: in pam_sm_authenticate(): Failed to determine Kerberos principal name.
    Sep 21 12:42:27 Mac-mini.local loginwindow[41]: ERROR | ScreensharingLoginNotification | Failed sending message to screen sharing GetScreensharingPort, err: 1102
    Sep 21 12:42:31 Mac-mini.local XProtectUpdater[24]: Ignoring new signature plist: Not an increase in version
    Sep 21 12:42:32 Mac-mini com.apple.launchd[1] (com.apple.xprotectupdater[24]): Exited with code: 252
    Sep 21 12:43:04 Mac-mini.local com.apple.security.pboxd[290]: Bug: 12C54: liblaunch.dylib + 23849 [2F71CAF8-6524-329E-AC56-C506658B4C0C]: 0x25
    Sep 21 12:53:49 Mac-mini.local CVMServer[98]: Check-in to the service com.apple.cvmsCompAgent_x86_64 failed. This is likely because you have either unloaded the job or the MachService has the ResetAtClose attribute specified in the launchd.plist. If present, this attribute should be removed.
    Sep 21 12:59:48 Mac-mini.local com.apple.security.pboxd[290]: kCGErrorFailure: CGSSetHideOnDeact: error getting window tags
    Sep 21 13:00:07 Mac-mini.local com.apple.security.pboxd[290]: _NXTermWindow: error releasing window (1000)
    Sep 21 13:00:07 Mac-mini.local com.apple.security.pboxd[290]: __block_global_2: connection failed unexpectedly; terminating process; delegate was (
    system.log - https://docs.google.com/open?id=0Bz5zKwys0GTcSzI5UFJRUzFxZjQ

    File a bug report with Apple.

  • Rotating the default-web-access.log log

    Can the default-web-access.log file be rotated with ODL?

    Yes, at least since on 10g Release 2 (10.1.2) , see the <odl-access-log> secction on:
    Oracle® Application Server Containers for J2EE User's Guide
    10g Release 2 (10.1.2) - 3 Advanced Configuration and Development
    http://download-west.oracle.com/docs/cd/B14099_19/web.1012/b14011/advanced.htm
    Bruno Antunes,
    Java Software Engineer

  • Rotate Log Files - stdout.log & stderr.log

    Hi Folks,
    Whats the best way to rotate stdout.log & stderr.log.
    I am assuming that rolling of these files can not be configured using felix (please correct me if I am mistaken)
    Please advice!
    Thanks,
    Adnan

    Hi Adnan,
    There is currently no way to rotate stdout.log and stderr.log. Therefore, if you want to preserve the stdout.log and stderr.log so that they do not get truncated after restart, add the following commands before any other command in the start script.
    # Move stdout.log and stderr.log
    mv ../logs/stdout.log ../logs/stdout_$(date +%Y-%m-%d-%H%M).log
    mv ../logs/stderr.log ../logs/stderr_$(date +%Y-%m-%d-%H%M).log
    Another possible way is to disable the stdout.log and stderr.log entirely and instead output the information to the startup.log. Then you can rotate the startup.log instead.
    a) To disable the stderr.log and stdout.log, i guess you can add these lines to your crx-quickstart/server/start script:
    QUICKSTART_OPTS='-verbose -nobrowser'
    export QUICKSTART_OPTS
    b) To configure the path of the startup.log, you can add this to the start script as well (replace /path/to/startup.log with the path you would like the log to be written to instead):
    CQ_LOG=/path/to/startup.log
    export CQ_LOG
    c) Then after doing this, there is a side effect that crx output will go to the startup.log as well. to fix this, do the following:
        1) Go to crx-quickstart/server/runtime/0/_crx/log4j.xml
        2) Comment out this element <appender-ref ref="console" /> from log4j.xml
    <root>
    <level value="info" />
    <!-- appender-ref ref="console" /-->
    <appender-ref ref="error" />
    </root>
    d) Also, now you would like to rotate the startup.log file:
    "The file startup.log logs messages while the Servlet Engine starts. It is usually small, and you cannot configure it."
    The startup log cannot be rotated with CQSE facilities. Please note that logs under /server is rotated at operating system level,
    for more info see http://httpd.apache.org/docs/2.0/programs/rotatelogs.html
    Unix workaround :
    in serverctl script, replace the line :
    exec $jvmExe >> "$CQ_LOG" 2>&1
    by : 
    exec $jvmExe | /usr/sbin/rotatelogs "$CQ_LOG.%Y%m%d" 86400 >> /dev/null 2>&1
    If this doesn't seem to work, then try
    exec $jvmExe 2>&1 | /usr/sbin/rotatelogs "$CQ_LOG.%Y%m%d" 86400
    Unfortunately, I did not found any workaround for windows system.
    Hope this helps.
    Thanks,
    Varun

  • How to view file access log (AFP) on Mac OS X Lion (10.7) server?

    I want to track the files beeing uploaded and downloaded or deleted on the shares on the server by different users. There has to be some log where the Mac OS writes an entry for every file access (like upload / download / rename / delete) for each user. How can I access it? How can I filter the actions by user account? Do I have to first activate such a logging or is it activated from the first (standard) setup of the Mac OS X Lion server?

    try:
    sudo serveradmin settings afp:activityLog=yes
    then the log entries should be at
    /Library/Logs/AppleFileService/AppleFileServiceAccess.log

  • Malformed HTTP request in access.log

    Hi,
    we're running a quite standard web application on a weblogic server 9.1, clients are using Internet Explorer 6, and lately, I checked the access.log, and sometimes, logged HTTP requests look malformed, for example:
    access.log00575:xxx.xxx.xxx.xxx - - [25/Aug/2006:13:47:01 +0200] "ntent-Type: application/x-www-form-urlencoded HTTP/0.9" 501 990
    access.log00568:xxx.xxx.xxx.xxx - - [25/Aug/2006:10:32:30 +0200] "&GET /img/console/entete.gif HTTP/1.1" 501 990
    access.log00639:xxx.xxx.xxx.xxx - - [27/Nov/2006:12:38:00 +0100] "&POST /ajax/heartbeat HTTP/1.1" 501 80
    access.log00460:xxx.xxx.xxx.xxx - - [21/Aug/2006:16:51:01 +0200] "OST /ajax/daily_commission HTTP/1.1" 501 78
    I once was successful in reproducing the problem, and during this test, I was sniffing the network, and apparently, the sent HTTP requests looked fine, whereas it appeared as a corrupted request in access.log.
    Have anyone seen something like this before ?
    Thanks.

    I wish that were true. I've disconnected Server Admin from the server and then quit the application. The log entries are still comin'.
    localhost - - [15/Jul/2009:13:05:11 -0500] "GET /server-status?auto HTTP/1.1" 200 2222 "-" "servermgrd (unknown version) CFNetwork/438.12 Darwin/9.7.0 (i386) (MacPro4%2C1)"
    localhost - - [15/Jul/2009:13:05:11 -0500] "GET /server-status?auto HTTP/1.1" 200 2222 "-" "servermgrd (unknown version) CFNetwork/438.12 Darwin/9.7.0 (i386) (MacPro4%2C1)"
    localhost - - [15/Jul/2009:13:06:11 -0500] "GET /server-status?auto HTTP/1.1" 200 2223 "-" "servermgrd (unknown version) CFNetwork/438.12 Darwin/9.7.0 (i386) (MacPro4%2C1)"
    localhost - - [15/Jul/2009:13:06:11 -0500] "GET /server-status?auto HTTP/1.1" 200 2223 "-" "servermgrd (unknown version) CFNetwork/438.12 Darwin/9.7.0 (i386) (MacPro4%2C1)"
    Thanks for trying.
    B. Bodger

  • 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.

  • Shrink Log file in log shipping and change the database state from Standby to No recovery mode

    Hello all,
    I have configured sql server 2008 R2 log shipping for some databases and I have two issues:
    can I shrink the log file for these databases: If I change the primary database from full to simple and shrink the log file then change it back to full recovery mode the log shipping will fail, I've seen some answers talked about using "No
    Truncate" option, but as I know this option will not affect the log file and it will shrink the data file only.
          I also can't create maintenance to reconfigure the log shipping every time I want to shrink the log file because the database size is huge and it will take time to restore in the DR site, so the reconfiguration
    is not an option :( 
    how can I change the secondary database state from Standby to No recovery mode? I tried to change it from the wizard and wait until the next restore for the transaction log backup, but the job failed and the error was: "the step failed". I need
    to do this to change the mdf and ldf file location for the secondary databases.
    can any one help?
    Thanks in advance,
    Faris ALMasri
    Database Administrator

    1. can I shrink the log file for these databases: If I change the primary database from full to simple and shrink the log file then change it back to full recovery mode the log shipping will fail, I've seen some answers talked about using "No Truncate"
    option, but as I know this option will not affect the log file and it will shrink the data file only.
          I also can't create maintenance to reconfigure the log shipping every time I want to shrink the log file because the database size is huge
    and it will take time to restore in the DR site, so the reconfiguration is not an option :( 
    2. how can I change the secondary database state from Standby to No recovery mode? I tried to change it from the wizard and wait until the next restore for the transaction log backup, but the job failed and the error was: "the step failed". I need to do
    this to change the mdf and ldf file location for the secondary databases.
    can any one help?
    Thanks in advance,
    Faris ALMasri
    Database Administrator
    1. If you change recovery model of database in logshipping to simple and back to full Logshipping will break and logs wont be resored on Secondary server as log chain will be broken.You can shrink log file of primary database but why would you need that
    what is schedule of log backup. Frequent log backup is already taking care of log files why to shrink it and create performance load on system when log file will ultimately grow and since because instant file initilaization is not for Log files it takes time
    to grow and thus slows performace.
    You said you want to shrink as Database size is huge is it huge or does it have lots of free space. dont worry about data file free space it will eventually be utilized by SQL server when more data comes
    2. You are following wrong method changing state to no recovery would not even allow you to run select queries which you can run in Standby mode. Please refer below link to move Secondary data and log files
    http://www.mssqltips.com/sqlservertip/2836/steps-to-move-sql-server-log-shipping-secondary-database-files/
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it.
    My TechNet Wiki Articles

  • No more logging to access.log after suspend/resume

    Hi.
    After suspending (forced) and resuming a Managed Server in Weblogic (10.3.6), no more entries are added to access.log in the logs directory of said server. This happens when I use the Admin Console, and when I use WLST:
    for serverRT in domainRuntimeService.getServerRuntimes():
          print 'Current status for '+ serverRT.getName() +': '+  serverRT.getState()
          print 'Suspending '+ serverRT.getName() +'...'
          serverRT.forceSuspend()
          print 'Resuming '+ serverRT.getName() +'...'
          serverRT.resume()
    Has anybody encountered this as well, and found a way so resolve this?
    FYI, I followed MOS Note 1113583.1 to disable buffering, but this doesn't help.
    Regards,
    Peter.

    Yes, it seems to be a kernel bug. Previously, my wife used Windows for years and nothing like this happened. Now, she tells a lot about Linux systems :-)
    An example of this very-ugly-workaround for somebody who'll find this topic struggling with the same problem:
    $ cat /etc/pm/sleep.d/99_fix_time_shift
    #!/bin/bash
    # fixing https://bbs.archlinux.org/viewtopic.php?id=173487
    case "$1" in
    suspend)
    date +%s > /tmp/suspend.log
    resume)
    was=`cat /tmp/suspend.log`
    now=`date +%s`
    # time shifts for 68 hours
    if [ $now -gt `expr $was + 244800` ]; then
    date -s "`date -R --date="-68 hours ago"`"
    ## sleep 30; ntpdate ntp.ubuntu.com
    fi
    esac
    Last edited by shurup (2014-03-26 16:25:55)

  • Not able to create log files using logging API's

    Hi All,
    I am trying to make use of logging API's of SAP in my standalone java project.
    Below is the following line of code.
    public class TestLog {
    private static final com.sap.tc.logging.Location logger = com.sap.tc.logging.Location.getLocation(testLog.class);
    static
    logger.setEffectiveSeverity(Severity.INFO);
    // logger.addLog(new ConsoleLog());
    logger.addLog(new FileLog("C://temp//testOutput.log", new ListFormatter()));
    public static void main(String[] args) {
    writeLog();
    public static void writeLog()
    logger.entering("entering");
    logger.debugT("In Write Log");
    logger.exiting("exiting");
    But the above codes does not create the testOutput.log file in the dir which i have mentioned . I have added sap.comtcloggingjavaimpl.jar from eclipse plugin folder to make use of these API's .
    Could you please help me on this .
    Thanks & Regards,
    Mitul Adhia.

    Hi,
    Also try adjusting the severity level in nwa(Netweaver Administrator).
    1. Go to http://<host-name>:<port-number>/nwa
    2. Select Problem Management from tabs.
    3. In that select Logs and Traces tab.
    4. Select Log configuration
    5. in Show select Tracing Locations
    6. Select your application and set the severity to be the one lower than that you specify in your code.
    Hope it helps.
    Regards,
    Srinivasan Subbiah

  • HAL - Unabled to write or access Vignette's HAL log file (access denied)

    Hi everybody,
    In Vignette in the EXE, in "LOGGING" tab,
    I choose "Enabled logging" "Log Messages to"
    "File" \mfqhaldv01\RAPFIN\DEVL\TRAITEMENT\RAPFIN02_BALVER.log
    if I have a access denied on this file, how can I do to know if I have a problem I can't get any information because I don't have access to.
    What can I do to see the error message ?
    Thanks & Regards.
    Eric.

    One, I would see about getting access to that share. If you can not, I would save off the copy of hte .prp and run it or create a new .exe with a logging path you can access. This has to be done in the HAL studio.....hopefully can just reconfigure and get the file that way.

  • ERROR: invalid checksum in data file (log file SAPDOKCL.log)

    Hi All,
    I am trying to install SAP4.7 IDES on Windows 2003 server with oracle9.2 as database
    I am getting this error from a long time. Let me know how to troubleshoot this.
    I have replaced the Export file 5 with a new one but agin the same error
    Thanks in Advance
    Rakesh
    D:\usr\sap\ERP\SYS\exe\run/R3load.exe: START OF LOG: 20100131032746
    D:\usr\sap\ERP\SYS\exe\run/R3load.exe: sccsid @(#) $Id: //bas/620/src/R3ld/R3load/R3ldmain.c#6 $ SAP
    D:\usr\sap\ERP\SYS\exe\run/R3load.exe: version R6.20/V1.2
    D:\usr\sap\ERP\SYS\exe\run/R3load.exe -ctf I E:\Exports\51019635_1--export5/DATA/SAPDOKCL.STR C:\SAPinst/DDLORA.TPL C:\SAPinst/SAPDOKCL.TSK ORA -l C:\SAPinst/SAPDOKCL.log
    D:\usr\sap\ERP\SYS\exe\run/R3load.exe: job completed
    D:\usr\sap\ERP\SYS\exe\run/R3load.exe: END OF LOG: 20100131032746
    D:\usr\sap\ERP\SYS\exe\run/R3load.exe: START OF LOG: 20100131032808
    D:\usr\sap\ERP\SYS\exe\run/R3load.exe: sccsid @(#) $Id: //bas/620/src/R3ld/R3load/R3ldmain.c#6 $ SAP
    D:\usr\sap\ERP\SYS\exe\run/R3load.exe: version R6.20/V1.2
    D:\usr\sap\ERP\SYS\exe\run/R3load.exe -dbcodepage 1100 -i C:\SAPinst/SAPDOKCL.cmd -l C:\SAPinst/SAPDOKCL.log -stop_on_error
    DbSl Trace: Got ORACLE_HOME=D:\oracle\ora92 from environment
    DbSl Trace: Client NLS settings: AMERICAN_AMERICA.WE8DEC
    DbSl Trace: Logon as OPS$-user to get SAPERP's password
    DbSl Trace: Connecting as /@ERP on connection 0 ...
    DbSl Trace: Attaching to DB Server ERP (con_hdl=0,svchp=014C5914,svrhp=014C7B4C)
    DbSl Trace: Starting user session (con_hdl=0,svchp=014C5914,srvhp=014C7B4C,usrhp=014D0304)
    DbSl Trace: Now I'm connected to ORACLE
    DbSl Trace: ORA-1403 when accessing table SAPUSER
    DbSl Trace: Disconnecting from connection 0 ...
    DbSl Trace: Closing user session (con_hdl=0,svchp=014C5914,usrhp=014D0304)
    DbSl Trace: Now I'm disconnected from ORACLE
    DbSl Trace: Try to connect with default password
    DbSl Trace: Connecting as SAPERP/<pwd>@ERP on connection 0 ...
    DbSl Trace: Starting user session (con_hdl=0,svchp=014C5914,srvhp=014C7B4C,usrhp=014D0304)
    DbSl Trace: Now I'm connected to ORACLE
    DbSl Trace: Database NLS settings: AMERICAN_AMERICA.WE8DEC
    DbSl Trace: Database instance erp is running on PAO with ORACLE version 9.2.0.1.0 since 20100131
    Sun Jan 31 03:28:14 2010
    ***LOG BZA=> table SVERS      does not exist on database [dblink#1 @ 1292] [dblink  1292 ]
    (DB) INFO: connected to DB
    (DB) INFO: DOKCLU created
    (RFF) ERROR: invalid checksum in data file "E:\Exports\51019635_1--export5/DATA/SAPDOKCL.001"
                 current table was "DOKCLU"
    DbSl Trace: Disconnecting from connection 0 ...
    DbSl Trace: Closing user session (con_hdl=0,svchp=014C5914,usrhp=014D0304)
    DbSl Trace: Detaching from DB Server (con_hdl=0,svchp=014C5914,srvhp=014C7B4C)
    DbSl Trace: Now I'm disconnected from ORACLE
    (DB) INFO: disconnected from DB
    D:\usr\sap\ERP\SYS\exe\run/R3load.exe: job finished with 1 error(s)
    D:\usr\sap\ERP\SYS\exe\run/R3load.exe: END OF LOG: 20100131033807
    D:\usr\sap\ERP\SYS\exe\run/R3load.exe: START OF LOG: 20100131093619
    D:\usr\sap\ERP\SYS\exe\run/R3load.exe: sccsid @(#) $Id: //bas/620/src/R3ld/R3load/R3ldmain.c#6 $ SAP
    D:\usr\sap\ERP\SYS\exe\run/R3load.exe: version R6.20/V1.2
    D:\usr\sap\ERP\SYS\exe\run/R3load.exe -dbcodepage 1100 -i C:\SAPinst/SAPDOKCL.cmd -l C:\SAPinst/SAPDOKCL.log -stop_on_error
    DbSl Trace: Got ORACLE_HOME=D:\oracle\ora92 from environment
    DbSl Trace: Client NLS settings: AMERICAN_AMERICA.WE8DEC
    DbSl Trace: Logon as OPS$-user to get SAPERP's password
    DbSl Trace: Connecting as /@ERP on connection 0 ...
    DbSl Trace: Attaching to DB Server ERP (con_hdl=0,svchp=014C5914,svrhp=014C7B4C)
    DbSl Trace: Starting user session (con_hdl=0,svchp=014C5914,srvhp=014C7B4C,usrhp=014D0304)
    DbSl Trace: Now I'm connected to ORACLE
    DbSl Trace: ORA-1403 when accessing table SAPUSER
    DbSl Trace: Disconnecting from connection 0 ...
    DbSl Trace: Closing user session (con_hdl=0,svchp=014C5914,usrhp=014D0304)
    DbSl Trace: Now I'm disconnected from ORACLE
    DbSl Trace: Try to connect with default password
    DbSl Trace: Connecting as SAPERP/<pwd>@ERP on connection 0 ...
    DbSl Trace: Starting user session (con_hdl=0,svchp=014C5914,srvhp=014C7B4C,usrhp=014D0304)
    DbSl Trace: Now I'm connected to ORACLE
    DbSl Trace: Database NLS settings: AMERICAN_AMERICA.WE8DEC
    DbSl Trace: Database instance erp is running on PAO with ORACLE version 9.2.0.1.0 since 20100131
    (DB) INFO: connected to DB
    (DB) INFO: DOKCLU deleted/truncated
    (RFF) ERROR: invalid checksum in data file "E:\Exports\51019635_1--export5/DATA/SAPDOKCL.001"
                 current table was "DOKCLU"
    DbSl Trace: Disconnecting from connection 0 ...
    DbSl Trace: Closing user session (con_hdl=0,svchp=014C5914,usrhp=014D0304)
    DbSl Trace: Detaching from DB Server (con_hdl=0,svchp=014C5914,srvhp=014C7B4C)
    DbSl Trace: Now I'm disconnected from ORACLE
    (DB) INFO: disconnected from DB
    D:\usr\sap\ERP\SYS\exe\run/R3load.exe: job finished with 1 error(s)
    D:\usr\sap\ERP\SYS\exe\run/R3load.exe: END OF LOG: 20100131094626
    D:\usr\sap\ERP\SYS\exe\run/R3load.exe: START OF LOG: 20100131103530
    D:\usr\sap\ERP\SYS\exe\run/R3load.exe: sccsid @(#) $Id: //bas/620/src/R3ld/R3load/R3ldmain.c#6 $ SAP
    D:\usr\sap\ERP\SYS\exe\run/R3load.exe: version R6.20/V1.2
    D:\usr\sap\ERP\SYS\exe\run/R3load.exe -dbcodepage 1100 -i C:\SAPinst/SAPDOKCL.cmd -l C:\SAPinst/SAPDOKCL.log -stop_on_error
    DbSl Trace: Got ORACLE_HOME=D:\oracle\ora92 from environment
    DbSl Trace: Client NLS settings: AMERICAN_AMERICA.WE8DEC
    DbSl Trace: Logon as OPS$-user to get SAPERP's password
    DbSl Trace: Connecting as /@ERP on connection 0 ...
    DbSl Trace: Attaching to DB Server ERP (con_hdl=0,svchp=014C5914,svrhp=014C7B4C)
    DbSl Trace: Starting user session (con_hdl=0,svchp=014C5914,srvhp=014C7B4C,usrhp=014D0304)
    DbSl Trace: Now I'm connected to ORACLE
    DbSl Trace: ORA-1403 when accessing table SAPUSER
    DbSl Trace: Disconnecting from connection 0 ...
    DbSl Trace: Closing user session (con_hdl=0,svchp=014C5914,usrhp=014D0304)
    DbSl Trace: Now I'm disconnected from ORACLE
    DbSl Trace: Try to connect with default password
    DbSl Trace: Connecting as SAPERP/<pwd>@ERP on connection 0 ...
    DbSl Trace: Starting user session (con_hdl=0,svchp=014C5914,srvhp=014C7B4C,usrhp=014D0304)
    DbSl Trace: Now I'm connected to ORACLE
    DbSl Trace: Database NLS settings: AMERICAN_AMERICA.WE8DEC
    DbSl Trace: Database instance erp is running on PAO with ORACLE version 9.2.0.1.0 since 20100131
    (DB) INFO: connected to DB
    (DB) INFO: DOKCLU deleted/truncated
    (RFF) ERROR: invalid checksum in data file "E:\Exports\51019635_1--export5/DATA/SAPDOKCL.001"
                 current table was "DOKCLU"
    DbSl Trace: Disconnecting from connection 0 ...
    DbSl Trace: Closing user session (con_hdl=0,svchp=014C5914,usrhp=014D0304)
    DbSl Trace: Detaching from DB Server (con_hdl=0,svchp=014C5914,srvhp=014C7B4C)
    DbSl Trace: Now I'm disconnected from ORACLE
    (DB) INFO: disconnected from DB
    D:\usr\sap\ERP\SYS\exe\run/R3load.exe: job finished with 1 error(s)
    D:\usr\sap\ERP\SYS\exe\run/R3load.exe: END OF LOG: 20100131104452

    and to add: you're not following SAPs suggestions according to the installation guide.
    > D:\usr\sap\ERP\SYS\exe\run/R3load.exe: version R6.20/V1.2
    Kernel 6.20 is out of support already for a long time. You should get an updated installation CD with a 6.40 kernel.
    > DbSl Trace: Database instance erp is running on PAO with ORACLE version 9.2.0.1.0 since 20100131
    9.2.0.1 was never supported. If you read the installation you will notice, that you should install the database plus the latest patchset plus the latest interim patches before you continue with the installation.
    Markus

  • Problem with logging in log files.

    HI,
    Our's is a client/server application.
    In our application there are so many clients.
    They each have separate page(web page).
    When a client download any file from their site it logs(client name, time, file name etc.) into a common log file(access.log) and a client specific log file(access.client_name).
    Logging in common file(access.log) is performing well.
    Logging in client specific log file works for some clients and don't work for some clients.
    For example there is a client called 'candy'.
    Some times it logs in the log file, access.candy
    some times it don't log.
    Tell me wht is the problem.
    If you want more information regarding my problem, I will send.
    Please give me some solution.
    Thank you.............

    Third Party Client: ((__null) != m_lock && 0 == (*__error())) Can't create semaphore lock
    There seems to be something wrong with a handling (m_lock = method of lock) of semaphore mechanism-- It appears to be a program issue, which is either on your local machine or a remote Web site' page(s).
    'semaphore' Apple definition (quotation from ADC) :
    A programming technique for coordinating activities in which multiple processes compete for the same kernel resources. Semaphores are commonly used to share a common memory space and to share access to files. Semaphores are one of the techniques for interprocess communication in BSD.
    In short, it is a flag to terminate a task/thread efficiently without fail prior to another task/thread starts-- a synchronization mechanism among cooperating threads/tasks. (You might need to have some understanding of the basic concepts of locks and semaphores.)
    I would test any suspect applications to uninstall temporarily to see if the erratic events are displayed on Console. Perhaps, vlc player?
    Fumiaki
    Tokyo

Maybe you are looking for