Understanding the gc log

Hi,
I'm trying to understand the garbage collection log (1.4.2). I have log statements in there like:
14325.110: [GC 14325.110: [DefNew: 111691K->111691K(118016K), 0.0000206 secs]14325.111: [Tenured: 283068K->298347K(393216K), 4.1681840 secs] 394760K->298347K(511232K), 4.1683295 secs]
The way I read it is: nothing done on the New Generation and the tenured Generation even increased. But looking at the total heap, the total used memory after the garbage collection equals the total used memory in the tenured Generation making me believe that the New Generation is empty. Is there a display bug that the New Generation was completely cleared but only the log incorrect? But is it really possible to clear the New Generation up to the very last byte?
dirk

Hi,
I'm trying to understand the garbage collection log
(1.4.2). I have log statements in there like:
14325.110: [GC 14325.110: [DefNew:
111691K->111691K(118016K), 0.0000206 secs]14325.111:
[Tenured: 283068K->298347K(393216K), 4.1681840 secs]
394760K->298347K(511232K), 4.1683295 secs]
The way I read it is: nothing done on the New
Generation and the tenured Generation even increased.
But looking at the total heap, the total used memory
after the garbage collection equals the total used
memory in the tenured Generation making me believe
that the New Generation is empty. Is there a display
bug that the New Generation was completely cleared
but only the log incorrect? Yes, exactly.
But is it really possible
to clear the New Generation up to the very last
byte?Yes, all the survivors in the New Generation were compacted
up into the Old Generation. (The whole heap was collected.)

Similar Messages

  • Understand the System Log?

    I want to understand the System Log. What happened at this or that time, but in particular I want to see how much my son is playing World of Warcraft.
    I know the info is there somewhere, but I don't know how to retrieve it...?

    Hi, Andreas.
    Understanding system logging is a rather complex issue: not one that lends itself to a quick description here. Its primary use, unless your a SysAdmin, is for gleaning additional information for troubleshooting, as discussed in my Checking Console for clues FAQ.
    Tracking your child's game play is not something you are likely to find in the Console logs. Instead, consider MacMinder.
    Since you have children using computers, you may also want to review my "Internet Safety for Children" FAQ.
    Good luck!
    Dr. Smoke
    Author: Troubleshooting Mac® OS X
    Note: The information provided in the link(s) above is freely available. However, because I own The X Lab™, a commercial Web site to which some of these links point, the Apple Discussions Terms of Use require I include the following disclosure statement with this post:
    I may receive some form of compensation, financial or otherwise, from my recommendation or link.

  • Understanding the FTP Log

    Can anyone tell me what the letters after a filename in the ftp log are? Or even where I might be able to find info? I'm trying to solve an access list/ file deletion problem.
    Fri Apr 13 16:28:27 2007 1 172.16.2.12 0 /Volumes/ProductionRAID/FTPAccess/CustomerFTP/test.txt a _ o r marketing ftp 0 * c
    OS X Server

    It means the following.
    transfer_type => a = ascii
    specialactionflag => _
    direction => o = outgoing
    access_mode => r = authenticated user
    The FTP log file is a bit cryptic. It contains such information as, Date/Time, Transfer-Time in seconds, Who accessed the file, File-Size transferred, Filename, Transfer-Type (a=ascii, b=binary), Direction (o=outgoing, i=incoming), Access-Mode (a=anonymous, g=guest, r=authenticated user), Username, Service-Name(service envoked, e.g. ftp), Authentication-Method(0=none, 1=RFC931), and Authenticated-User-ID(user id returned by authentication method. A * is used if id is not available).
    HTH
    JL
      Mac OS X (10.4.8)  

  • Understanding the Jrun logs

    The following is from the event log of a Jrun server. I
    believed that when this happens, the user's POSTs no longer
    translates the plus signs(+) that the spaces are translated to
    during the POST back to spaces. It also appears that until the user
    creates a new session, every POST has this plus signe problem. Is
    there a way in jsp code to trap that error/warning or to test if
    the session is still in good order?
    314 / 462 12/15 14:55:09 warning Error while parsing POST
    data
    315 / 462 java.lang.IllegalArgumentException: Connection
    reset
    316 / 462 at
    javax.servlet.http.HttpUtils.parsePostData(HttpUtils.java:242)
    317 / 462 at
    jrun.servlet.JRunRequest.parsePostData(JRunRequest.java:396)
    318 / 462 at
    jrun.servlet.JRunRequest.getParameters(JRunRequest.java:376)
    319 / 462 at
    jrun.servlet.JRunRequest.getParameter(JRunRequest.java:269)
    320 / 462 at
    jrun.servlet.ForwardRequest.getParameter(ForwardRequest.java:169)
    321 / 462 at
    jrun.servlet.session.SessionService.getUrlSessionID(SessionService.java:1011)
    322 / 462 at
    jrun.servlet.ForwardRequest.getRequestedSessionId(ForwardRequest.java:376)
    323 / 462 at
    jrun.servlet.ForwardRequest.isRequestedSessionIdValid(ForwardRequest.java:417)
    324 / 462 at
    jrun.servlet.ForwardRequest.getSession(ForwardRequest.java:331)
    325 / 462 at
    jrun.servlet.security.WebAppSecurityService.requestBegin(WebAppSecurityService.java:117)
    326 / 462 at
    jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:228)
    327 / 462 at
    jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:527)
    328 / 462 at
    jrun.servlet.http.WebService.invokeRunnable(WebService.java:172)
    329 / 462 at
    jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:348)
    330 / 462 at
    jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:451)
    331 / 462 at
    jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:294)
    332 / 462 at
    jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)

    wild ass guess here, but i think the aggregated (9) refers to the same message being duplicated 9 times, and only the one message was written to logs, in order to save space.

  • Understanding the system log (boot time 2 minutes)

    Dear Apple Discussion,
    I am trying to read the system.log correctly - mainly because my boot time is 2 minutes.
    I have read that the beginning of the boot up is indicated by the line:
    localhost kernel[0]: standard timeslicing quantum is 10000 us
    is this correct?
    Next, does the line:
    loginwindow[165]: Login Window Started Security Agent
    indicate that the login window has come up?
    If both of these are correct then my boot time should be 18s (according to the time stamps in the log) - it defefinitely is not that.
    Does the boot process start instead at this line:
    shutdown: reboot by root:
    If this were the case, the boot time would be closer to 2 minutes according to the log (which is what it actually is).
    This then brings up the next problem: the two minutes basically come from the following line:
    Nov 29 17:30:24 Purrfekt shutdown: reboot by root:
    Nov 29 17:30:24 Purrfekt SystemStarter[177]: authentication service (194) did not complete successfully
    Nov 29 17:30:24 Purrfekt kernel[0]: CiscoVPN : unloading cisco ipsec kernel module.
    Nov 29 17:30:24 Purrfekt kernel[0]: CiscoVPN : detaching from interface: en1.
    Nov 29 17:30:24 Purrfekt kernel[0]: CiscoVPN : interface en1, filter has been safely detached.
    Nov 29 17:30:24 Purrfekt kernel[0]: CiscoVPN : detaching from interface: en0.
    Nov 29 17:30:24 Purrfekt kernel[0]: CiscoVPN : interface en0, filter has been safely detached.
    Nov 29 17:32:12 localhost kernel[0]: standard timeslicing quantum is 10000 us
    ending line of the boot process occurs at (if my above assumption is correct):
    Nov 29 17:32:31 Purrfekt loginwindow[165]: Login Window Started Security Agent
    So why does it hang for so long at this one process? Am I reading the log incorrectly? I have searched around here and also on google ("slow boot time", "cisco vpn tiger", etc..) but haven't found anything relating to my problem.
    Thanks for any help.
    MonkeyApple
    v.1 PowerBook G4 15''   Mac OS X (10.4.3)  

    I am trying to read the system.log correctly - mainly because my boot time is 2 minutes.
    It appears to be that a restart or shutdown process delays nearly 2 minutes rather than a startup process, presumably due to one of WindowServer children or a bug stays in Mac OS X 10.4.3 Update-- Mine delays approximately 30 - 40 minutes on PowerMac G5 2.7 Ghz on every shutdown or restart process. Your computer is PowerMac G4 so that make sense. I found a suspect application which is a security related. Although I am still investigating further because the issue does not occur on the lower drive bay where I install another Mac OS X 10.4.3 Update (but no third-party software) as a test facility.
    localhost kernel[0]: standard timeslicing quantum is 10000 us
    This is correct and the first line to display sequential events in a boot process.
    loginwindow[165]: Login Window Started Security Agent
    This is also a normal behavior.
    SystemStarter[xxx]: authentication service (xxx) did not complete successfully
    This can be displayed depending on a computer configuration.
    A sequential event from CiscoVPN: unloading cisco ipsec kernel module to CiscoVPN: interface en0, filter has been safely detached seems to be all right if you PROPERLY configure VPN policy and IPsec (Internet Protocol Security) authenticate, etc for your Cisco device. IPsec is a framework for a set of protocols for security at the network or packet processing layer of network communication.
    I suggest to check all related settings with Netwrok/Sharing panes and the router configurations for VPN (IPsec), IPv6, security, etc. Also check routing table and all socket connections after you launch Network Utility or via Terminal commands.
    FYI: interface en0 is a wired connection and interface en1 is a wireless connection such as AirPort. IPsec kernel module is a unit of kernel program or componet for IPsec.
    Hope this helps.
    G5 Dual 2.7GHz, Dell XPS 3.2GHz, G3B&W, Sony LTop   Mac OS X (10.4.3)   Tiger10.4.2, MacOS 9.2.2, WinXP Pro, Win ME, Linux

  • Understanding the Console Log Entries

    I am trying to decipher which USER_PROCESS stands for a logon. So when a user logs into the machine it is USER_PROCESS: # Console.
    I just don't know which number it is. 44? 47? other?
    Any help is very much appreciated.

    It won't tell you much, but I think you'll get a +Login Window Started Security Agent+ message from a new loginwindow process. But it won't tell you which user logged-on.
    If you're trying to monitor a particular account's usage, there's probably an app for that; I don't think you'll get much from the normal logs.
    You might be able to write an Applescript or Automator to put in that user's Login items, that would update a file somewhere.
    I haven't used +Parental Controls,+ but something there might do what you want.
    You might find something in the +Account and Login+ section of the +Snow Leopard+ forum, either by browsing or searching.
    If nobody responds to this thread for a while, you might want to repost with a title asking specifically how to do whatever it is.

  • Need help in understanding the result logged in gateway log file

    I have installed unixODBC.x86_64 (2.2.14) and mysql-connector-odbc-5.3.4-linux-el6-x85-64 on Oracle Linux Server 6.5 64 bit with Oracle 12c and MySQL Community Server 5..6.14.  Oracle database character set is AL32UTF8 and MySQL database character set is latin1. I have copied the content of a gateway log file to the bottom of this entry and boldfaced the lines that I hope someone can explain to me what they mean and what should I do.
    Gateway init file has the following configuration:
    HS_FDS_CONNECT_INFO = myodbc5
    HS_FDS_TRACE_LEVEL = DEBUG
    HS_FDS_SHAREABLE_NAME = /usr/lib64/libodbc.so
    HS_LANGUAGE=AMERICAN_AMERICA.WE8ISO8859P15
    set ODBCSYSINI=/tmp/shared
    ODBC.ini located in /tmp/shared has the following configuration:
    [myodbc5]
    Driver          = /tmp/shared/mysql-odbc/lib/libmyodbc5w.so
    DATABASE        = peter
    DESCRIPTION     = MySQL ODBC 5.3 Unicode Driver
    SERVER          = localhost
    UID             = peter
    PASSWORD        = peter
    SOCKET          = /var/lib/mysql/mysql.sock
    Listener.ora has the following configuration:
    LISTENER =
      (ADDRESS_LIST=
    (ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1521))
    (ADDRESS=(PROTOCOL=ipc)(KEY=PNPKEY)))
    SID_LIST_LISTENER =
       (SID_LIST =
         (SID_DESC =
           (GLOBAL_DBNAME = PETER)
           (ORACLE_HOME = /opt/oracle/12c)
           (SID_NAME = PETER)
         (SID_DESC =
           (SID_NAME = mysqlodbc)
           (ORACLE_HOME = /opt/oracle/12c)
           (PROGRAM = dg4odbc)
    Tnsnames.ora has the following configuration:
    mysqlodbc =
    (DESCRIPTION=
    (ADDRESS=
    (PROTOCOL=TCP) (HOST=localhost) (PORT=1521)
    (CONNECT_DATA=
    (SID=mysqlodbc))
    (HS=OK)
    Gateway log file has the following content:
    Oracle Corporation --- TUESDAY   FEB 17 2015 14:08:39.306
    Heterogeneous Agent Release
    12.1.0.1.0
    Oracle Corporation --- TUESDAY   FEB 17 2015 14:08:39.306
        Version 12.1.0.1.0
    Entered hgogprd
    HOSGIP for "HS_FDS_TRACE_LEVEL" returned "DEBUG"
    Entered hgosdip
    setting HS_OPEN_CURSORS to default of 50
    setting HS_FDS_RECOVERY_ACCOUNT to default of "RECOVER"
    setting HS_FDS_RECOVERY_PWD to default value
    setting HS_FDS_TRANSACTION_LOG to default of HS_TRANSACTION_LOG
    setting HS_IDLE_TIMEOUT to default of 0
    setting HS_FDS_TRANSACTION_ISOLATION to default of "READ_COMMITTED"
    setting HS_NLS_NCHAR to default of "AL32UTF8"
    setting HS_FDS_TIMESTAMP_MAPPING to default of "DATE"
    setting HS_FDS_DATE_MAPPING to default of "DATE"
    setting HS_RPC_FETCH_REBLOCKING to default of "ON"
    setting HS_FDS_FETCH_ROWS to default of "100"
    setting HS_FDS_RESULTSET_SUPPORT to default of "FALSE"
    setting HS_FDS_RSET_RETURN_ROWCOUNT to default of "FALSE"
    setting HS_FDS_PROC_IS_FUNC to default of "FALSE"
    setting HS_FDS_MAP_NCHAR to default of "TRUE"
    setting HS_NLS_DATE_FORMAT to default of "YYYY-MM-DD HH24:MI:SS"
    setting HS_FDS_REPORT_REAL_AS_DOUBLE to default of "FALSE"
    setting HS_LONG_PIECE_TRANSFER_SIZE to default of "65536"
    setting HS_SQL_HANDLE_STMT_REUSE to default of "FALSE"
    setting HS_FDS_QUERY_DRIVER to default of "TRUE"
    setting HS_FDS_SUPPORT_STATISTICS to default of "FALSE"
    setting HS_FDS_QUOTE_IDENTIFIER to default of "TRUE"
    setting HS_KEEP_REMOTE_COLUMN_SIZE to default of "OFF"
    setting HS_FDS_GRAPHIC_TO_MBCS to default of "FALSE"
    setting HS_FDS_MBCS_TO_GRAPHIC to default of "FALSE"
    Default value of 64 assumed for HS_FDS_SQLLEN_INTERPRETATION
    setting HS_CALL_NAME_ISP to "gtw$:SQLTables;gtw$:SQLColumns;gtw$:SQLPrimaryKeys;gtw$:SQLForeignKeys;gtw$:SQLProcedures;gtw$:SQLStatistics;gtw$:SQLGetInfo"
    setting HS_FDS_DELAYED_OPEN to default of "TRUE"
    setting HS_FDS_WORKAROUNDS to default of "0"
    Exiting hgosdip, rc=0
    ORACLE_SID is "mysqlodbc"
    Product-Info:
      Port Rls/Upd:1/0 PrdStat:0
      Agent:Oracle Database Gateway for ODBC
      Facility:hsa
      Class:ODBC, ClassVsn:12.1.0.1.0_0017, Instance:mysqlodbc
    Exiting hgogprd, rc=0
    Entered hgoinit
    HOCXU_COMP_CSET=1
    HOCXU_DRV_CSET=46
    HOCXU_DRV_NCHAR=873
    HOCXU_DB_CSET=873
    HS_LANGUAGE is AMERICAN_AMERICA.WE8ISO8859P15
    LANG=en_US.UTF-8
    HOCXU_SEM_VER=121000
    HOCXU_VC2_MAX=4000
    HOCXU_RAW_MAX=2000
    Entered hgolofn at 2015/02/17-14:08:39
    HOSGIP for "HS_FDS_SHAREABLE_NAME" returned "/usr/lib64/libodbc.so"
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac07fe0
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac08110
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac089d0
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac09d40
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac11c00
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac120a0
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac148d0
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac15dd0
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac16610
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac18060
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac18070
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac197c0
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac1cb80
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac1cf60
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac1eb70
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac1f800
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac1fb80
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac21af0
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac21f10
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac23b20
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac23960
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac0a360
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac0bc20
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac0f710
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac11470
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac12c00
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac15810
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac16f70
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac18400
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac19ec0
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac1a390
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac1b5f0
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac1c320
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac1d9c0
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac1dcc0
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac1e7c0
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac20380
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac208d0
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac20eb0
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac21520
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac22210
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac24fb0
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac23610
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac26910
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Entered hgolofns at 2015/02/17-14:08:39
    symbol_peflctx=0xac275e0
    hoaerr:0
    Exiting hgolofns at 2015/02/17-14:08:39
    Exiting hgolofn, rc=0 at 2015/02/17-14:08:39
    HOSGIP for "HS_OPEN_CURSORS" returned "50"
    HOSGIP for "HS_FDS_FETCH_ROWS" returned "100"
    HOSGIP for "HS_LONG_PIECE_TRANSFER_SIZE" returned "65536"
    HOSGIP for "HS_NLS_NUMERIC_CHARACTERS" returned ".,"
    HOSGIP for "HS_KEEP_REMOTE_COLUMN_SIZE" returned "OFF"
    HOSGIP for "HS_FDS_DELAYED_OPEN" returned "TRUE"
    HOSGIP for "HS_FDS_WORKAROUNDS" returned "0"
    HOSGIP for "HS_FDS_MBCS_TO_GRAPHIC" returned "FALSE"
    HOSGIP for "HS_FDS_GRAPHIC_TO_MBCS" returned "FALSE"
    Invalid value of 64 given for HS_FDS_SQLLEN_INTERPRETATION
    treat_SQLLEN_as_compiled = 1
    Exiting hgoinit, rc=0 at 2015/02/17-14:08:39
    Entered hgolgon at 2015/02/17-14:08:39
    reco:0, name:peter, tflag:0
    Entered hgosuec at 2015/02/17-14:08:39
    Exiting hgosuec, rc=0 at 2015/02/17-14:08:39
    HOSGIP for "HS_FDS_RECOVERY_ACCOUNT" returned "RECOVER"
    HOSGIP for "HS_FDS_TRANSACTION_LOG" returned "HS_TRANSACTION_LOG"
    HOSGIP for "HS_FDS_TIMESTAMP_MAPPING" returned "DATE"
    HOSGIP for "HS_FDS_DATE_MAPPING" returned "DATE"
    HOSGIP for "HS_FDS_MAP_NCHAR" returned "TRUE"
    HOSGIP for "HS_FDS_RESULTSET_SUPPORT" returned "FALSE"
    HOSGIP for "HS_FDS_RSET_RETURN_ROWCOUNT" returned "FALSE"
    HOSGIP for "HS_FDS_PROC_IS_FUNC" returned "FALSE"
    HOSGIP for "HS_FDS_REPORT_REAL_AS_DOUBLE" returned "FALSE"
    using peter as default schema
    HOSGIP for "HS_SQL_HANDLE_STMT_REUSE" returned "FALSE"
    Entered hgocont at 2015/02/17-14:08:39
    HS_FDS_CONNECT_INFO = "myodbc5"
    RC=-1 from HOSGIP for "HS_FDS_CONNECT_STRING"
    Entered hgogenconstr at 2015/02/17-14:08:39
    dsn:myodbc5, name:peter
    optn:
    Entered hgocip at 2015/02/17-14:08:39
    dsn:myodbc5
    Exiting hgocip, rc=0 at 2015/02/17-14:08:39
    Exiting hgogenconstr, rc=0 at 2015/02/17-14:08:39
    Entered hgolosf at 2015/02/17-14:08:39
    Exiting hgolosf, rc=0 at 2015/02/17-14:08:39
    DriverName:libmyodbc5w.so, DriverVer:05.03.0004
    DBMS Name:MySQL, DBMS Version:5.6.14
    Exiting hgocont, rc=0 at 2015/02/17-14:08:39
    SQLGetInfo returns Y for SQL_CATALOG_NAME
    SQLGetInfo returns 192 for SQL_MAX_CATALOG_NAME_LEN
    Exiting hgolgon, rc=0 at 2015/02/17-14:08:39
    Entered hgoulcp at 2015/02/17-14:08:39
    Entered hgowlst at 2015/02/17-14:08:39
    Exiting hgowlst, rc=0 at 2015/02/17-14:08:39
    SQLGetInfo returns 0x0 for SQL_SCHEMA_USAGE
    TXN Capable:3, Isolation Option:0xf
    SQLGetInfo returns 0 for SQL_MAX_SCHEMA_NAME_LEN
    SQL_SU_DML_STATEMENTS bit is not set. Schemas are not supported by FDS.
    SQLGetInfo returns 192 for SQL_MAX_TABLE_NAME_LEN
    SQLGetInfo returns 192 for SQL_MAX_PROCEDURE_NAME_LEN
    HOSGIP returned value of "TRUE" for HS_FDS_QUOTE_IDENTIFIER
    SQLGetInfo returns ` (0x60) for SQL_IDENTIFIER_QUOTE_CHAR
    Entered hgopoer at 2015/02/17-14:08:39
    Exiting hgopoer, rc=0 at 2015/02/17-14:08:39 with error ptr FILE:hgopoer.c LINE:195 ID:GetDiagRec error
    hgoulcp, line 2138: calling SQLFetch got sqlstate 00000
    3 instance capabilities will be uploaded
      capno:5964, context:0x00000000, add-info:        0
      capno:5989, context:0x00000000, add-info:        0
      capno:5992, context:0x0001ffff, add-info:        1, translation:"`"
    Exiting hgoulcp, rc=0 at 2015/02/17-14:08:39 with error ptr FILE:hgoulcp.c LINE:2140 ID:Translation text for Unicode literal not supported. Leaving HOACOPTTSTN1 capability off.
    Entered hgouldt at 2015/02/17-14:08:39
    NO instance DD translations were uploaded
    Exiting hgouldt, rc=0 at 2015/02/17-14:08:39
    Entered hgobegn at 2015/02/17-14:08:39
    tflag:0 , initial:1
    hoi:0xd991a328, ttid (len 24) is ...
      00: 50455445 522E3864 63666537 31332E31  [PETER.8dcfe713.1]
      10: 2E33312E 32303235                    [.31.2025]
                     tbid (len 21) is ...
      00: 50455445 525B312E 33312E32 3032355D  [PETER[1.31.2025]]
      10: 5B312E34 5D                          [[1.4]]
    Exiting hgobegn, rc=0 at 2015/02/17-14:08:39
    Entered hgodtab at 2015/02/17-14:08:39
    count:1
      table: mysql_table1
    Allocate hoada[0] @ 0x10b6300
    Entered hgopcda at 2015/02/17-14:08:39
    Column:1(dest): dtype:1 (CHAR), prc/scl:5/0, nullbl:1, octet:5, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2015/02/17-14:08:39
    The hoada for table mysql_table1 follows...
    hgodtab, line 1079: Printing hoada @ 0x10b6300
    MAX:1, ACTUAL:1, BRC:1, WHT=6 (TABLE_DESCRIBE)
    hoadaMOD bit-values found (0x200:TREAT_AS_CHAR)
    DTY      NULL-OK  LEN  MAXBUFLEN   PR/SC  CST IND MOD NAME
      1 CHAR Y          5          5   0/  0    0   0 200 dest
    Exiting hgodtab, rc=0 at 2015/02/17-14:08:39
    Entered hgodafr, cursor id 0 at 2015/02/17-14:08:39
    Free hoada @ 0x10b6300
    Exiting hgodafr, rc=0 at 2015/02/17-14:08:39
    Entered hgopars, cursor id 1 at 2015/02/17-14:08:39
    type:0
    SQL text from hgopars, id=1, len=39 ...
         00: 53454C45 43542041 312E6064 65737460  [SELECT A1.`dest`]
         10: 2046524F 4D20606D 7973716C 5F746162  [ FROM `mysql_tab]
         20: 6C653160 204131                      [le1` A1]
    Exiting hgopars, rc=0 at 2015/02/17-14:08:39
    Entered hgoopen, cursor id 1 at 2015/02/17-14:08:39
    hgoopen, line 87: NO hoada to print
    Deferred open until first fetch.
    Exiting hgoopen, rc=0 at 2015/02/17-14:08:39
    Entered hgodscr, cursor id 1 at 2015/02/17-14:08:39
    Allocate hoada @ 0x10b6300
    Entered hgodscr_process_sellist_description at 2015/02/17-14:08:39
    Entered hgopcda at 2015/02/17-14:08:39
    Column:1(dest): dtype:1 (CHAR), prc/scl:5/0, nullbl:1, octet:5, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2015/02/17-14:08:39
    hgodscr, line 470: Printing hoada @ 0x10b6300
    MAX:1, ACTUAL:1, BRC:100, WHT=5 (SELECT_LIST)
    hoadaMOD bit-values found (0x200:TREAT_AS_CHAR)
    DTY      NULL-OK  LEN  MAXBUFLEN   PR/SC  CST IND MOD NAME
      1 CHAR Y          5          5   0/  0    0   0 200 dest
    Exiting hgodscr, rc=0 at 2015/02/17-14:08:39
    Entered hgoftch, cursor id 1 at 2015/02/17-14:08:39
    hgoftch, line 135: Printing hoada @ 0x10b6300
    MAX:1, ACTUAL:1, BRC:100, WHT=5 (SELECT_LIST)
    hoadaMOD bit-values found (0x200:TREAT_AS_CHAR)
    DTY      NULL-OK  LEN  MAXBUFLEN   PR/SC  CST IND MOD NAME
      1 CHAR Y          5          5   0/  0    0   0 200 dest
    Performing delayed open.
    SQLBindCol: column 1, cdatatype: 1, bflsz: 6
    SQLFetch: row: 1, column 1, bflsz: 6, bflar: 5
    SQLFetch: row: 1, column 1, bflsz: 6, bflar: 5, (bfl: 5, mbl: 5)
    1 rows fetched
    Exiting hgoftch, rc=0 at 2015/02/17-14:08:39
    Entered hgoftch, cursor id 1 at 2015/02/17-14:08:39
    hgoftch, line 135: Printing hoada @ 0x10b6300
    MAX:1, ACTUAL:1, BRC:1, WHT=5 (SELECT_LIST)
    hoadaMOD bit-values found (0x200:TREAT_AS_CHAR)
    DTY      NULL-OK  LEN  MAXBUFLEN   PR/SC  CST IND MOD NAME
      1 CHAR Y          5          5   0/  0    0   0 200 dest
    0 rows fetched
    Exiting hgoftch, rc=1403 at 2015/02/17-14:08:39
    Entered hgoclse, cursor id 1 at 2015/02/17-14:23:33
    Exiting hgoclse, rc=0 at 2015/02/17-14:23:33
    Entered hgodafr, cursor id 1 at 2015/02/17-14:23:33
    Free hoada @ 0x10b6300
    Exiting hgodafr, rc=0 at 2015/02/17-14:23:33
    Entered hgocomm at 2015/02/17-14:23:33
    keepinfo:0, tflag:1
       00: 50455445 522E3864 63666537 31332E31  [PETER.8dcfe713.1]
       10: 2E33312E 32303235                    [.31.2025]
                     tbid (len 21) is ...
       00: 50455445 525B312E 33312E32 3032355D  [PETER[1.31.2025]]
       10: 5B312E34 5D                          [[1.4]]
    cmt(0):
    Entered hgocpctx at 2015/02/17-14:23:33
    Exiting hgocpctx, rc=0 at 2015/02/17-14:23:33
    Exiting hgocomm, rc=0 at 2015/02/17-14:23:33
    Entered hgolgof at 2015/02/17-14:23:33
    tflag:1
    Exiting hgolgof, rc=0 at 2015/02/17-14:23:33
    Entered hgoexit at 2015/02/17-14:23:33
    Exiting hgoexit, rc=0
    Entered horcrces_CleanupExtprocSession at 2015/02/17-14:23:33
    Entered horcrpooe_PopOciEnv at 2015/02/17-14:23:33
    Entered horcrfoe_FreeOciEnv at 2015/02/17-14:23:33
    Exiting horcrfoe_FreeOciEnv at 2015/02/17-14:23:33
    Entered horcrfse_FreeStackElt at 2015/02/17-14:23:33
    Exiting horcrfse_FreeStackElt at 2015/02/17-14:23:33
    Exiting horcrpooe_PopOciEnv at 2015/02/17-14:23:33
    Exiting horcrces_CleanupExtprocSession at 2015/02/17-14:23:33

    Hi Matt,
    There is no error and data is returned.  It is just my curiosity to know about those lines in the log file and wonder whether they imply some underlying issues.
    Thanks,
    Peter

  • How can i understand the differents logs in oracle rac?

    I need to check if everything is running ok

    Interesting check list.
    But to check (RMAN) backup I would add something like:
    RMAN> list backup completed after 'SYSDATE-1';or
    RMAN> report need backup;I would also add some periodic recovery tests.

  • I just downloaded Adobe Acrobat XI Pro, I am in the install process now and I am getting an Error message, Error 1303, stating I need to log on as an administrator ... this is my computer so I don't understand the issue??

    I just downloaded Adobe Acrobat XI Pro, I am in the install process now and I am getting an Error message, Error 1303, stating I need to log on as an administrator ... this is my computer so I don't understand the issue??

    Hi MAX22,
    Even though it's your computer but your user account might not have sufficient privileges to install the software.
    Please try the following :
    > Enable the hidden Admin Account on Windows 7 ( Ref :  http://www.howtogeek.com/howto/windows-vista/enable-the-hidden-administrator-account-on-wi ndows-vista/ )
    Reboot and try installing in the new enabled Admin user account and check.
    Regards,
    Rave

  • Understanding a kernel log and fixing the problem

    Is anyone able to understand the kernel panic log below and help me fix the problem. I'm on an Intel Core 2 Duo iMac (late 2006) running 10.4.11. Here's the log:
    Mon Sep 22 19:53:13 2008
    panic(cpu 0 caller 0x001A49CB): Unresolved kernel trap (CPU 0, Type 14=page fault), registers:
    CR0: 0x8001003b, CR2: 0x00000002, CR3: 0x00f17000, CR4: 0x000006e0
    EAX: 0x000000ff, EBX: 0x00000001, ECX: 0x00000000, EDX: 0x25b73913
    CR2: 0x00000002, EBP: 0x140e3d58, ESI: 0x125e2000, EDI: 0x02e0a800
    EFL: 0x00010246, EIP: 0x00a0ddac, CS: 0x00000008, DS: 0x00000010
    Backtrace, Format - Frame : Return Address (4 potential args on stack)
    0x140e3a58 : 0x128d0d (0x3cc65c 0x140e3a7c 0x131f95 0x0)
    0x140e3a98 : 0x1a49cb (0x3d2a94 0x0 0xe 0x3d22b8)
    0x140e3ba8 : 0x19b3a4 (0x140e3bc0 0x287 0x140e3bf8 0x140a17)
    0x140e3d58 : 0xa0fc3b (0x25b738c8 0x25b738e0 0x5f 0x2827c00)
    0x140e3e78 : 0xa110cb (0x0 0x23 0x140e3ed8 0x1a2e7e)
    0x140e3ed8 : 0x9ba88b (0x125e2000 0x0 0x0 0x0)
    0x140e3f08 : 0x39b96f (0x2b68400 0x2b45d40 0x1 0x268dfe4)
    0x140e3f58 : 0x39ab41 (0x2b45d40 0x136064 0x0 0x268dfe4)
    0x140e3f88 : 0x39a877 (0x2c7c640 0x2c7c640 0x134db9 0x136064)
    0x140e3fc8 : 0x19b21c (0x2c7c640 0x0 0x19e0b5 0x27e37a0) Backtrace terminated-invalid frame pointer 0x0
    Kernel loadable modules in backtrace (with dependencies):
    com.apple.driver.AirPortBrcm43xx(244.46.9)@0x9b3000
    dependency: com.apple.iokit.IONetworkingFamily(1.5.1)@0x969000
    dependency: com.apple.iokit.IOPCIFamily(2.2)@0x566000
    dependency: com.apple.iokit.IO80211Family(163.1)@0x994000
    Kernel version:
    Darwin Kernel Version 8.11.1: Wed Oct 10 18:23:28 PDT 2007; root:xnu-792.25.20~1/RELEASE_I386
    Thanks!

    Understanding crash logs isn’t easy and it’s hard (sometimes impossible) to decipher the cause of the problem. Take a look at Apple’s Crash Reporter document at http://developer.apple.com/technotes/tn2004/tn2123.html The log does reference Airport. Are you using AirPort?
    Kernel panics are usually caused by a hardware problem – frequently RAM, a USB device or a Firewire device. When trying to troubleshoot problems, disconnect all external devices except your monitor, kbd & mouse. Do you experience the same problems?
    May be a solution on one of these links.
    Mac OS X Kernel Panic FAQ
    Mac OS X Kernel Panic FAQ
    Resolving Kernel Panics
    Avoiding and eliminating Kernel panics
    12-Step Program to Isolate Freezes and/or Kernel Panics
     Cheers, Tom

  • Can anybody help me to understand the CPU usage logs

    Hello community,
    I try to find the faulty machine in our network, but I don`t understand the logfiles. We have many servers which normally work very fast and reliable.
    But sometimes we have such a huge cpu usage drain on our server. Nobody knows where it comes from, so I looked in the vsphere web client and looked in the cpu usage logs.
    Following you can see two pictures. One is from the main host. It shows only a cpu usage of a maximum of 45 %.
    When I look on the vmware machines I can see a cpu usage of more than 150%.
    This is something I completely not understand. How is it possible that the main host machine has only a 45% cpu usage and the clients are exploding?
    I don`t have set a cpu usage limit in our resource pool.
    The next thing is. When I look on the vmmachines, I can not identify the faulty machine. Because when one machine increases the cpu usage many others increase too. Whatever why.
    Can somebody explain me the pictures below please:
    Thank you for your time
    Paul

    You don't have any need to understand this code. The complication is due to the registry needing a fixed objectID.
    You just need to know the methods of java.rmi.registry.LocateRegistry class. This allows you to start an RMI Registry inside your JVM and give it any TCP port number you like.

  • Kernal panic. dont understand the logs? please help

    i have a 4 year old mac ibook g4 12inch. its ran perfectly until yesterday when i installed bt broadband software. the kernal panics also come up when i move my computer sometimes. its very frustrating. i am about to post the system log from this mornig. i would be so grateful if someone could at least determine the problem if not resolve it completely. thank you
    i know its very long but i didnt know which bit i needed to put in so i put all of it in.
    this is the system log
    Size: 41.7 KB
    Last Modified: 10/07/2007 09:29
    Location: /var/log/system.log
    Contents: Jul 10 03:15:08 Unknown-00-0d-93-81-5a-85 syslogd: restart
    Jul 10 03:15:08 Unknown-00-0d-93-81-5a-85 syslogd: hostname changed, "localhost" to "Unknown-00-0d-93-81-5a-85"
    Jul 10 08:04:22 localhost syslogd: restart
    Jul 10 08:04:22 localhost syslogd: kernel boot file is /mach_kernel
    Jul 10 08:04:22 localhost kernel: standard timeslicing quantum is 10000 us
    Jul 10 08:04:22 localhost kernel: vmpagebootstrap: 60981 free pages
    Jul 10 08:04:22 localhost kernel: migtable_maxdispl = 68
    Jul 10 08:04:22 localhost kernel: IOKit Component Version 7.9:
    Jul 10 08:04:22 localhost kernel: Wed Mar 30 20:07:52 PST 2005; root(rcbuilder):RELEASE_PPC/iokit/RELEASE
    Jul 10 08:04:22 localhost kernel: 83 prelinked modules
    Jul 10 08:04:22 localhost kernel: Copyright (c) 1982, 1986, 1989, 1991, 1993
    Jul 10 08:04:22 localhost kernel: The Regents of the University of California. All rights reserved.
    Jul 10 08:04:22 localhost kernel:
    Jul 10 08:04:22 localhost kernel: using 655 buffer headers and 655 cluster IO buffer headers
    Jul 10 08:04:22 localhost kernel: Local FireWire GUID = 0xd93ff:0xfe6af016
    Jul 10 08:04:22 localhost kernel: ApplePMU::readI2CbattData ERR 0, status = 0xfd, err = 0xe00002bc
    Jul 10 08:04:22 localhost kernel: ADB present:8c
    Jul 10 08:04:22 localhost kernel: Security auditing service present
    Jul 10 08:04:22 localhost kernel: BSM auditing present
    Jul 10 08:04:22 localhost kernel: From path: "/pci@f4000000/ata-6@d/disk@0:3,\mach_kernel", Waiting on <dict ID="0"><key>IOPathMatch</key><string ID="1">IODeviceTree:/pci@f4000000/ata-6@d/@0:3</string></dict>
    Jul 10 08:04:22 localhost kernel: Got boot device = IOService:/MacRISC2PE/pci@f4000000/AppleMacRiscPCI/ata-6@D/AppleKauaiATA/ATADev iceNub@0/IOATABlockStorageDriver/IOATABlockStorageDevice/IOBlockStorageDriver/TO SHIBA MK3025GAS Media/IOApplePartitionScheme/Untitled@3
    Jul 10 08:04:22 localhost kernel: BSD root: disk0s3, major 14, minor 2
    Jul 10 08:04:22 localhost kernel: jnl: replay_journal: from: 1654272 to: 7401472 (joffset 0x8601000)
    Jul 10 08:04:23 localhost kernel: Jettisoning kernel linker.
    Jul 10 08:04:23 localhost kernel: Resetting IOCatalogue.
    Jul 10 08:04:23 localhost kextd[88]: registering service "com.apple.KernelExtensionServer"
    Jul 10 08:04:29 localhost kernel: Matching service count = 0
    Jul 10 08:04:29 localhost kernel: AppleRS232Serial: 0 0 AppleRS232Serial::start - returning false early, Connector or machine incorrect
    Jul 10 08:04:30 localhost kernel: UniNEnet: Ethernet address 00:0d:93:6a:f0:16
    Jul 10 08:04:30 localhost kernel: AirPortPCI: Ethernet address 00:0d:93:81:5a:85
    Jul 10 08:04:30 localhost kernel: IOFireWireIP: FireWire address 00:0d:93:ff:fe:6a:f0:16
    Jul 10 08:04:30 localhost lookupd[97]: lookupd (version 324.13) starting - Tue Jul 10 08:04:30 2007
    Jul 10 08:04:31 localhost diskarbitrationd[91]: disk0s3 hfs 94ACCE2D-0606-37BE-ACEE-01B15973CA2B Macintosh HD /
    Jul 10 08:04:31 localhost SystemStarter: Welcome to Macintosh.
    Jul 10 08:04:31 localhost ConsoleMessage: Starting kernel event agent
    Jul 10 08:04:31 localhost SystemStarter: Starting kernel event agent
    Jul 10 08:04:32 localhost ConsoleMessage: Starting Apple Multicast DNS Responder
    Jul 10 08:04:32 localhost ConsoleMessage: Initializing network
    Jul 10 08:04:32 localhost ConsoleMessage: Starting SecurityServer
    Jul 10 08:04:32 localhost ConsoleMessage: Starting timed execution services
    Jul 10 08:04:38 localhost ConsoleMessage: Starting HP IO Monitor
    Jul 10 08:04:39 localhost configd[90]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/set-hostna me
    Jul 10 08:04:39 localhost set-hostname[175]: setting hostname to nick-baines-Computer.local
    Jul 10 08:04:41 localhost kernel: ATY,Via_A: vram [9c000000:02000000]
    Jul 10 08:04:41 localhost kernel: ATY,Via_B: vram [98000000:02000000]
    Jul 10 08:04:41 localhost SystemStarter: The "HasShadow" window property is obsolete. Use CGSSetWindowShadowAndRimParameters(cid, wid, 0.0,0.0, 0,0, CGSNoShadowStyle) to turn off the window shadow instead. Set a break-point on CGSLogMessage to find out where this property is set.
    Jul 10 08:04:42 localhost mDNSResponder[180]: mDNSResponder-58.8.1 (Jan 31 2005 21:11:41) starting
    Jul 10 08:04:42 localhost mach_init[2]: Server 0 in bootstrap d03 uid 0: "/usr/libexec/fix_prebinding": exited with non-zero status 1 [pid 197]
    Jul 10 08:04:42 localhost ConsoleMessage: Loading Shared IP extension
    Jul 10 08:04:42 localhost /usr/libexec/panicdump: Error (-1) setting variable - 'aapl,panic-info'
    Jul 10 08:04:42 localhost ConsoleMessage: Starting printing services
    Jul 10 08:04:42 localhost ConsoleMessage: Checking disks
    Jul 10 08:04:42 localhost SystemStarter: crash reporter (214) did not complete successfully.
    Jul 10 08:04:43 localhost syslogd: /dev/console: Input/output error
    Jul 10 08:04:43 localhost init: kernel security level changed from 0 to 1
    Jul 10 08:04:43 localhost ConsoleMessage: Starting Apple File Service
    Jul 10 08:04:43 localhost ConsoleMessage: Starting Apache web server
    Jul 10 08:04:43 localhost ConsoleMessage: Starting HP Trap Monitor
    Jul 10 08:04:43 localhost DirectoryService[258]: Launched version 1.8.5 (v258.3)
    Jul 10 08:04:43 localhost /usr/sbin/httpd: Sent launch request message to DirectoryService mach_init port
    Jul 10 08:04:43 localhost /usr/sbin/AppleFileServer: Sent launch request message to DirectoryService mach_init port
    Jul 10 08:04:44 localhost ConsoleMessage: Loading IP Firewall extension
    Jul 10 08:04:45 localhost kernel: IP packet filtering initialized, divert enabled, rule-based forwarding enabled, default to accept, logging disabled
    Jul 10 08:04:45 localhost kernel: IPv6 packet filtering initialized, default to accept, logging disabled
    Jul 10 08:04:45 localhost kernel: IP firewall loaded
    Jul 10 08:04:45 localhost ConsoleMessage: Starting internet services
    Jul 10 08:04:45 localhost xinetd[266]: xinetd Version 2.3.11 started with libwrap options compiled in.
    Jul 10 08:04:45 localhost xinetd[266]: Started working: 2 available services
    Jul 10 08:04:46 localhost SystemStarter: The following StartupItems failed to properly start:
    Jul 10 08:04:46 localhost SystemStarter: /System/Library/StartupItems/CrashReporter
    Jul 10 08:04:46 localhost SystemStarter: - execution of Startup script failed
    Jul 10 08:04:46 localhost SystemStarter:
    Jul 10 08:04:52 localhost kernel: AirPort: Link UP: "BTHomeHub-66EB" - 0018f65e09d3 - chan 1
    Jul 10 08:06:35 localhost syslogd: restart
    Jul 10 08:06:35 localhost syslogd: kernel boot file is /mach_kernel
    Jul 10 08:06:35 localhost kernel: standard timeslicing quantum is 10000 us
    Jul 10 08:06:35 localhost kernel: vmpagebootstrap: 60981 free pages
    Jul 10 08:06:35 localhost kernel: migtable_maxdispl = 68
    Jul 10 08:06:35 localhost kernel: IOKit Component Version 7.9:
    Jul 10 08:06:35 localhost kernel: Wed Mar 30 20:07:52 PST 2005; root(rcbuilder):RELEASE_PPC/iokit/RELEASE
    Jul 10 08:06:35 localhost kernel: 83 prelinked modules
    Jul 10 08:06:35 localhost kernel: Copyright (c) 1982, 1986, 1989, 1991, 1993
    Jul 10 08:06:35 localhost kernel: The Regents of the University of California. All rights reserved.
    Jul 10 08:06:35 localhost kernel:
    Jul 10 08:06:35 localhost kernel: using 655 buffer headers and 655 cluster IO buffer headers
    Jul 10 08:06:35 localhost kernel: Local FireWire GUID = 0xd93ff:0xfe6af016
    Jul 10 08:06:35 localhost kernel: ADB present:8c
    Jul 10 08:06:35 localhost kernel: Security auditing service present
    Jul 10 08:06:35 localhost kernel: BSM auditing present
    Jul 10 08:06:35 localhost kernel: From path: "/pci@f4000000/ata-6@d/disk@0:3,\mach_kernel", Waiting on <dict ID="0"><key>IOPathMatch</key><string ID="1">IODeviceTree:/pci@f4000000/ata-6@d/@0:3</string></dict>
    Jul 10 08:06:35 localhost kernel: Got boot device = IOService:/MacRISC2PE/pci@f4000000/AppleMacRiscPCI/ata-6@D/AppleKauaiATA/ATADev iceNub@0/IOATABlockStorageDriver/IOATABlockStorageDevice/IOBlockStorageDriver/TO SHIBA MK3025GAS Media/IOApplePartitionScheme/Untitled@3
    Jul 10 08:06:35 localhost kernel: BSD root: disk0s3, major 14, minor 2
    Jul 10 08:06:35 localhost kernel: jnl: replay_journal: from: 7401472 to: 4424192 (joffset 0x8601000)
    Jul 10 08:06:36 localhost kernel: Jettisoning kernel linker.
    Jul 10 08:06:36 localhost kextd[88]: registering service "com.apple.KernelExtensionServer"
    Jul 10 08:06:37 localhost kernel: Resetting IOCatalogue.
    Jul 10 08:06:42 localhost kernel: Matching service count = 0
    Jul 10 08:06:42 localhost kernel: AppleRS232Serial: 0 0 AppleRS232Serial::start - returning false early, Connector or machine incorrect
    Jul 10 08:06:43 localhost kernel: UniNEnet: Ethernet address 00:0d:93:6a:f0:16
    Jul 10 08:06:43 localhost kernel: AirPortPCI: Ethernet address 00:0d:93:81:5a:85
    Jul 10 08:06:43 localhost kernel: IOFireWireIP: FireWire address 00:0d:93:ff:fe:6a:f0:16
    Jul 10 08:06:43 localhost SystemStarter: Welcome to Macintosh.
    Jul 10 08:06:43 localhost lookupd[130]: lookupd (version 324.13) starting - Tue Jul 10 08:06:43 2007
    Jul 10 08:06:43 localhost ConsoleMessage: Starting kernel event agent
    Jul 10 08:06:43 localhost ConsoleMessage: Starting SecurityServer
    Jul 10 08:06:44 localhost ConsoleMessage: Starting timed execution services
    Jul 10 08:06:44 localhost ConsoleMessage: Initializing network
    Jul 10 08:06:44 localhost SystemStarter: Starting kernel event agent
    Jul 10 08:06:44 localhost ConsoleMessage: Starting Apple Multicast DNS Responder
    Jul 10 08:06:44 localhost diskarbitrationd[91]: disk0s3 hfs 94ACCE2D-0606-37BE-ACEE-01B15973CA2B Macintosh HD /
    Jul 10 08:06:44 localhost SystemStarter: Starting SecurityServer
    Jul 10 08:06:44 localhost ConsoleMessage: Checking disks
    Jul 10 08:06:44 localhost SystemStarter: Starting timed execution services
    Jul 10 08:06:44 localhost SystemStarter: Initializing network
    Jul 10 08:06:44 localhost SystemStarter: Starting Apple Multicast DNS Responder
    Jul 10 08:06:45 localhost SystemStarter: Checking disks
    Jul 10 08:06:45 localhost mDNSResponder[180]: mDNSResponder-58.8.1 (Jan 31 2005 21:11:41) starting
    Jul 10 08:06:48 localhost mDNSResponder[180]: SetupAddr invalid sa_family 0
    Jul 10 08:06:50 localhost ConsoleMessage: Starting HP IO Monitor
    Jul 10 08:06:52 localhost configd[90]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/set-hostna me
    Jul 10 08:06:52 localhost set-hostname[194]: setting hostname to nick-baines-Computer.local
    Jul 10 08:06:54 localhost kernel: ATY,Via_A: vram [9c000000:02000000]
    Jul 10 08:06:54 localhost kernel: ATY,Via_B: vram [98000000:02000000]
    Jul 10 08:06:54 localhost SystemStarter: The "HasShadow" window property is obsolete. Use CGSSetWindowShadowAndRimParameters(cid, wid, 0.0,0.0, 0,0, CGSNoShadowStyle) to turn off the window shadow instead. Set a break-point on CGSLogMessage to find out where this property is set.
    Jul 10 08:06:54 localhost mach_init[2]: Server 0 in bootstrap d03 uid 0: "/usr/libexec/fix_prebinding": exited with non-zero status 1 [pid 200]
    Jul 10 08:06:54 localhost ConsoleMessage: Loading Shared IP extension
    Jul 10 08:06:54 localhost /usr/libexec/panicdump: Error (-1) setting variable - 'aapl,panic-info'
    Jul 10 08:06:54 localhost syslogd: /dev/console: Input/output error
    Jul 10 08:06:54 localhost init: kernel security level changed from 0 to 1
    Jul 10 08:06:54 localhost SystemStarter: crash reporter (214) did not complete successfully.
    Jul 10 08:06:54 localhost ConsoleMessage: Starting printing services
    Jul 10 08:06:54 localhost ConsoleMessage: Starting Apache web server
    Jul 10 08:06:55 localhost ConsoleMessage: Starting Apple File Service
    Jul 10 08:06:55 localhost ConsoleMessage: Starting HP Trap Monitor
    Jul 10 08:06:55 localhost DirectoryService[258]: Launched version 1.8.5 (v258.3)
    Jul 10 08:06:55 localhost /usr/sbin/AppleFileServer: Sent launch request message to DirectoryService mach_init port
    Jul 10 08:06:55 localhost /usr/sbin/httpd: Sent launch request message to DirectoryService mach_init port
    Jul 10 08:06:57 localhost ConsoleMessage: Loading IP Firewall extension
    Jul 10 08:06:58 localhost kernel: IP packet filtering initialized, divert enabled, rule-based forwarding enabled, default to accept, logging disabled
    Jul 10 08:06:58 localhost kernel: IPv6 packet filtering initialized, default to accept, logging disabled
    Jul 10 08:06:58 localhost kernel: IP firewall loaded
    Jul 10 08:06:58 localhost ConsoleMessage: Starting internet services
    Jul 10 08:06:58 localhost xinetd[273]: xinetd Version 2.3.11 started with libwrap options compiled in.
    Jul 10 08:06:58 localhost xinetd[273]: Started working: 2 available services
    Jul 10 08:06:58 localhost SystemStarter: The following StartupItems failed to properly start:
    Jul 10 08:06:58 localhost SystemStarter: /System/Library/StartupItems/CrashReporter
    Jul 10 08:06:58 localhost SystemStarter: - execution of Startup script failed
    Jul 10 08:06:58 localhost SystemStarter:
    Jul 10 08:07:03 localhost kernel: AirPort: Link UP: "BTHomeHub-66EB" - 0018f65e09d3 - chan 1
    Jul 10 08:07:05 localhost configd[90]: posting notification com.apple.system.config.network_change
    Jul 10 08:07:05 localhost configd[90]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/enable-net work
    Jul 10 08:07:05 localhost configd[90]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/set-hostna me
    Jul 10 08:07:05 localhost mach_init[2]: Server 0 in bootstrap d03 uid 0: "/usr/sbin/lookupd": exited as a result of signal 1 [pid 130]
    Jul 10 08:07:05 localhost lookupd[307]: lookupd (version 324.13) starting - Tue Jul 10 08:07:05 2007
    Jul 10 08:07:06 localhost ConsoleMessage: Starting network file system
    Jul 10 08:07:06 localhost automount[347]: automount version 57
    Jul 10 08:07:06 localhost set-hostname[357]: setting hostname to Unknown-00-0d-93-81-5a-85.home
    Jul 10 08:07:06 localhost automount[360]: automount version 57
    Jul 10 08:15:49 localhost syslogd: restart
    Jul 10 08:15:49 localhost syslogd: kernel boot file is /mach_kernel
    Jul 10 08:15:49 localhost kernel: standard timeslicing quantum is 10000 us
    Jul 10 08:15:49 localhost kernel: vmpagebootstrap: 60981 free pages
    Jul 10 08:15:49 localhost kernel: migtable_maxdispl = 68
    Jul 10 08:15:49 localhost kernel: IOKit Component Version 7.9:
    Jul 10 08:15:49 localhost kernel: Wed Mar 30 20:07:52 PST 2005; root(rcbuilder):RELEASE_PPC/iokit/RELEASE
    Jul 10 08:15:49 localhost kernel: 83 prelinked modules
    Jul 10 08:15:49 localhost kernel: Copyright (c) 1982, 1986, 1989, 1991, 1993
    Jul 10 08:15:49 localhost kernel: The Regents of the University of California. All rights reserved.
    Jul 10 08:15:49 localhost kernel:
    Jul 10 08:15:49 localhost kernel: using 655 buffer headers and 655 cluster IO buffer headers
    Jul 10 08:15:49 localhost kernel: Local FireWire GUID = 0xd93ff:0xfe6af016
    Jul 10 08:15:49 localhost kernel: ADB present:8c
    Jul 10 08:15:49 localhost kernel: Security auditing service present
    Jul 10 08:15:49 localhost kernel: BSM auditing present
    Jul 10 08:15:49 localhost kernel: From path: "/pci@f4000000/ata-6@d/disk@0:3,\mach_kernel", Waiting on <dict ID="0"><key>IOPathMatch</key><string ID="1">IODeviceTree:/pci@f4000000/ata-6@d/@0:3</string></dict>
    Jul 10 08:15:49 localhost kernel: Got boot device = IOService:/MacRISC2PE/pci@f4000000/AppleMacRiscPCI/ata-6@D/AppleKauaiATA/ATADev iceNub@0/IOATABlockStorageDriver/IOATABlockStorageDevice/IOBlockStorageDriver/TO SHIBA MK3025GAS Media/IOApplePartitionScheme/Untitled@3
    Jul 10 08:15:49 localhost kernel: BSD root: disk0s3, major 14, minor 2
    Jul 10 08:15:49 localhost kernel: jnl: replay_journal: from: 5338112 to: 3540992 (joffset 0x8601000)
    Jul 10 08:15:50 localhost kernel: Jettisoning kernel linker.
    Jul 10 08:15:50 localhost kextd[88]: registering service "com.apple.KernelExtensionServer"
    Jul 10 08:15:51 localhost kernel: Resetting IOCatalogue.
    Jul 10 08:15:56 localhost kernel: Matching service count = 0
    Jul 10 08:15:56 localhost kernel: AppleRS232Serial: 0 0 AppleRS232Serial::start - returning false early, Connector or machine incorrect
    Jul 10 08:15:57 localhost kernel: UniNEnet: Ethernet address 00:0d:93:6a:f0:16
    Jul 10 08:15:57 localhost kernel: AirPortPCI: Ethernet address 00:0d:93:81:5a:85
    Jul 10 08:15:57 localhost kernel: IOFireWireIP: FireWire address 00:0d:93:ff:fe:6a:f0:16
    Jul 10 08:16:01 localhost SystemStarter: Welcome to Macintosh.
    Jul 10 08:16:02 localhost lookupd[125]: lookupd (version 324.13) starting - Tue Jul 10 08:16:02 2007
    Jul 10 08:16:03 localhost ConsoleMessage: Starting SecurityServer
    Jul 10 08:16:03 localhost ConsoleMessage: Starting Apple Multicast DNS Responder
    Jul 10 08:16:03 localhost ConsoleMessage: Starting kernel event agent
    Jul 10 08:16:03 localhost ConsoleMessage: Starting timed execution services
    Jul 10 08:16:03 localhost ConsoleMessage: Starting HP IO Monitor
    Jul 10 08:16:03 localhost SystemStarter: Starting SecurityServer
    Jul 10 08:16:04 localhost SystemStarter: Starting Apple Multicast DNS Responder
    Jul 10 08:16:04 localhost mDNSResponder[171]: mDNSResponder-58.8.1 (Jan 31 2005 21:11:41) starting
    Jul 10 08:16:04 localhost SystemStarter: Starting kernel event agent
    Jul 10 08:16:04 localhost ConsoleMessage: Initializing network
    Jul 10 08:16:04 localhost diskarbitrationd[91]: disk0s3 hfs 94ACCE2D-0606-37BE-ACEE-01B15973CA2B Macintosh HD /
    Jul 10 08:16:04 localhost ConsoleMessage: Checking disks
    Jul 10 08:16:04 localhost mDNSResponder[171]: SetupAddr invalid sa_family 0
    Jul 10 08:16:04 localhost SystemStarter: Starting timed execution services
    Jul 10 08:16:04 localhost SystemStarter: Starting HP IO Monitor
    Jul 10 08:16:04 localhost mach_init[2]: Server 0 in bootstrap d03 uid 0: "/usr/libexec/fix_prebinding": exited with non-zero status 1 [pid 184]
    Jul 10 08:16:04 localhost SystemStarter: Initializing network
    Jul 10 08:16:04 localhost SystemStarter: Checking disks
    Jul 10 08:16:05 localhost configd[90]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/set-hostna me
    Jul 10 08:16:05 localhost set-hostname[197]: setting hostname to nick-baines-Computer.local
    Jul 10 08:16:07 localhost kernel: ATY,Via_A: vram [9c000000:02000000]
    Jul 10 08:16:07 localhost kernel: ATY,Via_B: vram [98000000:02000000]
    Jul 10 08:16:07 localhost SystemStarter: The "HasShadow" window property is obsolete. Use CGSSetWindowShadowAndRimParameters(cid, wid, 0.0,0.0, 0,0, CGSNoShadowStyle) to turn off the window shadow instead. Set a break-point on CGSLogMessage to find out where this property is set.
    Jul 10 08:16:07 localhost ConsoleMessage: Loading Shared IP extension
    Jul 10 08:16:08 localhost syslogd: /dev/console: Input/output error
    Jul 10 08:16:07 localhost init: kernel security level changed from 0 to 1
    Jul 10 08:16:08 localhost /usr/libexec/panicdump: Error (-1) setting variable - 'aapl,panic-info'
    Jul 10 08:16:08 localhost SystemStarter: crash reporter (214) did not complete successfully.
    Jul 10 08:16:08 localhost ConsoleMessage: Starting Apple File Service
    Jul 10 08:16:08 localhost ConsoleMessage: Starting printing services
    Jul 10 08:16:08 localhost ConsoleMessage: Starting Apache web server
    Jul 10 08:16:08 localhost ConsoleMessage: Starting HP Trap Monitor
    Jul 10 08:16:08 localhost DirectoryService[258]: Launched version 1.8.5 (v258.3)
    Jul 10 08:16:08 localhost /usr/sbin/AppleFileServer: Sent launch request message to DirectoryService mach_init port
    Jul 10 08:16:09 localhost ConsoleMessage: Loading IP Firewall extension
    Jul 10 08:16:10 localhost kernel: IP packet filtering initialized, divert enabled, rule-based forwarding enabled, default to accept, logging disabled
    Jul 10 08:16:10 localhost kernel: IPv6 packet filtering initialized, default to accept, logging disabled
    Jul 10 08:16:10 localhost kernel: IP firewall loaded
    Jul 10 08:16:10 localhost ConsoleMessage: Starting internet services
    Jul 10 08:16:10 localhost xinetd[265]: xinetd Version 2.3.11 started with libwrap options compiled in.
    Jul 10 08:16:10 localhost xinetd[265]: Started working: 2 available services
    Jul 10 08:16:10 localhost /usr/sbin/httpd: Sent launch request message to DirectoryService mach_init port
    Jul 10 08:16:11 localhost SystemStarter: The following StartupItems failed to properly start:
    Jul 10 08:16:11 localhost SystemStarter: /System/Library/StartupItems/CrashReporter
    Jul 10 08:16:11 localhost SystemStarter: - execution of Startup script failed
    Jul 10 08:16:11 localhost SystemStarter:
    Jul 10 08:16:18 localhost kernel: AirPort: Link UP: "BTHomeHub-66EB" - 0018f65e09d3 - chan 1
    Jul 10 08:16:20 localhost configd[90]: posting notification com.apple.system.config.network_change
    Jul 10 08:16:20 localhost configd[90]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/enable-net work
    Jul 10 08:16:20 localhost mach_init[2]: Server 0 in bootstrap d03 uid 0: "/usr/sbin/lookupd": exited as a result of signal 1 [pid 125]
    Jul 10 08:16:20 localhost configd[90]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/set-hostna me
    Jul 10 08:16:20 localhost lookupd[298]: lookupd (version 324.13) starting - Tue Jul 10 08:16:20 2007
    Jul 10 08:16:20 localhost ConsoleMessage: Starting network file system
    Jul 10 08:16:21 localhost automount[347]: automount version 57
    Jul 10 08:16:21 localhost automount[350]: automount version 57
    Jul 10 08:16:22 localhost set-hostname[360]: setting hostname to Unknown-00-0d-93-81-5a-85.home
    Jul 10 08:25:31 localhost loginwindow[224]: sendQuitEventToApp (HP IO Classic Proxy): AESendWithMach returned error -609
    Jul 10 08:25:31 localhost loginwindow[224]: sendQuitEventToApp (HP IO Classic Proxy 2): AESendWithMach returned error -609
    Jul 10 08:25:33 localhost loginwindow[224]: halting
    Jul 10 08:25:33 localhost shutdown: halt by nickbaines:
    Jul 10 08:25:36 localhost syslogd: exiting on signal 15
    Jul 10 09:04:42 localhost syslogd: restart
    Jul 10 09:04:42 localhost syslogd: kernel boot file is /mach_kernel
    Jul 10 09:04:42 localhost kernel: standard timeslicing quantum is 10000 us
    Jul 10 09:04:42 localhost kernel: vmpagebootstrap: 60981 free pages
    Jul 10 09:04:42 localhost kernel: migtable_maxdispl = 68
    Jul 10 09:04:42 localhost kernel: IOKit Component Version 7.9:
    Jul 10 09:04:42 localhost kernel: Wed Mar 30 20:07:52 PST 2005; root(rcbuilder):RELEASE_PPC/iokit/RELEASE
    Jul 10 09:04:43 localhost kernel: 83 prelinked modules
    Jul 10 09:04:43 localhost kernel: Copyright (c) 1982, 1986, 1989, 1991, 1993
    Jul 10 09:04:43 localhost kernel: The Regents of the University of California. All rights reserved.
    Jul 10 09:04:43 localhost kernel:
    Jul 10 09:04:43 localhost kernel: using 655 buffer headers and 655 cluster IO buffer headers
    Jul 10 09:04:43 localhost kernel: Local FireWire GUID = 0xd93ff:0xfe6af016
    Jul 10 09:04:43 localhost kernel: ADB present:8c
    Jul 10 09:04:43 localhost kernel: Security auditing service present
    Jul 10 09:04:43 localhost kernel: BSM auditing present
    Jul 10 09:04:43 localhost kernel: From path: "/pci@f4000000/ata-6@d/disk@0:3,\mach_kernel", Waiting on <dict ID="0"><key>IOPathMatch</key><string ID="1">IODeviceTree:/pci@f4000000/ata-6@d/@0:3</string></dict>
    Jul 10 09:04:43 localhost kernel: Got boot device = IOService:/MacRISC2PE/pci@f4000000/AppleMacRiscPCI/ata-6@D/AppleKauaiATA/ATADev iceNub@0/IOATABlockStorageDriver/IOATABlockStorageDevice/IOBlockStorageDriver/TO SHIBA MK3025GAS Media/IOApplePartitionScheme/Untitled@3
    Jul 10 09:04:43 localhost kernel: BSD root: disk0s3, major 14, minor 2
    Jul 10 09:04:44 localhost kernel: Jettisoning kernel linker.
    Jul 10 09:04:44 localhost kextd[88]: registering service "com.apple.KernelExtensionServer"
    Jul 10 09:04:45 localhost kernel: Resetting IOCatalogue.
    Jul 10 09:04:49 localhost kernel: Matching service count = 0
    Jul 10 09:04:49 localhost kernel: AppleRS232Serial: 0 0 AppleRS232Serial::start - returning false early, Connector or machine incorrect
    Jul 10 09:04:50 localhost kernel: UniNEnet: Ethernet address 00:0d:93:6a:f0:16
    Jul 10 09:04:51 localhost kernel: AirPortPCI: Ethernet address 00:0d:93:81:5a:85
    Jul 10 09:04:51 localhost kernel: IOFireWireIP: FireWire address 00:0d:93:ff:fe:6a:f0:16
    Jul 10 09:04:50 localhost SystemStarter: Welcome to Macintosh.
    Jul 10 09:04:56 localhost lookupd[124]: lookupd (version 324.13) starting - Tue Jul 10 09:04:56 2007
    Jul 10 09:04:56 localhost ConsoleMessage: Starting SecurityServer
    Jul 10 09:04:56 localhost ConsoleMessage: Starting Apple Multicast DNS Responder
    Jul 10 09:04:57 localhost ConsoleMessage: Starting kernel event agent
    Jul 10 09:04:57 localhost ConsoleMessage: Starting timed execution services
    Jul 10 09:04:57 localhost diskarbitrationd[91]: disk0s3 hfs 94ACCE2D-0606-37BE-ACEE-01B15973CA2B Macintosh HD /
    Jul 10 09:04:57 localhost ConsoleMessage: Starting HP IO Monitor
    Jul 10 09:04:57 localhost SystemStarter: Starting SecurityServer
    Jul 10 09:04:57 localhost ConsoleMessage: Initializing network
    Jul 10 09:04:57 localhost SystemStarter: Starting Apple Multicast DNS Responder
    Jul 10 09:04:57 localhost mDNSResponder[175]: mDNSResponder-58.8.1 (Jan 31 2005 21:11:41) starting
    Jul 10 09:04:57 localhost ConsoleMessage: Checking disks
    Jul 10 09:04:57 localhost mDNSResponder[175]: SetupAddr invalid sa_family 0
    Jul 10 09:04:57 localhost SystemStarter: Starting kernel event agent
    Jul 10 09:04:57 localhost SystemStarter: Starting timed execution services
    Jul 10 09:04:57 localhost SystemStarter: Starting HP IO Monitor
    Jul 10 09:04:57 localhost mach_init[2]: Server 0 in bootstrap d03 uid 0: "/usr/libexec/fix_prebinding": exited with non-zero status 1 [pid 183]
    Jul 10 09:04:57 localhost SystemStarter: Initializing network
    Jul 10 09:04:57 localhost SystemStarter: Checking disks
    Jul 10 09:04:58 localhost ConsoleMessage: Starting HP Trap Monitor
    Jul 10 09:04:59 localhost configd[90]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/set-hostna me
    Jul 10 09:04:59 localhost set-hostname[205]: setting hostname to nick-baines-Computer.local
    Jul 10 09:05:01 localhost kernel: ATY,Via_A: vram [9c000000:02000000]
    Jul 10 09:05:01 localhost kernel: ATY,Via_B: vram [98000000:02000000]
    Jul 10 09:05:01 localhost SystemStarter: The "HasShadow" window property is obsolete. Use CGSSetWindowShadowAndRimParameters(cid, wid, 0.0,0.0, 0,0, CGSNoShadowStyle) to turn off the window shadow instead. Set a break-point on CGSLogMessage to find out where this property is set.
    Jul 10 09:05:01 localhost ConsoleMessage: Loading Shared IP extension
    Jul 10 09:05:01 localhost ConsoleMessage: Starting Apple File Service
    Jul 10 09:05:02 localhost ConsoleMessage: Starting Apache web server
    Jul 10 09:05:02 localhost ConsoleMessage: Starting printing services
    Jul 10 09:05:02 localhost syslogd: /dev/console: Input/output error
    Jul 10 09:05:02 localhost init: kernel security level changed from 0 to 1
    Jul 10 09:05:02 localhost DirectoryService[258]: Launched version 1.8.5 (v258.3)
    Jul 10 09:05:02 localhost /usr/sbin/AppleFileServer: Sent launch request message to DirectoryService mach_init port
    Jul 10 09:05:03 localhost ConsoleMessage: Loading IP Firewall extension
    Jul 10 09:05:04 localhost kernel: IP packet filtering initialized, divert enabled, rule-based forwarding enabled, default to accept, logging disabled
    Jul 10 09:05:04 localhost kernel: IPv6 packet filtering initialized, default to accept, logging disabled
    Jul 10 09:05:04 localhost kernel: IP firewall loaded
    Jul 10 09:05:04 localhost ConsoleMessage: Starting internet services
    Jul 10 09:05:04 localhost xinetd[265]: xinetd Version 2.3.11 started with libwrap options compiled in.
    Jul 10 09:05:04 localhost xinetd[265]: Started working: 2 available services
    Jul 10 09:05:12 localhost kernel: AirPort: Link UP: "BTHomeHub-66EB" - 0018f65e09d3 - chan 1
    Jul 10 09:05:14 localhost configd[90]: posting notification com.apple.system.config.network_change
    Jul 10 09:05:14 localhost configd[90]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/enable-net work
    Jul 10 09:05:14 localhost configd[90]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/set-hostna me
    Jul 10 09:05:14 localhost mach_init[2]: Server 0 in bootstrap d03 uid 0: "/usr/sbin/lookupd": exited as a result of signal 1 [pid 124]
    Jul 10 09:05:14 localhost lookupd[311]: lookupd (version 324.13) starting - Tue Jul 10 09:05:14 2007
    Jul 10 09:05:15 localhost ConsoleMessage: Starting network file system
    Jul 10 09:05:15 localhost automount[347]: automount version 57
    Jul 10 09:05:15 localhost set-hostname[357]: setting hostname to Unknown-00-0d-93-81-5a-85.home
    Jul 10 09:05:15 localhost automount[360]: automount version 57
    Jul 10 09:13:42 localhost syslogd: restart
    Jul 10 09:13:42 localhost syslogd: kernel boot file is /mach_kernel
    Jul 10 09:13:42 localhost kernel: standard timeslicing quantum is 10000 us
    Jul 10 09:13:42 localhost kernel: vmpagebootstrap: 60981 free pages
    Jul 10 09:13:42 localhost kernel: migtable_maxdispl = 68
    Jul 10 09:13:42 localhost kernel: IOKit Component Version 7.9:
    Jul 10 09:13:42 localhost kernel: Wed Mar 30 20:07:52 PST 2005; root(rcbuilder):RELEASE_PPC/iokit/RELEASE
    Jul 10 09:13:42 localhost kernel: 83 prelinked modules
    Jul 10 09:13:42 localhost kernel: Copyright (c) 1982, 1986, 1989, 1991, 1993
    Jul 10 09:13:42 localhost kernel: The Regents of the University of California. All rights reserved.
    Jul 10 09:13:42 localhost kernel:
    Jul 10 09:13:42 localhost kernel: using 655 buffer headers and 655 cluster IO buffer headers
    Jul 10 09:13:42 localhost kernel: Local FireWire GUID = 0xd93ff:0xfe6af016
    Jul 10 09:13:42 localhost kernel: ADB present:8c
    Jul 10 09:13:42 localhost kernel: Security auditing service present
    Jul 10 09:13:42 localhost kernel: BSM auditing present
    Jul 10 09:13:42 localhost kernel: From path: "/pci@f4000000/ata-6@d/disk@0:3,\mach_kernel", Waiting on <dict ID="0"><key>IOPathMatch</key><string ID="1">IODeviceTree:/pci@f4000000/ata-6@d/@0:3</string></dict>
    Jul 10 09:13:42 localhost kernel: Got boot device = IOService:/MacRISC2PE/pci@f4000000/AppleMacRiscPCI/ata-6@D/AppleKauaiATA/ATADev iceNub@0/IOATABlockStorageDriver/IOATABlockStorageDevice/IOBlockStorageDriver/TO SHIBA MK3025GAS Media/IOApplePartitionScheme/Untitled@3
    Jul 10 09:13:42 localhost kernel: BSD root: disk0s3, major 14, minor 2
    Jul 10 09:13:42 localhost kernel: jnl: replay_journal: from: 5842432 to: 3659264 (joffset 0x8601000)
    Jul 10 09:13:43 localhost kernel: Jettisoning kernel linker.
    Jul 10 09:13:43 localhost kextd[88]: registering service "com.apple.KernelExtensionServer"
    Jul 10 09:13:44 localhost kernel: Resetting IOCatalogue.
    Jul 10 09:13:49 localhost kernel: Matching service count = 0
    Jul 10 09:13:49 localhost kernel: AppleRS232Serial: 0 0 AppleRS232Serial::start - returning false early, Connector or machine incorrect
    Jul 10 09:13:50 localhost kernel: UniNEnet: Ethernet address 00:0d:93:6a:f0:16
    Jul 10 09:13:50 localhost kernel: AirPortPCI: Ethernet address 00:0d:93:81:5a:85
    Jul 10 09:13:50 localhost kernel: IOFireWireIP: FireWire address 00:0d:93:ff:fe:6a:f0:16
    Jul 10 09:13:50 localhost SystemStarter: Welcome to Macintosh.
    Jul 10 09:13:55 localhost lookupd[129]: lookupd (version 324.13) starting - Tue Jul 10 09:13:55 2007
    Jul 10 09:13:56 localhost ConsoleMessage: Starting kernel event agent
    Jul 10 09:13:56 localhost ConsoleMessage: Starting SecurityServer
    Jul 10 09:13:56 localhost SystemStarter: Starting kernel event agent
    Jul 10 09:13:56 localhost ConsoleMessage: Starting Apple Multicast DNS Responder
    Jul 10 09:13:56 localhost diskarbitrationd[91]: disk0s3 hfs 94ACCE2D-0606-37BE-ACEE-01B15973CA2B Macintosh HD /
    Jul 10 09:13:56 localhost ConsoleMessage: Starting timed execution services
    Jul 10 09:13:56 localhost SystemStarter: Starting SecurityServer
    Jul 10 09:13:56 localhost ConsoleMessage: Starting HP IO Monitor
    Jul 10 09:13:57 localhost SystemStarter: Starting Apple Multicast DNS Responder
    Jul 10 09:13:57 localhost mDNSResponder[170]: mDNSResponder-58.8.1 (Jan 31 2005 21:11:41) starting
    Jul 10 09:13:57 localhost SystemStarter: Starting timed execution services
    Jul 10 09:13:57 localhost mDNSResponder[170]: SetupAddr invalid sa_family 0
    Jul 10 09:13:57 localhost ConsoleMessage: Checking disks
    Jul 10 09:13:57 localhost SystemStarter: Starting HP IO Monitor
    Jul 10 09:13:57 localhost mach_init[2]: Server 0 in bootstrap d03 uid 0: "/usr/libexec/fix_prebinding": exited with non-zero status 1 [pid 181]
    Jul 10 09:13:57 localhost SystemStarter: Checking disks
    Jul 10 09:13:57 localhost ConsoleMessage: Initializing network
    Jul 10 09:13:57 localhost SystemStarter: Initializing network
    Jul 10 09:13:58 localhost configd[90]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/set-hostna me
    Jul 10 09:13:58 localhost set-hostname[197]: setting hostname to nick-baines-Computer.local
    Jul 10 09:14:00 localhost kernel: ATY,Via_A: vram [9c000000:02000000]
    Jul 10 09:14:00 localhost kernel: ATY,Via_B: vram [98000000:02000000]
    Jul 10 09:14:00 localhost SystemStarter: The "HasShadow" window property is obsolete. Use CGSSetWindowShadowAndRimParameters(cid, wid, 0.0,0.0, 0,0, CGSNoShadowStyle) to turn off the window shadow instead. Set a break-point on CGSLogMessage to find out where this property is set.
    Jul 10 09:14:01 localhost ConsoleMessage: Starting HP Trap Monitor
    Jul 10 09:14:01 localhost ConsoleMessage: Loading Shared IP extension
    Jul 10 09:14:01 localhost ConsoleMessage: Starting Apple File Service
    Jul 10 09:14:01 localhost ConsoleMessage: Starting Apache web server
    Jul 10 09:14:01 localhost ConsoleMessage: Starting printing services
    Jul 10 09:14:01 localhost syslogd: /dev/console: Input/output error
    Jul 10 09:14:01 localhost init: kernel security level changed from 0 to 1
    Jul 10 09:14:01 localhost /usr/sbin/AppleFileServer: Sent launch request message to DirectoryService mach_init port
    Jul 10 09:14:01 localhost DirectoryService[256]: Launched version 1.8.5 (v258.3)
    Jul 10 09:14:02 localhost ConsoleMessage: Loading IP Firewall extension
    Jul 10 09:14:03 localhost /usr/sbin/httpd: Sent launch request message to DirectoryService mach_init port
    Jul 10 09:14:04 localhost kernel: IP packet filtering initialized, divert enabled, rule-based forwarding enabled, default to accept, logging disabled
    Jul 10 09:14:04 localhost kernel: IPv6 packet filtering initialized, default to accept, logging disabled
    Jul 10 09:14:04 localhost kernel: IP firewall loaded
    Jul 10 09:14:04 localhost ConsoleMessage: Starting internet services
    Jul 10 09:14:04 localhost xinetd[272]: xinetd Version 2.3.11 started with libwrap options compiled in.
    Jul 10 09:14:04 localhost xinetd[272]: Started working: 2 available services
    Jul 10 09:14:10 localhost kernel: AirPort: Link UP: "BTHomeHub-66EB" - 0018f65e09d3 - chan 1
    Jul 10 09:14:12 localhost configd[90]: posting notification com.apple.system.config.network_change
    Jul 10 09:14:12 localhost configd[90]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/enable-net work
    Jul 10 09:14:12 localhost configd[90]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/set-hostna me
    Jul 10 09:14:12 localhost mach_init[2]: Server 0 in bootstrap d03 uid 0: "/usr/sbin/lookupd": exited as a result of signal 1 [pid 129]
    Jul 10 09:14:13 localhost lookupd[307]: lookupd (version 324.13) starting - Tue Jul 10 09:14:13 2007
    Jul 10 09:14:14 localhost ConsoleMessage: Starting network file system
    Jul 10 09:14:14 localhost set-hostname[353]: setting hostname to Unknown-00-0d-93-81-5a-85.home
    Jul 10 09:14:14 localhost automount[357]: automount version 57
    Jul 10 09:14:14 localhost automount[360]: automount version 57
    Jul 10 09:28:33 localhost syslogd: restart
    Jul 10 09:28:33 localhost syslogd: kernel boot file is /mach_kernel
    Jul 10 09:28:33 localhost kernel: standard timeslicing quantum is 10000 us
    Jul 10 09:28:33 localhost kernel: vmpagebootstrap: 60981 free pages
    Jul 10 09:28:33 localhost kernel: migtable_maxdispl = 68
    Jul 10 09:28:33 localhost kernel: IOKit Component Version 7.9:
    Jul 10 09:28:33 localhost kernel: Wed Mar 30 20:07:52 PST 2005; root(rcbuilder):RELEASE_PPC/iokit/RELEASE
    Jul 10 09:28:33 localhost kernel: 83 prelinked modules
    Jul 10 09:28:34 localhost kernel: Copyright (c) 1982, 1986, 1989, 1991, 1993
    Jul 10 09:28:34 localhost kernel: The Regents of the University of California. All rights reserved.
    Jul 10 09:28:34 localhost kernel:
    Jul 10 09:28:34 localhost kernel: using 655 buffer headers and 655 cluster IO buffer headers
    Jul 10 09:28:34 localhost kernel: Local FireWire GUID = 0xd93ff:0xfe6af016
    Jul 10 09:28:34 localhost kernel: ADB present:8c
    Jul 10 09:28:34 localhost kernel: Security auditing service present
    Jul 10 09:28:34 localhost kernel: BSM auditing present
    Jul 10 09:28:34 localhost kernel: From path: "/pci@f4000000/ata-6@d/disk@0:3,\mach_kernel", Waiting on <dict ID="0"><key>IOPathMatch</key><string ID="1">IODeviceTree:/pci@f4000000/ata-6@d/@0:3</string></dict>
    Jul 10 09:28:34 localhost kernel: Got boot device = IOService:/MacRISC2PE/pci@f4000000/AppleMacRiscPCI/ata-6@D/AppleKauaiATA/ATADev iceNub@0/IOATABlockStorageDriver/IOATABlockStorageDevice/IOBlockStorageDriver/TO SHIBA MK3025GAS Media/IOApplePartitionScheme/Untitled@3
    Jul 10 09:28:34 localhost kernel: BSD root: disk0s3, major 14, minor 2
    Jul 10 09:28:34 localhost kernel: jnl: replay_journal: from: 6746112 to: 3913216 (joffset 0x8601000)
    Jul 10 09:28:35 localhost kernel: Jettisoning kernel linker.
    Jul 10 09:28:35 localhost kextd[88]: registering service "com.apple.KernelExtensionServer"
    Jul 10 09:28:36 localhost kernel: Resetting IOCatalogue.
    Jul 10 09:28:41 localhost kernel: Matching service count = 0
    Jul 10 09:28:41 localhost kernel: AppleRS232Serial: 0 0 AppleRS232Serial::start - returning false early, Connector or machine incorrect
    Jul 10 09:28:42 localhost kernel: UniNEnet: Ethernet address 00:0d:93:6a:f0:16
    Jul 10 09:28:42 localhost kernel: AirPortPCI: Ethernet address 00:0d:93:81:5a:85
    Jul 10 09:28:42 localhost kernel: IOFireWireIP: FireWire address 00:0d:93:ff:fe:6a:f0:16
    Jul 10 09:28:42 localhost SystemStarter: Welcome to Macintosh.
    Jul 10 09:28:48 localhost lookupd[124]: lookupd (version 324.13) starting - Tue Jul 10 09:28:48 2007
    Jul 10 09:28:48 localhost ConsoleMessage: Starting SecurityServer
    Jul 10 09:28:48 localhost ConsoleMessage: Starting timed execution services
    Jul 10 09:28:48 localhost ConsoleMessage: Starting kernel event agent
    Jul 10 09:28:48 localhost diskarbitrationd[91]: disk0s3 hfs 94ACCE2D-0606-37BE-ACEE-01B15973CA2B Macintosh HD /
    Jul 10 09:28:48 localhost ConsoleMessage: Starting Apple Multicast DNS Responder
    Jul 10 09:28:48 localhost SystemStarter: Starting SecurityServer
    Jul 10 09:28:49 localhost ConsoleMessage: Initializing network
    Jul 10 09:28:49 localhost SystemStarter: Starting timed execution services
    Jul 10 09:28:49 localhost ConsoleMessage: Checking disks
    Jul 10 09:28:49 localhost SystemStarter: Starting kernel event agent
    Jul 10 09:28:49 localhost ConsoleMessage: Starting HP IO Monitor
    Jul 10 09:28:49 localhost SystemStarter: Starting Apple Multicast DNS Responder
    Jul 10 09:28:49 localhost mDNSResponder[181]: mDNSResponder-58.8.1 (Jan 31 2005 21:11:41) starting
    Jul 10 09:28:49 localhost SystemStarter: Initializing network
    Jul 10 09:28:49 localhost mDNSResponder[181]: SetupAddr invalid sa_family 0
    Jul 10 09:28:49 localhost SystemStarter: Checking disks
    Jul 10 09:28:49 localhost SystemStarter: Starting HP IO Monitor
    Jul 10 09:28:49 localhost mach_init[2]: Server 0 in bootstrap d03 uid 0: "/usr/libexec/fix_prebinding": exited with non-zero status 1 [pid 186]
    Jul 10 09:28:50 localhost ConsoleMessage: Starting HP Trap Monitor
    Jul 10 09:28:50 localhost configd[90]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/set-hostna me
    Jul 10 09:28:51 localhost set-hostname[205]: setting hostname to nick-baines-Computer.local
    Jul 10 09:28:52 localhost kernel: ATY,Via_A: vram [9c000000:02000000]
    Jul 10 09:28:52 localhost kernel: ATY,Via_B: vram [98000000:02000000]
    Jul 10 09:28:52 localhost SystemStarter: The "HasShadow" window property is obsolete. Use CGSSetWindowShadowAndRimParameters(cid, wid, 0.0,0.0, 0,0, CGSNoShadowStyle) to turn off the window shadow instead. Set a break-point on CGSLogMessage to find out where this property is set.
    Jul 10 09:28:53 localhost ConsoleMessage: Loading Shared IP extension
    Jul 10 09:28:53 localhost ConsoleMessage: Starting Apple File Service
    Jul 10 09:28:53 localhost ConsoleMessage: Starting printing services
    Jul 10 09:28:53 localhost syslogd: /dev/console: Input/output error
    Jul 10 09:28:53 localhost init: kernel security level changed from 0 to 1
    Jul 10 09:28:53 localhost ConsoleMessage: Starting Apache web server
    Jul 10 09:28:53 localhost DirectoryService[258]: Launched version 1.8.5 (v258.3)
    Jul 10 09:28:53 localhost /usr/sbin/AppleFileServer: Sent launch request message to DirectoryService mach_init port
    Jul 10 09:28:54 localhost ConsoleMessage: Loading IP Firewall extension
    Jul 10 09:28:55 localhost /usr/sbin/httpd: Sent launch request message to DirectoryService mach_init port
    Jul 10 09:28:56 localhost kernel: IP packet filtering initialized, divert enabled, rule-based forwarding enabled, default to accept, logging disabled
    Jul 10 09:28:56 localhost kernel: IPv6 packet filtering initialized, default to accept, logging disabled
    Jul 10 09:28:56 localhost kernel: IP firewall loaded
    Jul 10 09:28:56 localhost ConsoleMessage: Starting internet services
    Jul 10 09:28:56 localhost xinetd[269]: xinetd Version 2.3.11 started with libwrap options compiled in.
    Jul 10 09:28:56 localhost xinetd[269]: Started working: 2 available services
    Jul 10 09:29:02 localhost kernel: AirPort: Link UP: "BTHomeHub-66EB" - 0018f65e09d3 - chan 1
    Jul 10 09:29:04 localhost configd[90]: posting notification com.apple.system.config.network_change
    Jul 10 09:29:04 localhost mach_init[2]: Server 0 in bootstrap d03 uid 0: "/usr/sbin/lookupd": exited as a result of signal 1 [pid 124]
    Jul 10 09:29:04 localhost configd[90]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/enable-net work
    Jul 10 09:29:04 localhost configd[90]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/set-hostna me
    Jul 10 09:29:04 localhost lookupd[300]: lookupd (version 324.13) starting - Tue Jul 10 09:29:04 2007
    Jul 10 09:29:05 localhost ConsoleMessage: Starting network file system
    Jul 10 09:29:06 localhost automount[347]: automount version 57
    Jul 10 09:29:06 localhost automount[350]: automount version 57
    Jul 10 09:29:06 localhost set-hostname[360]: setting hostname to Unknown-00-0d-93-81-5a-85.home

    Okay, This subject was just covered in a mag I was reading today..MacWorld. Startup in safe-mode [hold the shift key down when you hear the tone and release it when you see the Apple logo]. One you are booted up open MacintoshHD>System>Library>Extentions. In that folder look for the bt broadband or whatever the update was. It will have .kext on it. Throw it in the trash and restart.
    If you are not sure which it is you could open the Update you installed with Pacifist and search the files of the installer.
    Pacifist can be found at:
    http://www.charlessoft.com/
    Good Luck, Glynn

  • A few moments after I open my hotmail, firefox tells me the site isn't safe and it doesn't give me the option to "understand the risks".

    I just got a new harddrive installed in my laptop so I had to reinstall all my programs, including firefox. Everything was good until I tried to check my e-mail. I go to the sign in page for hotmail and log on, everything goes well until that. But after a few moments, directly when I try and send an e-mail or forward something it says "Kan op dit moment geen verbinding maken met outlook.com. Probeer later opnieuw" which translated in English means something like "You can't make a connection to outlook.com at this time. Try again later". When I try and refesh it brings me to the "This connection is not safe" page and I don't get the option to "Understand the risks". I am looking for a job, so at this time not being able to use mail is pretty bad. I can still use internet explorer, but you know... I'd rather not. English is not my native language so excuse potential spelling an grammar mistakes.

    You can try these steps in case of issues with web pages:
    You can reload web page(s) and bypass the cache to refresh possibly outdated or corrupted files.
    *Hold down the Shift key and left-click the Reload button
    *Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    *Press "Command + Shift + R" (Mac)
    Clear the cache and remove cookies only from websites that cause problems.
    "Clear the Cache":
    *Firefox/Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Firefox/Tools > Options > Privacy > "Use custom settings for history" > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem.
    *Switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance
    *Do NOT click the Reset button on the Safe Mode start window
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • My Tasks View in my custom task list fails to display the tasks assigned to me (that is the currently logged in user)

    Hi
    I am new to sharepoint 2010.
    I created a custom task list, where I  have many tasks assigned to users (I had tasks assigned to me as well). I created a view as "My tasks "and having a filter as Assigned To is equal to [Me]. When I do that my view fails to show the
    tasks assigned to me. This happens same with the Sharepoints 'My Tasks' view as well. I tested by creating some test tasks under my name and when I selected 'My Tasks' view no tasks are getting displayed.
    Please help.
    Thanks,
    Gokulkumar.

    Hi,
    According to your post, my understanding is that you wanted to display the tasks assigned the current logged in user.
    In my environment, if I used the System Account, My Task view didn’t display any tasks.
    However , if I used other users except the System Account, My Task view could display current user tasks correctly.
    I recommend to use other accounts except System Account to log in site. Then everything will work well.
    Thank you for your understanding.
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • Help needed in understanding the code.

    Hi All,
    I am just trying to understand the Java code in one Self Serice page. However, I am having tough in understanding the CO code. In the prosessRequest class, I have the below code.
    oapagecontext.putTransactionValue("AddAssignmentInsertRowFlag", "N");
    oaapplicationmodule.getTransaction().commit();
    As soon as, oaapplicationmodule.getTransaction().commit();
    gets executed, its calling some other class. Not sure what is being called, but i can see the log messages that its executing some other class which actually does the calls to DB APIs and inserting data into main tables.
    Can you please explain me what is being called to make DB API calls. I would greatly appreciate your help.
    Thanks in Advance!
    - Rani
    ****************************Here is the full code of class for your reference****************************
    public void processFormRequest(OAPageContext oapagecontext, OAWebBean oawebbean)
    if("SelectedResourceLink".equals(oapagecontext.getParameter("event")))
    Debug.log(oapagecontext, this, "SelectedResourceLink has been pressed", 3);
    oapagecontext.redirectImmediately("OA.jsp?akRegionCode=PA_SELECTED_RESOURCES_LAYOUT&akRegionApplicationId=275", true, "RP");
    String s = (String)oapagecontext.getTransactionValue("AssignmentType");
    super.processFormRequest(oapagecontext, oawebbean);
    Debug.log(oapagecontext, this, "in processFormRequest()", 3);
    OAApplicationModule oaapplicationmodule = oapagecontext.getRootApplicationModule();
    if(!"Y".equals(oapagecontext.getParameter("paMass")))
    String s1 = oapagecontext.getParameter("event");
    if("lovUpdate".equals(s1))
    Debug.log(oapagecontext, this, "*** User Selected a value from LOV ***", 3);
    String s3 = oapagecontext.getParameter("source");
    Debug.log(oapagecontext, this, "*** lovInputSourceId = " + s3 + " ***", 3);
    if("ProjectNumber".equals(s3) && "Project".equals(s))
    Hashtable hashtable = oapagecontext.getLovResultsFromSession(s3);
    String s10 = (String)hashtable.get("ProjectId");
    Debug.log(oapagecontext, this, "*** ProjectId ***" + s10, 3);
    oapagecontext.putTransactionValue("paProjectId", s10);
    if("Project".equals(s))
    Debug.log(oapagecontext, this, "*** Setting default value for Delivery assignment ***", 3);
    oaapplicationmodule.invokeMethod("defaultProjectAttrs");
    if("RoleName".equals(s3))
    Hashtable hashtable1 = oapagecontext.getLovResultsFromSession(s3);
    Debug.log(oapagecontext, this, "*** RoleName Hashtable Contents ***" + hashtable1.toString(), 3);
    String s11 = (String)hashtable1.get("RoleId");
    Debug.log(oapagecontext, this, "*** RoleId ***" + s11, 3);
    Debug.log(oapagecontext, this, "*** AssignmentType = " + s + "***", 3);
    if("Open".equals(s))
    Debug.log(oapagecontext, this, "*** Calling defaultJobAttrs for Open Assignment***", 3);
    Serializable aserializable[] = {
    s11
    oaapplicationmodule.invokeMethod("defaultJobAttrs", aserializable);
    if("Template".equals(s) || "Open".equals(s))
    Debug.log(oapagecontext, this, "*** Defaulting Competencies ***" + s11, 3);
    OAViewObject oaviewobject = (OAViewObject)oapagecontext.getApplicationModule(oawebbean).findViewObject("RoleCompetenciesVO");
    oaviewobject.setMaxFetchSize(-1);
    oaviewobject.setWhereClauseParam(0, s11);
    oaviewobject.executeQuery();
    Debug.log(oapagecontext, this, "*** End LOV event ***", 3);
    String s4 = "";
    String s8 = "";
    OASubTabLayoutBean oasubtablayoutbean1 = (OASubTabLayoutBean)oawebbean.findIndexedChildRecursive("AddAssignmentSubTabLayout");
    if("Project".equals(s) && !oasubtablayoutbean1.isSubTabClicked(oapagecontext))
    OAViewObject oaviewobject1 = (OAViewObject)oapagecontext.getApplicationModule(oawebbean).findViewObject("AddNewAssignmentVO");
    s4 = (String)oaviewobject1.first().getAttribute("ProjectId");
    s8 = (String)oaviewobject1.first().getAttribute("ProjectNumber");
    Debug.log(oapagecontext, this, "*** lProjectId = " + s4, 3);
    Debug.log(oapagecontext, this, "*** lProjectNumber = " + s8, 3);
    if("Project".equals(s) && !oasubtablayoutbean1.isSubTabClicked(oapagecontext) && !StringUtils.isNullOrEmpty(s8))
    Debug.log(oapagecontext, this, "Delivery Assignment, Project Number is there but no Project Id", 3);
    if(s4 == null || s4.equals(""))
    ViewObject viewobject = oapagecontext.getApplicationModule(oawebbean).findViewObject("ObtainProjectId");
    if(viewobject == null)
    String s14 = "SELECT project_id FROM PA_PROJECTS_ALL WHERE segment1 =:1";
    viewobject = oaapplicationmodule.createViewObjectFromQueryStmt("ObtainProjectId", s14);
    viewobject.setWhereClauseParam(0, s8);
    viewobject.executeQuery();
    int j = viewobject.getRowCount();
    if(j != 1)
    Debug.log(oapagecontext, this, "Error : Project Number is Invalid or not unique", 3);
    OAException oaexception4 = null;
    oaexception4 = new OAException("PA", "PA_PROJECT_NUMBER_INVALID");
    oaexception4.setApplicationModule(oaapplicationmodule);
    throw oaexception4;
    oracle.jbo.Row row = viewobject.last();
    if(row != null)
    Object obj2 = row.getAttribute(0);
    if(obj2 != null)
    s4 = obj2.toString();
    if(s4 != null)
    oapagecontext.putTransactionValue("paProjectId", s4);
    if(oaapplicationmodule.findViewObject("AddNewAssignmentsVO") != null)
    oaapplicationmodule.findViewObject("AddNewAssignmentVO").first().setAttribute("ProjectId", s4);
    } else
    Debug.log(oapagecontext, this, "Error : No rows returned in Project Number query", 3);
    OAException oaexception5 = null;
    oaexception5 = new OAException("PA", "PA_PROJECT_NUMBER_INVALID");
    oaexception5.setApplicationModule(oaapplicationmodule);
    throw oaexception5;
    String s12 = "F";
    if(s4 != null && !s4.equals(""))
    String s13 = Security.checkUserPrivilege("PA_ASN_CR_AND_DL", "PA_PROJECTS", s4, oapagecontext, false);
    if("F".equals(s13))
    OAException oaexception3 = null;
    oaexception3 = new OAException("PA", "PA_ADD_DELIVERY_ASMT_SECURITY");
    oaexception3.setApplicationModule(oaapplicationmodule);
    Debug.log(oapagecontext, this, "ERROR:" + oaexception3.getMessage(), 3);
    throw oaexception3;
    OAViewObject oaviewobject2 = (OAViewObject)oapagecontext.getApplicationModule(oawebbean).findViewObject("AddNewAssignmentVO");
    Object obj = oaviewobject2.first().getAttribute("BillRateOverride");
    Object obj1 = oaviewobject2.first().getAttribute("BillRateCurrOverride");
    Object obj3 = oaviewobject2.first().getAttribute("MarkupPercentOverride");
    Object obj4 = oaviewobject2.first().getAttribute("DiscountPercentOverride");
    Object obj5 = oaviewobject2.first().getAttribute("TpRateOverride");
    Object obj6 = oaviewobject2.first().getAttribute("TpCurrencyOverride");
    Object obj7 = oaviewobject2.first().getAttribute("TpCalcBaseCodeOverride");
    Object obj8 = oaviewobject2.first().getAttribute("TpPercentAppliedOverride");
    Object obj9 = null;
    Object obj10 = null;
    Debug.log(oapagecontext, this, "in AddAssignmentsTopCO processFcstInfoRg(): getting the implementation options", 3);
    Object obj11 = oaviewobject2.first().getAttribute("BrRateDiscReasonCode");
    Object obj12 = oapagecontext.getTransactionValue("rateDiscReasonFlag");
    Object obj13 = oapagecontext.getTransactionValue("brOverrideFlag");
    Object obj14 = oapagecontext.getTransactionValue("brDiscountOverrideFlag");
    String s22 = oapagecontext.getParameter("BillRateRadioGroup");
    if("BRCurrencyRadioButton".equals(s22))
    Debug.log(oapagecontext, this, "BRCurrencyRadioButton chosen", 3);
    if(obj == null || obj1 == null)
    Debug.log(oapagecontext, this, "error", 3);
    OAException oaexception6 = new OAException("PA", "PA_CURR_BILL_RATE_REQUIRED");
    oaexception6.setApplicationModule(oaapplicationmodule);
    throw oaexception6;
    } else
    if("BRMarkupRadioButton".equals(s22))
    Debug.log(oapagecontext, this, "BRMarkup%RadioButton chosen", 3);
    if(obj3 == null)
    Debug.log(oapagecontext, this, "error", 3);
    OAException oaexception7 = new OAException("PA", "PA_MARKUP_PERCENT_REQUIRED");
    oaexception7.setApplicationModule(oaapplicationmodule);
    throw oaexception7;
    } else
    if("BRDiscountRadioButton".equals(s22))
    Debug.log(oapagecontext, this, "BRDiscount%RadioButton chosen", 3);
    if(obj4 == null)
    Debug.log(oapagecontext, this, "error", 3);
    OAException oaexception8 = new OAException(oapagecontext.getMessage("PA", "PA_DISCOUNT_PERCENT_REQUIRED", null));
    oaexception8.setApplicationModule(oaapplicationmodule);
    throw oaexception8;
    if("Y".equals(oapagecontext.getTransactionValue("paMass")) || "Admin".equals(s) || "Template".equals(s))
    Debug.log(oapagecontext, this, "Need not have this check for team templates ", 3);
    } else
    if(obj13 != null && obj13.equals("Y") && obj12 != null && obj12.equals("Y") && "BRCurrencyRadioButton".equals(s22) && StringUtils.isNullOrEmpty((String)obj11))
    Debug.log(oapagecontext, this, "error 1", 3);
    OAException oaexception9 = new OAException("PA", "PA_RATE_DISC_REASON_REQUIRED");
    oaexception9.setApplicationModule(oaapplicationmodule);
    throw oaexception9;
    if(obj14 != null && obj14.equals("Y") && obj12 != null && obj12.equals("Y") && "BRDiscountRadioButton".equals(s22) && StringUtils.isNullOrEmpty((String)obj11))
    Debug.log(oapagecontext, this, "error 2", 3);
    OAException oaexception10 = new OAException("PA", "PA_RATE_DISC_REASON_REQUIRED");
    oaexception10.setApplicationModule(oaapplicationmodule);
    throw oaexception10;
    Debug.log(oapagecontext, this, "*** Selected transfer price radio shr = " + s22, 3);
    oapagecontext.putTransactionValue("BROGroupSelected", s22);
    Debug.log(oapagecontext, this, "*** 1 :Selected bill rate radio = " + s22, 3);
    if(s22 != null)
    oapagecontext.putSessionValue("BROGroupSelected", s22);
    s22 = oapagecontext.getParameter("TransferPriceRadioGroup");
    Debug.log(oapagecontext, this, "*** Selected transfer price radio = " + s22, 3);
    if("TPCurrencyRadioButton".equals(s22))
    Debug.log(oapagecontext, this, "***TPCurrencyRadioButton chosen", 3);
    if(obj5 == null || obj6 == null)
    Debug.log(oapagecontext, this, "error", 3);
    OAException oaexception11 = new OAException("PA", "PA_CURR_RATE_REQUIRED");
    oaexception11.setApplicationModule(oaapplicationmodule);
    throw oaexception11;
    } else
    if("TPBasisRadioButton".equals(s22))
    Debug.log(oapagecontext, this, "***TPBasisRadioButton chosen", 3);
    if(obj7 == null || obj8 == null)
    Debug.log(oapagecontext, this, "error", 3);
    OAException oaexception12 = new OAException("PA", "PA_BASIS_APPLY_PERCENT_REQD");
    oaexception12.setApplicationModule(oaapplicationmodule);
    throw oaexception12;
    oapagecontext.putTransactionValue("TPORadioGroupSelected", s22);
    if(oaapplicationmodule.findViewObject("AddNewAssignmentVO").first().getAttribute("RoleId") != null)
    Debug.log(oapagecontext, this, "*** Role Id is + " + oaapplicationmodule.findViewObject("AddNewAssignmentVO").first().getAttribute("RoleId"), 3);
    if(oapagecontext.getParameter("SearchCompetencies") != null)
    String s2 = "OA.jsp?akRegionCode=PA_COMP_SEARCH_LAYOUT&akRegionApplicationId=275&paCallingPage=AddAssignment";
    oapagecontext.redirectImmediately(s2, true, "RP");
    OASubTabLayoutBean oasubtablayoutbean = (OASubTabLayoutBean)oawebbean.findIndexedChildRecursive("AddAssignmentSubTabLayout");
    if(s.equals("Project") && oasubtablayoutbean.isSubTabClicked(oapagecontext) && !StringUtils.isNullOrEmpty((String)oapagecontext.getTransactionValue("paProjectId")))
    String s5 = "PA_ASN_FCST_INFO_ED";
    String s9 = "F";
    s9 = Security.checkUserPrivilege(s5, "PA_PROJECTS", (String)oapagecontext.getTransactionValue("paProjectId"), oapagecontext, false);
    if(s9.equals("F"))
    Debug.log(oapagecontext, this, "Error : PA_ASN_FCST_INFO_ED previelge not found", 3);
    OAException oaexception2 = null;
    oaexception2 = new OAException("PA", "PA_NO_SEC_FIN_INFO");
    oaexception2.setApplicationModule(oaapplicationmodule);
    throw oaexception2;
    if(oapagecontext.getParameter("GoBtn") != null)
    if("Y".equals(oapagecontext.getTransactionValue("paMass")) && "0".equals(oapagecontext.getTransactionValue("paNumSelectedResources")))
    OAException oaexception = new OAException("PA", "PA_NO_RESOURCE_SELECTED");
    oaexception.setApplicationModule(oapagecontext.getRootApplicationModule());
    Debug.log(oapagecontext, this, "ERROR:" + oaexception.getMessage(), 3);
    throw oaexception;
    String s6 = "T";
    if(s.equals("Admin") && "Y".equals(oapagecontext.getTransactionValue("paMass")) && "1".equals(oapagecontext.getTransactionValue("paNumSelectedResources")))
    Debug.log(oapagecontext, this, "resource id[19] is " + (String)oapagecontext.getTransactionValue("paResourceId"), 3);
    if(oapagecontext.getTransactionValue("AdminSecurityChecked") == null)
    String s7 = Security.checkPrivilegeOnResource("-999", (String)oapagecontext.getTransactionValue("paResourceId"), SessionUtils.getResourceName((String)oapagecontext.getTransactionValue("paResourceId"), oapagecontext), "PA_ADM_ASN_CR_AND_DL", null, oapagecontext, false);
    if("F".equals(s7))
    OAException oaexception1 = new OAException("PA", "PA_ADD_ADMIN_ASMT_SECURITY");
    oaexception1.setApplicationModule(oapagecontext.getRootApplicationModule());
    Debug.log(oapagecontext, this, "ERROR:" + oaexception1.getMessage(), 3);
    throw oaexception1;
    if("SUBMIT_APPRVL".equals(oapagecontext.getParameter("AddAsgmtApplyAction")))
    oapagecontext.putTransactionValue("Save", "N");
    else
    oapagecontext.putTransactionValue("Save", "Y");
    String as[] = oaapplicationmodule.getApplicationModuleNames();
    String as1[] = oaapplicationmodule.getViewObjectNames();
    Debug.log(oapagecontext, this, "no of app module: " + as.length, 3);
    Debug.log(oapagecontext, this, "no of view: " + as1.length, 3);
    for(int i = 0; i < as.length; i++)
    Debug.log(oapagecontext, this, "app module: " + as, 3);
    for(int k = 0; k < as1.length; k++)
    Debug.log(oapagecontext, this, "app module: " + as1[k], 3);
    Debug.log(oapagecontext, this, "*** assignmentType = " + s, 3);
    Debug.log(oapagecontext, this, "*** projectId = " + oapagecontext.getTransactionValue("paProjectId"), 3);
    if("Project".equals(s) && !StringUtils.isNullOrEmpty((String)oapagecontext.getTransactionValue("paProjectId")) && !"Y".equals(oapagecontext.getParameter("paMass")))
    Debug.log(oapagecontext, this, "*** Setting default staffing owner for add delivery assignment -- projectId = " + oapagecontext.getTransactionValue("paProjectId"), 3);
    oaapplicationmodule.invokeMethod("setDefaultStaffingOwner");
    OAViewObject oaviewobject3 = (OAViewObject)oaapplicationmodule.findViewObject("RoleCompetenciesVO");
    oaviewobject3.setMaxFetchSize(0);
    oaviewobject3.setRangeSize(-1);
    oracle.jbo.Row arow[] = oaviewobject3.getAllRowsInRange();
    for(int l = 0; l < arow.length; l++)
    RoleCompetenciesVORowImpl rolecompetenciesvorowimpl = (RoleCompetenciesVORowImpl)oaviewobject3.getRowAtRangeIndex(l);
    Debug.log(oapagecontext, this, "roleCompetenciesVORowImpl" + rolecompetenciesvorowimpl, 3);
    rolecompetenciesvorowimpl.setPlsqlState((byte)0);
    oapagecontext.putTransactionValue("AddAssignmentInsertRowFlag", "N");
    oaapplicationmodule.getTransaction().commit();
    if("Y".equals(oapagecontext.getTransactionValue("paMass")) && !"1".equals(oapagecontext.getTransactionValue("paNumSelectedResources")))
    if(!"SUBMIT_APPRVL".equals(oapagecontext.getParameter("AddAsgmtApplyAction")))
    Debug.log(oapagecontext, this, "Save, Mass, NumSelectedResources>1", 3);
    Debug.log(oapagecontext, this, "work flow has been launched", 3);
    OADialogPage oadialogpage = new OADialogPage((byte)3, new OAException("PA", "PA_MASS_ASSIGNMENT_CONFIRM"), null, "OA.jsp?akRegionCode=PA_RESOURCE_LIST_LAYOUT&akRegionApplicationId=275&addBreadCrumb=N", null);
    oadialogpage.setRetainAMValue(false);
    oapagecontext.redirectToDialogPage(oadialogpage);
    return;
    Debug.log(oapagecontext, this, "SaveAndSubmit, Mass, NumSelectedResources>1", 3);
    putParametersOnSession(oapagecontext);
    int i1 = 0;
    int j1 = 0;
    String s21 = "SelectedResourceId";
    int l1 = Integer.parseInt(oapagecontext.getTransactionValue("paNumSelectedResources").toString());
    Debug.log(oapagecontext, this, "size of resourceArray = " + l1, 3);
    String as2[] = new String[l1];
    for(; !"END".equals(oapagecontext.getTransactionValue(s21.concat(Integer.toString(i1)))); i1++)
    if(oapagecontext.getTransactionValue(s21.concat(Integer.toString(i1))) != null)
    Debug.log(oapagecontext, this, "resource id = " + oapagecontext.getTransactionValue(s21.concat(Integer.toString(i1))).toString(), 3);
    as2[j1] = oapagecontext.getTransactionValue(s21.concat(Integer.toString(i1))).toString();
    j1++;
    SessionUtils.putMultipleParameters("paResourceId", as2, oapagecontext);
    Debug.log(oapagecontext, this, "redirect to Mass Submit for Approval page", 3);
    oapagecontext.redirectImmediately("OA.jsp?akRegionCode=PA_MASS_SUBMIT_LAYOUT&akRegionApplicationId=275&paCallingPage=MassAdd&paProjectId=" + oapagecontext.getTransactionValue("p_project_id"), false, "RP");
    return;
    if("RETURN_TO".equals(oapagecontext.getParameter("AddAsgmtApplyAction")))
    Debug.log(oapagecontext, this, "Return to Option Selected ", 3);
    String s15 = (String)oapagecontext.getTransactionValue("PrevPageUrl");
    int k1 = s15.indexOf("OA.jsp?");
    s15 = s15.substring(k1);
    Debug.write(oapagecontext, this, "*** RETURN_TO URL: " + s15, 3);
    oapagecontext.redirectImmediately(s15);
    } else
    if("ADD_ANOTHER".equals(oapagecontext.getParameter("AddAsgmtApplyAction")))
    Debug.log(oapagecontext, this, "Add Another Option Selected", 3);
    oaapplicationmodule.invokeMethod("resetAddNewAssignment");
    if(oaapplicationmodule.findViewObject("RoleCompetenciesVO") != null)
    oaapplicationmodule.findViewObject("RoleCompetenciesVO").clearCache();
    String s16;
    if(!s.equals("Project") && !s.equals("Admin"))
    s16 = "OA.jsp?akRegionCode=PA_ADD_ASSIGNMENTS_PAGE_LAYOUT&akRegionApplicationId=275&paProjectId=" + oapagecontext.getTransactionValue("paProjectId") + "&paAssignmentType=" + s + "&OA_SubTabIdx=0";
    else
    s16 = "OA.jsp?akRegionCode=PA_ADD_ASSIGNMENTS_PAGE_LAYOUT&akRegionApplicationId=275&paResourceId=" + oapagecontext.getTransactionValue("paResourceId") + "&paAssignmentType=" + s + "&OA_SubTabIdx=0";
    Debug.log(oapagecontext, this, "nextUrl " + s16, 3);
    if("Template".equals(s))
    oapagecontext.redirectImmediately(s16, true, "S");
    else
    oapagecontext.redirectImmediately(s16, false, "S");
    } else
    if("UPDATE_DETAILS".equals(oapagecontext.getParameter("AddAsgmtApplyAction")))
    Debug.log(oapagecontext, this, "Update Details Selected ", 3);
    String s17 = "";
    if("Staffed".equals(s))
    s17 = "ProjStaffedAsmt";
    else
    if("Admin".equals(s))
    s17 = "AdminAsmt";
    else
    if("Project".equals(s))
    s17 = "PersonStaffedAsmt";
    else
    if("Open".equals(s))
    s17 = "OpenAsmt";
    else
    if("Template".equals(s))
    s17 = "TemplateAsmt";
    String s19 = "OA.jsp?akRegionCode=PA_ASMT_LAYOUT&akRegionApplicationId=275&paProjectId=" + oapagecontext.getTransactionValue("paProjectId") + "&paAssignmentId=" + oapagecontext.getTransactionValue("wfOutAssignmentId") + "&paCalledPage=" + s17 + "&addBreadCrumb=RP";
    Debug.log(oapagecontext, this, "UPDATE_DETAILS: URL: " + s19, 3);
    oapagecontext.redirectImmediately(s19, false, "RP");
    if(s.equals("Staffed") || s.equals("Admin") || s.equals("Project"))
    String s18 = (String)oapagecontext.getTransactionValue("wfOutResourceId");
    String s20 = (String)oapagecontext.getTransactionValue("wfOutAssignmentId");
    Debug.log(oapagecontext, this, "outResourceId " + s18, 3);
    Debug.log(oapagecontext, this, "outAssignmentId " + s20, 3);
    if("SUBMIT_APPRVL".equals(oapagecontext.getParameter("AddAsgmtApplyAction")))
    if(s.equals("Staffed"))
    oapagecontext.redirectImmediately("OA.jsp?akRegionCode=PA_SUBMIT_ASMT_APR_LAYOUT&akRegionApplicationId=275&paAsgmtId=" + s20 + "&paResourceId=" + s18 + "&paProjectId=" + oapagecontext.getTransactionValue("paProjectId") + "&paAsgmtAprStatus=ASGMT_APPRVL_WORKING&paAssignmentType=" + s + "&paCallingPage=AddAssignment", false, "RP");
    return;
    oapagecontext.redirectImmediately("OA.jsp?akRegionCode=PA_SUBMIT_ASMT_APR_LAYOUT&akRegionApplicationId=275&paAsgmtId=" + s20 + "&paResourceId=" + s18 + "&paAsgmtAprStatus=ASGMT_APPRVL_WORKING&paAssignmentType=" + s + "&paCallingPage=AddAssignment", false, "RP");

    Hi Rani,
    As soon as the transaction is commited the methods in the VORowImpl Class are called.
    You can check in the VORowImpl class and search for the log messages.
    Thanks,
    Gaurav

Maybe you are looking for

  • Hibernate Error in JDeveloper

    Hi, I am developing a Hibernate based application, and I have been going thru some sample application to understand how to go about it. While running one of the sample applications, I get the following error. I have tried placing the slf4j-api-1.5.2.

  • How can I move an iTunes song to Finder?

    I am trying to organize my songs.  I have a number of songs on playlist in iTunes that I would like to transfer to iTunes.  So far none of my attempts have been successful.  How can I do this?

  • Using JDO in a Servlet container/app server

    Hi, I was just wondering what Solarmetric recommends when using Kodo in a servlet container/app server. Specifically the following: 1. Should each user session maintain a PersistenceManager or should the PM be created per request? I am thinking it mi

  • While using ibooks how to change page swipe from left to right vs top to bottom

    Somehow I changed a setting in my Ibooks to change page by scrolling from top to bottom of the screen. I want to have page turn by moving from left to right. I am using iPhone with operating 7. whatever is out at this day and time. Can anyone help? T

  • System error in program CL_RSR_CLIENT and form MENU_SEL_ITEM

    Hi, After a system copy (BWP to BWT) we encounter a problem with reports containing documents the BWT environment. At first I thought it was a problem with the Java stack, but now I am not so sure anymore. When running a report in RSRT (for example i