Urgent - Serious problem in production (server crashes unexpectedly)

Hi,
We got the following error in production server and caused the server to
exit immediately. It just crashed the server. There are some jsp calls
before this error.
Tue Jan 02 14:20:23 EST 2001:<E> <HTTP> --------------- nested
within: ------------------
weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[ Attempt to
register new response:
'weblogic.servlet.internal.ServletResponseImpl@2df8587' with pending
response: 'weblogic.servlet.internal.ServletResponseImpl@2dffb64' ]
at java.lang.Throwable.<init>(Compiled Code)
at java.lang.Error.<init>(Error.java:53)
at weblogic.utils.NestedError.<init>(NestedError.java:15)
at weblogic.utils.AssertionError.<init>(AssertionError.java:49)
at weblogic.utils.Debug.assert(Compiled Code)
at weblogic.socket.JVMSocketHTTPServer.registerPending(Compiled Code)
at weblogic.socket.TunnelRecv.service(Compiled Code)
at weblogic.socket.MuxableSocketHTTP.invokeServlet(Compiled Code)
at weblogic.socket.MuxableSocketHTTP.execute(Compiled Code)
at weblogic.socket.MuxableSocketHTTP.dispatchNextMessage(Compiled Code)
at weblogic.socket.NTSocketMuxer.processSockets(Compiled Code)
at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:19)
at weblogic.t3.srvr.ExecuteThread.run(Compiled Code)
Our operating environment is as follows -
WL 4.5.1 SP 13 on Windows NT 4.0 SP 5
Execute thread count = 30
JDBC connection pool = 25 min, 100 max.
JDBC driver = oracle thin drivers.
JDK 1.1.7B
Oracle 8i database
Thanks in advance.
-SG

First, you should verify that SP13 has been installed properly as it addresses
several "assert" errors. If the service pack was installed per the installation
documentation, you should contact BEA WebLogic support and report this problem
for an answer/resolution.
Thanks,
Charlie
PS - Please don't post your messages to multiple newsgroups as this tends to
clutter them and most message are not relevant to more than one subject
category.
The views expressed in this posting are solely those of the author, and
BEA Systems, Inc. does not endorse any of these views.
BEA Systems, Inc. is not responsible for the accuracy or completeness
of the information provided and assumes no duty to correct, expand
upon, delete or update any of the information contained in this posting.
Sudheendra Galgali wrote:
Hi,
We got the following error in production server and caused the server to
exit immediately. It just crashed the server. There are some jsp calls
before this error.
Tue Jan 02 14:20:23 EST 2001:<E> <HTTP> --------------- nested
within: ------------------
weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[ Attempt to
register new response:
'weblogic.servlet.internal.ServletResponseImpl@2df8587' with pending
response: 'weblogic.servlet.internal.ServletResponseImpl@2dffb64' ]
at java.lang.Throwable.<init>(Compiled Code)
at java.lang.Error.<init>(Error.java:53)
at weblogic.utils.NestedError.<init>(NestedError.java:15)
at weblogic.utils.AssertionError.<init>(AssertionError.java:49)
at weblogic.utils.Debug.assert(Compiled Code)
at weblogic.socket.JVMSocketHTTPServer.registerPending(Compiled Code)
at weblogic.socket.TunnelRecv.service(Compiled Code)
at weblogic.socket.MuxableSocketHTTP.invokeServlet(Compiled Code)
at weblogic.socket.MuxableSocketHTTP.execute(Compiled Code)
at weblogic.socket.MuxableSocketHTTP.dispatchNextMessage(Compiled Code)
at weblogic.socket.NTSocketMuxer.processSockets(Compiled Code)
at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:19)
at weblogic.t3.srvr.ExecuteThread.run(Compiled Code)
Our operating environment is as follows -
WL 4.5.1 SP 13 on Windows NT 4.0 SP 5
Execute thread count = 30
JDBC connection pool = 25 min, 100 max.
JDBC driver = oracle thin drivers.
JDK 1.1.7B
Oracle 8i database
Thanks in advance.
-SG

Similar Messages

  • Facing an problem in production server cluster

    Dear All,
    I am facing an problem in production server, we are using Ecc5, windows 2003 with Oracle 9i and  with the is clustering node A and node B
    The problem is suddenly the sap sever get restated and the resources get move from  one node to another e.g. .node A to node B but not all the resources move to one node ,  except the kernel drive where sap is installed it is in different node and rest in other  node.  At present time both the node are active.
    How to move the all the resources into one node I have tried before also but my  experience in not good
    One time I have to recover the database and another time I have hard time to start service of sap R/3.
    This time I have the same problem please suggest me how to do it in correct way and to solve this problem.
    Regards,
    Shiva

    Hi,
    This is related to virus problem. Pls check virus with latesh dat.
    Anil

  • Smartform working fine in DEV and Quality But Problem in Production server

    Hi
    i had done a smartform ..that is working fine in devlopement and
    quality server  but the data in few of the column not appearing in production
    server.i had debug it and found prolem in S0RT Syntax ..Had not faced this kind of problem before i had 20 records in my itab.
    iam sorting it by vbeln and posnr ....
    and deleting the adjacent duplicates ....comparing veln and posnr...
    both are same ..in 20 records .
    but iam fetching the adrees number at first in the loop.
    so the first record of table is with adrs number...
                                                       vbeln          posnr
    a1       a2      a3            a4    a5     a6              a7              a8          a9
    ARE1 2006 1000029708 1   2011 513009012 CIS/M08607 471403  290644
    ARE1 2006 1000029708 1   2011 513009012 CIS/M08607              290644
    ARE1 2006 1000029708 1   2011 513009012 CIS/M08607              290644
    ARE1 2006 1000029708 1   2011 513009012 CIS/M08607              290644
    ARE1 2006 1000029708 1   2011 513009012 CIS/M08607              290644
    if i sort the above table in devlopement and quality ..it will be in the same way
    as above but in production it gets sorted in this way
                                                       vbeln          posnr
    a1       a2      a3            a4    a5     a6              a7              a8          a9
    ARE1 2006 1000029708 1   2011 513009012 CIS/M08607              290644
    ARE1 2006 1000029708 1   2011 513009012 CIS/M08607              290644
    ARE1 2006 1000029708 1   2011 513009012 CIS/M08607              290644
    ARE1 2006 1000029708 1   2011 513009012 CIS/M08607              290644
    ARE1 2006 1000029708 1   2011 513009012 CIS/M08607 471403  290644
    and when i delete duplicate only i get
                                                       vbeln          posnr
    a1       a2      a3            a4    a5     a6              a7              a8          a9
    ARE1 2006 1000029708 1   2011 513009012 CIS/M08607              290644
    in this where i dont get the adrs number so cant get adrs detail...
    Can anyone theie tell me what is the problem with it ONLY IN PRODUCTION SERVER..
    ITS WORKING FINE DEV  AND QUALITY SERVER...
    REGARDS....

    are u using my DELETE keywords ?
    if yes , then use
    delete adjacent duplicates from itab comparing all fields.
    Regards
    Prabhu

  • RFC Connection Problem between Production Server & Solution Manager

    Hi,
    I want to make a RFC Connection between Production Server & Solution Manager.
    But when go through Tcode- SM59 and click on Remote Logon from Production to connect Solution Manager it showing me a  Client/Userid/Password window and when i connect go through Solution Manger to Production Server it connects normally. I already done the same process in both the clients, as i already mentioned Logon details in the Logon/Security tab but why it is showing me Client/Userid/Password pad when i am login through Production to SolMan?
    +Tell me where the actual problem is! In my Solution Manager end or in my Production Server end +
    I want to access Solution Manager from Production Server on just clicking once on Remote Logon from Tcode- SM59.
    Thank you.
    Edited by: varun@pcl on Jul 31, 2010 4:40 PM

    Hi
    Mention which Client u login and valid username and password from both PROD Server and Solman .
    https://websmp201.sap-ag.de/support under Solman manager .
    https://websmp201.sap-ag.de/~form/sapnet?_SHORTKEY=01100035870000633637&
    Regards

  • Alignment Problem in Production server

    Hi friends,
         I am developing one report in which all the amount fields are right aligned and works fine in dev server, but the same report exeuting in  in Production server some of  the amout fields are left-aligned. I am using the same Varient in both the servers .
    Can you please help me how the alignment will change from Dev to Prod server for the same varient.
    Regards,
    Suresh

    Do we have same domain for the field type that is giving issue.
    Check if we have CHAR in Production and CURR/NUMC in Development system!
    And
    Which type of report is this? ALV or Normal?
    Thanks,
    Naveen.I

  • Metastat problem in Production server

    Dear frinds,
    This is the result of metastat in Production server and system has rebooted.
    d50: Mirror
    Submirror 0: d52
    State: Okay
    Submirror 1: d51
    State: Okay
    Pass: 1
    Read option: roundrobin (default)
    Write option: parallel (default)
    Size: 41945472 blocks (20 GB)
    d52: Submirror of d50
    State: Okay
    Size: 41945472 blocks (20 GB)
    Stripe 0:
    Device Start Block Dbase State Reloc Hot Spare
    c0t1d0s6 0 No Okay Yes
    d51: Submirror of d50
    State: Okay
    Size: 41945472 blocks (20 GB)
    Stripe 0:
    Device Start Block Dbase State Reloc Hot Spare
    c0t0d0s6 0 No Okay Yes
    d40: Mirror
    Submirror 0: d42
    State: Okay
    Submirror 1: d41
    State: Okay
    Pass: 1
    Read option: roundrobin (default)
    Write option: parallel (default)
    Size: 12587712 blocks (6.0 GB)
    d42: Submirror of d40
    State: Okay
    Size: 12587712 blocks (6.0 GB)
    Stripe 0:
    Device Start Block Dbase State Reloc Hot Spare
    c0t1d0s5 0 No Okay Yes
    d41: Submirror of d40
    State: Okay
    Size: 12587712 blocks (6.0 GB)
    Stripe 0:
    Device Start Block Dbase State Reloc Hot Spare
    c0t0d0s5 0 No Okay Yes
    d30: Mirror
    Submirror 0: d32
    State: Okay
    Submirror 1: d31
    State: Okay
    Pass: 1
    Read option: roundrobin (default)
    Write option: parallel (default)
    Size: 41945472 blocks (20 GB)
    d32: Submirror of d30
    State: Okay
    Size: 41945472 blocks (20 GB)
    Stripe 0:
    Device Start Block Dbase State Reloc Hot Spare
    c0t1d0s3 0 No Okay Yes
    d31: Submirror of d30
    State: Okay
    Size: 41945472 blocks (20 GB)
    Stripe 0:
    Device Start Block Dbase State Reloc Hot Spare
    c0t0d0s3 0 No Okay Yes
    d20: Mirror
    Submirror 0: d22
    State: Okay
    Submirror 1: d21
    State: Okay
    Pass: 1
    Read option: roundrobin (default)
    Write option: parallel (default)
    Size: 16780224 blocks (8.0 GB)
    d22: Submirror of d20
    State: Okay
    Size: 16780224 blocks (8.0 GB)
    Stripe 0:
    Device Start Block Dbase State Reloc Hot Spare
    c0t1d0s1 0 No Okay Yes
    d21: Submirror of d20
    State: Okay
    Size: 16780224 blocks (8.0 GB)
    Stripe 0:
    Device Start Block Dbase State Reloc Hot Spare
    c0t0d0s1 0 No Okay Yes
    d10: Mirror
    Submirror 0: d12
    State: Needs maintenance
    Submirror 1: d11
    State: Okay
    Pass: 1
    Read option: roundrobin (default)
    Write option: parallel (default)
    Size: 20972736 blocks (10 GB)
    d12: Submirror of d10
    *State: Needs maintenance
    Invoke: metareplace d10 c0t1d0s0 <new device>
    Size: 20972736 blocks (10 GB)
    Stripe 0:
    Device Start Block Dbase State Reloc Hot Spare
    c0t1d0s0 0 No Maintenance Yes
    d11: Submirror of d10
    State: Okay
    Size: 20972736 blocks (10 GB)
    Stripe 0:
    Device Start Block Dbase State Reloc Hot Spare
    c0t0d0s0 0 No Okay Yes
    How can i resolve the D10 and D12 status plesae help me.
    Thank you!

    to sync again, execute
    metareplace -e d10 /dev/dsk/d12

  • CF 7.0.2 ODBC Server crashed unexpectedly

    hi
    We moved from an older Dual PIII box under Win2k to a Dual
    Xeon under Win2k3.
    First step was to move Sybase ASA 9.0.2.33xx dbs from the old
    box to the new, leaving ColdFusion 6.1 MX on the old box connecting
    through ODBC. This workd flawlessly for weeks.
    Yesterday I also moved the front end (coldfusion 6.1 to cf
    7.0.2) to the new box
    Now, we get problems like this in the Sybase ASA server log
    I. 09/27 09:49:14. Disconnecting shared memory client,
    process id not found
    I. 09/27 09:49:14. Disconnected SharedMemory client's
    AppInfo: HOST=MINDPOWER-4;OS=Windows 2003 Build 3790 Service Pack
    1;PID=0x1a4c;THREAD=0xefc;EXE=C:\CFusionMX7\db\slserver54\bin\swsoc.exe;VERSION=9.0.2.337 0;API=ODBC;TIMEZONEADJUSTMENT=120
    I. 09/27 09:50:36. Disconnecting shared memory client,
    process id not found
    I. 09/27 09:50:36. Disconnected SharedMemory client's
    AppInfo: HOST=MINDPOWER-4;OS=Windows 2003 Build 3790 Service Pack
    1;PID=0x193c;THREAD=0x9ac;EXE=C:\CFusionMX7\db\slserver54\bin\swsoc.exe;VERSION=9.0.2.337 0;API=ODBC;TIMEZONEADJUSTMENT=120
    I. 09/27 09:50:36. Disconnecting shared memory client,
    process id not found
    I. 09/27 09:50:36. Disconnected SharedMemory client's
    AppInfo: HOST=MINDPOWER-4;OS=Windows 2003 Build 3790 Service Pack
    1;PID=0x193c;THREAD=0xf48;EXE=C:\CFusionMX7\db\slserver54\bin\swsoc.exe;VERSION=9.0.2.337 0;API=ODBC;TIMEZONEADJUSTMENT=120
    and of course the errors logged in CF as
    - Error Executing Database Query. [Macromedia][SequeLink JDBC
    Driver]TCP/IP error, connection reset by peer. <br>The error
    occurred on line 64.
    - Error Executing Database Query. [Macromedia][SequeLink JDBC
    Driver]TCP/IP error, connection refused. <br>The error
    occurred on line 96.
    [Macromedia][SequeLink JDBC Driver]TCP/IP error, connection
    reset by peer.
    ErrorCode HY000
    Message Error Executing Database Query.
    - Error Executing Database Query. [Macromedia][SequeLink JDBC
    Driver]Network problem, session aborted due to internal error in
    remote procedure call, connection closed. <br>The error
    occurred on line 96.
    The Event Viewer of the Win2k3 box showed lots of those in
    the System Log
    Type Error, Event ID 7031
    The ColdFusion MX 7 ODBC Server service terminated
    unexpectedly. It has done this 8 time(s).
    or
    Type Warning, Event ID 7039
    A service process other than the one launched by the Service
    Control Manager connected when starting the ColdFusion MX 7 ODBC
    Server service. The Service Control Manager launched process 3720
    and process 7752 connected instead.
    Note that if this service is configured to start under a
    debugger, this behavior is expected.
    Of course, we don't have debugging
    In the application log, there are errors like this:
    The description for Event ID ( 0 ) in Source ( ColdFusion MX
    7 ODBC Server ) cannot be found. The local computer may not have
    the necessary registry information or message DLL files to display
    messages from a remote computer. You may be able to use the
    /AUXSOURCE= flag to retrieve this description; see Help and Support
    for details. The following information is part of the event:
    ColdFusion MX 7 ODBC
    Server@LOCALHOST,ErrorCode=3004,ErrorMessage=sched.swschd.1756.Internal
    error, an unexpected exception was detected..
    The description for Event ID ( 0 ) in Source ( ColdFusion MX
    7 ODBC Server ) cannot be found. The local computer may not have
    the necessary registry information or message DLL files to display
    messages from a remote computer. You may be able to use the
    /AUXSOURCE= flag to retrieve this description; see Help and Support
    for details. The following information is part of the event:
    ColdFusion MX 7 ODBC
    Server@LOCALHOST,ErrorCode=3001,ErrorMessage=srvc.swsrvcdb.3268.Internal
    error, memory allocation failed.,ClientHost=127.0.0.1,Session=2.
    The description for Event ID ( 0 ) in Source ( ColdFusion MX
    7 ODBC Server ) cannot be found. The local computer may not have
    the necessary registry information or message DLL files to display
    messages from a remote computer. You may be able to use the
    /AUXSOURCE= flag to retrieve this description; see Help and Support
    for details. The following information is part of the event:
    ColdFusion MX 7 ODBC
    Server@LOCALHOST,ErrorCode=3003,ErrorMessage=ssp.swsrvssp.3551.Internal
    error, invalid request received from the client
    application.,ClientHost=127.0.0.1,Session=2.
    The description for Event ID ( 0 ) in Source ( ColdFusion MX
    7 ODBC Server ) cannot be found. The local computer may not have
    the necessary registry information or message DLL files to display
    messages from a remote computer. You may be able to use the
    /AUXSOURCE= flag to retrieve this description; see Help and Support
    for details. The following information is part of the event:
    ColdFusion MX 7 ODBC
    Server@LOCALHOST,ErrorCode=3004,ErrorMessage=sched.swschd.1756.Internal
    error, an unexpected exception was detected..
    Of course, the application stalls as well and our users are
    upset.
    We staged that new box and found no problems, not with ASA.
    With CF 7, we had several isuses, some of them are still not quite
    clear.
    Now that we wanted to go productive, those errors occur.
    Note that the ODBC settings for those DSNs allowed both
    connections, Shared Mem and TCP/UP localhost, because cf is now on
    the same machine like the db.
    My question now is: Where should I try to find the error ...
    on ASA or CF7 side?
    Any hints welcome!
    Thanks
    Martin

    After more than 24 hours, CF ODBC Servre again crashed
    without any obvious reaons:
    The Application Event Log:
    20:48:28
    Faulting application swsoc.exe, version 0.97.0.0, faulting
    module ntdll.dll, version 5.2.3790.1830, fault address 0x00012009.
    For more information, see Help and Support Center at
    http://go.microsoft.com/fwlink/events.asp.
    20:34:35 Source ColdFusion MX 7 ODBC
    The description for Event ID ( 0 ) in Source ( ColdFusion MX
    7 ODBC Server ) cannot be found. The local computer may not have
    the necessary registry information or message DLL files to display
    messages from a remote computer. You may be able to use the
    /AUXSOURCE= flag to retrieve this description; see Help and Support
    for details. The following information is part of the event:
    ColdFusion MX 7 ODBC
    Server@LOCALHOST,ErrorCode=3004,ErrorMessage=sched.swschd.1774.Internal
    error, an unexpected exception was detected.
    20:34:33 Source ColdFusion MX 7 ODBC
    The description for Event ID ( 0 ) in Source ( ColdFusion MX
    7 ODBC Server ) cannot be found. The local computer may not have
    the necessary registry information or message DLL files to display
    messages from a remote computer. You may be able to use the
    /AUXSOURCE= flag to retrieve this description; see Help and Support
    for details. The following information is part of the event:
    ColdFusion MX 7 ODBC
    Server@LOCALHOST,ErrorCode=3004,ErrorMessage=sched.swschd.1756.Internal
    error, an unexpected exception was detected...
    In the System Event Log I found this 2 times today
    Warning:
    A service process other than the one launched by the Service
    Control Manager connected when starting the ColdFusion MX 7 ODBC
    Server service. The Service Control Manager launched process 7588
    and process 1452 connected instead.
    Note that if this service is configured to start under a
    debugger, this behavior is expected.
    For more information, see Help and Support Center at
    http://go.microsoft.com/fwlink/events.asp.
    Error:
    The ColdFusion MX 7 ODBC Server service terminated
    unexpectedly. It has done this 2 time(s). The following corrective
    action will be taken in 60000 milliseconds: Restart the service.
    For more information, see Help and Support Center at
    http://go.microsoft.com/fwlink/events.asp.
    This is simply incredible.
    My current JVM settuings are
    Minimum JVM Heap Size (MB) 608 Maximum JVM Heap Size (MB) 608
    and the JVM Arguments are
    -server -Dsun.io.useCanonCaches=false -XX:PermSize=64m
    -XX:MaxPermSize=160m -Dcoldfusion.rootDir={application.home}/../
    -Dcoldfusion.libPath={application.home}/../lib
    I changed those a bit after reading some blogs about them.
    Am I the only one to have an unstable CF sever on a Win2K3
    box?

  • Facing a series of problems in production server

    Dear All,
    I am facing a series of problems.
    We are using ecc5 on windows with oracle 9i.
    Two nodes on cluster.
    1. I am getting error in log file 
    TNS-01151: Missing listener name, LISTENER2, in LISTENER.ORA
    2. dev_disp getting error *** WARNING => DpNetCheck: NiAddrToHost(1.0.0.0) took 4 seconds
    ***LOG GZZ=> 1 possible network problems detected - check tracefile and adjust the DNS settings [dpxxtool2.c  3893]
    MtxInit: -2 0 0
    3. Suddenly shutdown of server.
    4.E error in nmiconf.log
    I am unable to find the Listener problem because at present it listener is up.
    Please help to find the root cause because there 3 Listener.ora
    1     LISTENER1.log current date.
          2     LISTENER. Log with old date
    And which file and what change I have to do.
    2.What settings have to change in DNS settings?
    3.What is suddenly caused of server shutdown?
    Log file of LISTENER2.log
    TNSLSNR for 64-bit Windows: Version 9.2.0.7.0 - Production on 22-SEP-2008 11:33:50
    Copyright (c) 1991, 2002, Oracle Corporation.  All rights reserved.
    System parameter file is E:\oracle\ora92\network\admin\listener.ora
    Log messages written to E:\oracle\ora92\network\log\listener2.log
    Trace information written to E:\oracle\ora92\network\trace\listener2.trc
    Trace level is currently 0
    Started with pid=1332
    TNS-01151: Missing listener name, LISTENER2, in LISTENER.ORA
    Log file of LISTENER1.log
    Started with pid=1180
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=@@@@-@@@@.@@@@.COM)(PORT=1528)))
    TIMESTAMP * CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
    TNSLSNR for 64-bit Windows: Version 9.2.0.7.0 - Production on 22-SEP-2008 11:33:50
    Copyright (c) 1991, 2002, Oracle Corporation.  All rights reserved.
    System parameter file is E:\oracle\ora92\network\admin\listener.ora
    Log messages written to E:\oracle\ora92\network\log\listener1.log
    Trace information written to E:\oracle\ora92\network\trace\listener1.trc
    Trace level is currently 0
    Started with pid=1304
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=@@@@-@@@@.@@@@.COM)(PORT=1528)))
    TIMESTAMP * CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
    Log file of LISTENER. log
    TNSLSNR for 64-bit Windows: Version 9.2.0.7.0 - Production on 11-AUG-2008 17:10:07
    Copyright (c) 1991, 2002, Oracle Corporation.  All rights reserved.
    System parameter file is E:\oracle\ora92\network\admin\listener.ora
    Log messages written to E:\oracle\ora92\network\log\listener.log
    Trace information written to E:\oracle\ora92\network\trace\listener.trc
    Trace level is currently 0
    Started with pid=7440
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=@@@@-@@@@.@@@@.COM)(PORT=1527)))
    TIMESTAMP * CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
    11AUG-2008 17:10:08 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=#####1adm))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=153093888)) * status * 0
    11-AUG-2008 17:59:26 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=prd1adm))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=153093888)) * status * 0
    11AUG-2008 18:14:17 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=prd1adm))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=153093888)) * status * 0
    11-AUG-2008 18:17:35 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=prd1adm))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=153093888)) * status * 0
    LISTENER.ORA
    LISTENER.ORA Network Configuration File: E:\oracle\ora92\network\admin\listener.ora
    Generated by Oracle configuration tools.
    STARTUP_WAIT_TIME_FSL@@@@-SAP-ORAV = 0
    LISTENER1 =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS_LIST =
            (ADDRESS = (PROTOCOL = TCP)(HOST = @@@@-@@@@)(PORT = 1528))
    ADMIN_RESTRICTIONS_FSL@@@@-SAP-ORAV = on
    FSL@@@@-SAP-ORAV =
      (ADDRESS_LIST =
        (ADDRESS = (PROTOCOL = IPC)(KEY = PRD1))
        (ADDRESS = (PROTOCOL = IPC)(KEY = PRD1.WORLD))
        (ADDRESS = (COMMUNITY = SAP.WORLD)(PROTOCOL = TCP)(Host = #####)(Port = 1527))
    This file is written by Oracle Services For MSCS
    on Tue May 16 21:20:04 2005
    TRACE_LEVEL_FSL@@@@-SAP-ORAV = OFF
    CONNECT_TIMEOUT_LISTENER = 10
    STARTUP_WAIT_TIME_LISTENER = 0
    ADMIN_RESTRICTIONS_LISTENER = on
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS_LIST =
            (ADDRESS = (PROTOCOL = TCP)(HOST = @@@@-@@@@)(PORT = 1527))
    SID_LIST_FSL@@@@-SAP-ORAV =
      (SID_LIST =
        (SID_DESC =
          (SDU = 32768)
          (SID_NAME = PRD1)
          (ORACLE_HOME = E:\oracle\ora92)
    LISTENER_000.ORA
    This file is written by Oracle Services For MSCS
    on Tue May 16 21:20:02 2005
    LISTENER =
      (ADDRESS_LIST=
        (ADDRESS=
          (PROTOCOL=IPC)
          (KEY=PRD1.WORLD)
        (ADDRESS=
          (PROTOCOL=IPC)
          (KEY=PRD1)
        (ADDRESS=
          (COMMUNITY=SAP.WORLD)
          (PROTOCOL=TCP)
          (HOST=########)
          (PORT=1527)
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (SDU = 32768)
          (SID_NAME = PRD1)
          (ORACLE_HOME = E:\oracle\ora92)
    STARTUP_WAIT_TIME_LISTENER = 0
    CONNECT_TIMEOUT_LISTENER = 10
    TRACE_LEVEL_LISTENER = OFF
    ADMIN_RESTRICTIONS_LISTENER = on
    LISTENER_001.ORA
    Filename......: listener.ora
    Created.......: created by SAP AG, R/3 Rel. >= 6.10
    Name..........:
    Date..........:
    @(#) $Id: //bc/640-2/src/ins/SAPINST/impl/tpls/ora/ind/LISTENER.ORA#4 $
    ADMIN_RESTRICTIONS_LISTENER = on
    LISTENER =
      (ADDRESS_LIST =
            (ADDRESS =
              (PROTOCOL = IPC)
              (KEY = PRD1.WORLD)
            (ADDRESS=
              (PROTOCOL = IPC)
              (KEY = PRD1)
            (ADDRESS =
              (COMMUNITY = SAP.WORLD)
              (PROTOCOL = TCP)
              (HOST = @@@@-@@@@)
              (PORT = 1527)
    STARTUP_WAIT_TIME_LISTENER = 0
    CONNECT_TIMEOUT_LISTENER = 10
    TRACE_LEVEL_LISTENER = OFF
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (SDU = 32768)
          (SID_NAME = PRD1)
          (ORACLE_HOME = E:\oracle\ora92)
    nmiconf.log
    DBSNMP for 32-bit Windows: release 9.2.0.7.0 - Production on 22-SEP-08 11:33:50
    Discovering services on @@@@-@@@@ configured on host addresses {@@@@-@@@@.@@@@.COM 192.168.10.5 @@@@-@@@@}
    Warning : Skipping OracleOraHome92TNSListenerFsl@@@@-sap-orav : Could not find corresponding listener definition in
    Warning : Skipping OracleOraHome92TNSListenerLISTENER2 : Could not find corresponding listener definition in
    Warning : Skipping OracleOraHome92TNSListenerprd1 : Could not find corresponding listener definition in
    Warning : Skipping OracleOraHome92TNSListenerprd1.world : Could not find corresponding listener definition in
    Warning : LISTENER1 defined in E:\oracle\ora92\network\admin\listener.ora will be skipped, because it does not monitor any of the valid SIDs
    Warning : LISTENER defined in E:\oracle\ora92\network\admin\listener.ora will be skipped, because it does not monitor any of the valid SIDs
    Warning : No Listener found for SID PRD1. PRD1 will be skipped
    Could not determine location of emtab.
    Regards,
    Shiva

    Dear All,
    I am facing a series of problems.
    We are using ecc5 on windows with oracle 9i.
    Two nodes on cluster.
    1. I am getting error in log file 
    TNS-01151: Missing listener name, LISTENER2, in LISTENER.ORA
    2. dev_disp getting error *** WARNING => DpNetCheck: NiAddrToHost(1.0.0.0) took 4 seconds
    ***LOG GZZ=> 1 possible network problems detected - check tracefile and adjust the DNS settings [dpxxtool2.c  3893]
    MtxInit: -2 0 0
    3. Suddenly shutdown of server.
    4.E error in nmiconf.log
    I am unable to find the Listener problem because at present it listener is up.
    Please help to find the root cause because there 3 Listener.ora
    1     LISTENER1.log current date.
          2     LISTENER. Log with old date
    And which file and what change I have to do.
    2.What settings have to change in DNS settings?
    3.What is suddenly caused of server shutdown?
    Log file of LISTENER2.log
    TNSLSNR for 64-bit Windows: Version 9.2.0.7.0 - Production on 22-SEP-2008 11:33:50
    Copyright (c) 1991, 2002, Oracle Corporation.  All rights reserved.
    System parameter file is E:\oracle\ora92\network\admin\listener.ora
    Log messages written to E:\oracle\ora92\network\log\listener2.log
    Trace information written to E:\oracle\ora92\network\trace\listener2.trc
    Trace level is currently 0
    Started with pid=1332
    TNS-01151: Missing listener name, LISTENER2, in LISTENER.ORA
    Log file of LISTENER1.log
    Started with pid=1180
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=@@@@-@@@@.@@@@.COM)(PORT=1528)))
    TIMESTAMP * CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
    TNSLSNR for 64-bit Windows: Version 9.2.0.7.0 - Production on 22-SEP-2008 11:33:50
    Copyright (c) 1991, 2002, Oracle Corporation.  All rights reserved.
    System parameter file is E:\oracle\ora92\network\admin\listener.ora
    Log messages written to E:\oracle\ora92\network\log\listener1.log
    Trace information written to E:\oracle\ora92\network\trace\listener1.trc
    Trace level is currently 0
    Started with pid=1304
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=@@@@-@@@@.@@@@.COM)(PORT=1528)))
    TIMESTAMP * CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
    Log file of LISTENER. log
    TNSLSNR for 64-bit Windows: Version 9.2.0.7.0 - Production on 11-AUG-2008 17:10:07
    Copyright (c) 1991, 2002, Oracle Corporation.  All rights reserved.
    System parameter file is E:\oracle\ora92\network\admin\listener.ora
    Log messages written to E:\oracle\ora92\network\log\listener.log
    Trace information written to E:\oracle\ora92\network\trace\listener.trc
    Trace level is currently 0
    Started with pid=7440
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=@@@@-@@@@.@@@@.COM)(PORT=1527)))
    TIMESTAMP * CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
    11AUG-2008 17:10:08 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=#####1adm))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=153093888)) * status * 0
    11-AUG-2008 17:59:26 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=prd1adm))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=153093888)) * status * 0
    11AUG-2008 18:14:17 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=prd1adm))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=153093888)) * status * 0
    11-AUG-2008 18:17:35 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=prd1adm))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=153093888)) * status * 0
    LISTENER.ORA
    LISTENER.ORA Network Configuration File: E:\oracle\ora92\network\admin\listener.ora
    Generated by Oracle configuration tools.
    STARTUP_WAIT_TIME_FSL@@@@-SAP-ORAV = 0
    LISTENER1 =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS_LIST =
            (ADDRESS = (PROTOCOL = TCP)(HOST = @@@@-@@@@)(PORT = 1528))
    ADMIN_RESTRICTIONS_FSL@@@@-SAP-ORAV = on
    FSL@@@@-SAP-ORAV =
      (ADDRESS_LIST =
        (ADDRESS = (PROTOCOL = IPC)(KEY = PRD1))
        (ADDRESS = (PROTOCOL = IPC)(KEY = PRD1.WORLD))
        (ADDRESS = (COMMUNITY = SAP.WORLD)(PROTOCOL = TCP)(Host = #####)(Port = 1527))
    This file is written by Oracle Services For MSCS
    on Tue May 16 21:20:04 2005
    TRACE_LEVEL_FSL@@@@-SAP-ORAV = OFF
    CONNECT_TIMEOUT_LISTENER = 10
    STARTUP_WAIT_TIME_LISTENER = 0
    ADMIN_RESTRICTIONS_LISTENER = on
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS_LIST =
            (ADDRESS = (PROTOCOL = TCP)(HOST = @@@@-@@@@)(PORT = 1527))
    SID_LIST_FSL@@@@-SAP-ORAV =
      (SID_LIST =
        (SID_DESC =
          (SDU = 32768)
          (SID_NAME = PRD1)
          (ORACLE_HOME = E:\oracle\ora92)
    LISTENER_000.ORA
    This file is written by Oracle Services For MSCS
    on Tue May 16 21:20:02 2005
    LISTENER =
      (ADDRESS_LIST=
        (ADDRESS=
          (PROTOCOL=IPC)
          (KEY=PRD1.WORLD)
        (ADDRESS=
          (PROTOCOL=IPC)
          (KEY=PRD1)
        (ADDRESS=
          (COMMUNITY=SAP.WORLD)
          (PROTOCOL=TCP)
          (HOST=########)
          (PORT=1527)
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (SDU = 32768)
          (SID_NAME = PRD1)
          (ORACLE_HOME = E:\oracle\ora92)
    STARTUP_WAIT_TIME_LISTENER = 0
    CONNECT_TIMEOUT_LISTENER = 10
    TRACE_LEVEL_LISTENER = OFF
    ADMIN_RESTRICTIONS_LISTENER = on
    LISTENER_001.ORA
    Filename......: listener.ora
    Created.......: created by SAP AG, R/3 Rel. >= 6.10
    Name..........:
    Date..........:
    @(#) $Id: //bc/640-2/src/ins/SAPINST/impl/tpls/ora/ind/LISTENER.ORA#4 $
    ADMIN_RESTRICTIONS_LISTENER = on
    LISTENER =
      (ADDRESS_LIST =
            (ADDRESS =
              (PROTOCOL = IPC)
              (KEY = PRD1.WORLD)
            (ADDRESS=
              (PROTOCOL = IPC)
              (KEY = PRD1)
            (ADDRESS =
              (COMMUNITY = SAP.WORLD)
              (PROTOCOL = TCP)
              (HOST = @@@@-@@@@)
              (PORT = 1527)
    STARTUP_WAIT_TIME_LISTENER = 0
    CONNECT_TIMEOUT_LISTENER = 10
    TRACE_LEVEL_LISTENER = OFF
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (SDU = 32768)
          (SID_NAME = PRD1)
          (ORACLE_HOME = E:\oracle\ora92)
    nmiconf.log
    DBSNMP for 32-bit Windows: release 9.2.0.7.0 - Production on 22-SEP-08 11:33:50
    Discovering services on @@@@-@@@@ configured on host addresses {@@@@-@@@@.@@@@.COM 192.168.10.5 @@@@-@@@@}
    Warning : Skipping OracleOraHome92TNSListenerFsl@@@@-sap-orav : Could not find corresponding listener definition in
    Warning : Skipping OracleOraHome92TNSListenerLISTENER2 : Could not find corresponding listener definition in
    Warning : Skipping OracleOraHome92TNSListenerprd1 : Could not find corresponding listener definition in
    Warning : Skipping OracleOraHome92TNSListenerprd1.world : Could not find corresponding listener definition in
    Warning : LISTENER1 defined in E:\oracle\ora92\network\admin\listener.ora will be skipped, because it does not monitor any of the valid SIDs
    Warning : LISTENER defined in E:\oracle\ora92\network\admin\listener.ora will be skipped, because it does not monitor any of the valid SIDs
    Warning : No Listener found for SID PRD1. PRD1 will be skipped
    Could not determine location of emtab.
    Regards,
    Shiva

  • Production server crash

    Dear All,
    My production servr is completely crash and i only have last offline backup media.
    I want restore the backup on new installed server.
    following file i have restored from last backup
    init<SID>.sap
    init<SID>.ora
    spfile<SID>.ora
    space<SID>.log
    struc<SID>.log
    i dont have .aft file and
    i am not able to restore *.aft from backup
    kindly suggest how can i restore my production backup.
    Thanks in advance.
    Regards,
    Koushal Solanki

    i am not able to restore *.aft from backup
    why? Just run below command...will restores all log files into present directory from your backup device
    brresotre -n all_log
    After that place them in correct locations and restore your database bu using below command
    brrestore -b filename(.aft in this case) -m full
    Good luck
    Nick Loy

  • Indesign Server crashes unexpected

    Hello forum,
    in the last weeks we have a big problem with InDesignServer CS3 (Ver 5.0.5.697). From time to time one of the running instances crashes with a weird error message in the windows event log. It consists of the following three entries:
    1. Message: [Server] D [8764] [20082]  (8764 is the process id, 20082 the port. But what does the D tell me)
    2. Message: [Server] Adobe InDesign wird beendet. Es wurde ein schwerwiegender Fehler festgestellt. Starten Sie InDesign erneut, um InDesign-Dokumente wiederherzustellen, die nicht gespeichert wurden. [8764] [20082]
    (German version, it says, that InDesign will be closed because of a fatal error.
    3. Message: Fehlerhafte Anwendung InDesignServer.exe, Version 5.0.5.697, Zeitstempel 0x49a4cf58, fehlerhaftes Modul Public.dll, Version 5.0.5.697, Zeitstempel 0x49a4ce0b, Ausnahmecode 0xc0000005, Fehleroffset 0x0002e1fa, Prozess-ID 0x223c, Anwendungsstartzeit 01cd34df392c8230.
    We have no clue, what this is all about. The instances recover by themselfes after a while, but some of the jobs which are send to it throw errors. The Scripts we sent to the instance right before the crash runs without a problem after the restart.
    Can anyone help?
    greets
    Michael

    Thanks Harbs. We are looking at full automation and so removing the pages manually is not an option. But I did find a script at InTools http://in-tools.com/article/scripts-blog/script-of-the-day-jan-24-2010/ that helps with automating the removal of empty pages. This script appears to be a nice workaround for server side usage. I used it on my document with multiple column text frames and it is removing the empty page as expected. If there is a better way to do this, let me know. Thanks.

  • Problem with Excel 2013, crashing unexpectedly

    I have problem with Office, it's crashing without any specific reason. I can't describe what exactly triggers crashing, but there is lots of copy and pasting on that workstation between excel worksheets. RAM has been tested, Office suite has been reinstated
    and even all of hardware has been changed.
    If there any suggestion, I would really appreciate them.
    If you need additional information please ask.
    Faulting application name: EXCEL.EXE, version: 15.0.4701.1001, time stamp: 0x54e30a7b
    Faulting module name: mso.dll, version: 0.0.0.0, time stamp: 0x54d9bfd6
    Exception code: 0xc0000602
    Fault offset: 0x011aee88
    Faulting process id: 0x1990
    Faulting application start time: 0x01d0773e764ce473
    Faulting application path: C:\Program Files\Microsoft Office 15\Root\Office15\EXCEL.EXE
    Faulting module path: C:\Program Files\Common Files\Microsoft Shared\Office15\mso.dll
    Report Id: 66154c61-e40f-11e4-afd6-d43d7eb40d36
    Faulting package full name: 
    Faulting package-relative application ID: 
    System
    Provider
    [ Name]
    Application Error
    EventID
    1000
    [ Qualifiers]
    0
    Level
    2
    Task
    100
    Keywords
    0x80000000000000
    TimeCreated
    [ SystemTime]
    2015-04-16T08:05:52.000000000Z
    EventRecordID
    35372
    Channel
    Application
    Computer
    Security
    EventData
    EXCEL.EXE
    15.0.4701.1001
    54e30a7b
    mso.dll
    0.0.0.0
    54d9bfd6
    c0000602
    011aee88
    1990
    01d0773e764ce473
    C:\Program Files\Microsoft Office 15\Root\Office15\EXCEL.EXE
    C:\Program Files\Common Files\Microsoft Shared\Office15\mso.dll
    66154c61-e40f-11e4-afd6-d43d7eb40d36

    Hi,
    According to your description, >>RAM has been tested, Office suite has been reinstated and even all of hardware has been changed.<< I noticed that you have tired several methods. Then, based on the log,>>Faulting module path: C:\Program
    Files\Common Files\Microsoft Shared\Office15\mso.dll<<, please try the following steps:
    Renamed the MSO.DLL in C:\Program Files\Microsoft Office 15\root\vfs\ProgramFilesCommonX86\Microsoft Shared\OFFICE15
    The copied the MSO.DLL from C:\Program Files (x86)\Common Files\Microsoft Shared\OFFICE15
    to C:\Program Files\Microsoft Office 15\root\vfs\ProgramFilesCommonX86\Microsoft Shared\OFFICE15
    Hope it's helpful.
    Regards,
    George Zhao
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • DEFAULT_WS_DEST web service destination - problem with production server

    Hi All,
    I'm getting close to go live for a project which uses a vast number of custom web services to access an Oracle DB backend to supply data to a Portal front end.  Many of the applications we have developed are based on Web Dynpro and so we have used adaptive web service models to call the web services.  My basis guy and I sat down and configured the DEFAULT_WS_DEST logical web service destination to work correctly in both our DEV and QA systems.
    We completed the production build but when testing the Web Dynpro applications I get a dump saying '"DEFAULT_WS_DEST/default" cannot be found'.
    Does anyone know why our production system is looking for a connection called "DEFAULT_WS_DEST/default" instead of just "DEFAULT_WS_DEST" as per our DEV and QA system?
    Thanks in advance.

    Ok, I was really hoping for some response at least!  Guess no-one has had this problem before?
    Here's the exception message:-
    Caused by: java.rmi.RemoteException: Error while processing document security. The error was class com.sap.engine.frame.core.configuration.NameNotFoundException A configuration with the path
    "webservices/proxies/sap.com/DynamicWSProxies/DEFAULT_WS_DEST/default" does not exist.. See trace entry [no trace for com.sap.security.core.client.ws.DeployableSecurityProtocol (severity above PATH)].;
    nested exception is: com.sap.engine.services.webservices.jaxrpc.wsdl2java.ClientProtocolException: Error while processing document security. The error was class
    com.sap.engine.frame.core.configuration.NameNotFoundException A configuration with the path "webservices/proxies/sap.com/DynamicWSProxies/DEFAULT_WS_DEST/default" does not exist.
    If anyone has any suggestions at all I'd be very grateful.  As mentioned, the DEFAULT_WS_DEST configuration does exist and it works perfectly in both DEV and QA but not PROD.
    Thanks,
    Gareth.

  • URGENT printing roblems on PRODUCTIVE server

    I have printers problem.
    All in sp01 for all printers is in "waiting"(frontend unavailable)-this could be from jobs end sent to "locl"
    or
    (this is tested by me personally)"error"(Incorrect (SAPLPD reported error))when a simple printout of printers in "SPAD" is sent to a "named printer".
    However when I test(check function in SPAD) this device with "error" I get no problem
    Basically no printouts on production. What to do ?
    This stands in log for mentioned simple printout:
          SAP spool error log
          =====================
    Print request processing log
    The host spool is reporting errors
    SAPLPD has reported problems:
    Most important attributes of spool request
    Request number 8701
    Request name LIST1S JOHN SAPMSPAD_TIN
    Client 700
    Owner TINA
    Request attributes
    Time created   2007111505541500
    Remaining life  +00007235850
    Dispo 1 (Go/Hold) G
    Dispo 2 (Keep/Delete)     K
    Dispo 3 (Indirect/Direct) D
    Default output device JOHN
    Default no. copies  1
    Format X_65_255
    Main print request characteristics
    Spool request number 8701
    Print request number 1
    Print request attributes
    Time created   2007111505541500
    Output device JOHN
    Format X_65_255
    Character converter active when first problem occurred
    No information available

    Hi Tina,
    Can you post the system log corresponding to these errors.
    Regards,
    Siddhesh

  • Server Crashes during GC/very high request rate?

    We have lately seen our production server crash with the same error code (47433441534B3448524541440E435050002F). We are not sure exactly what this error means excepting that we see a high load on the server (~ 30 Http requests). I don't think this is a huge number at all. Has anyone seen this before? any help is appreciated.
    ----------- Message form the error file that gets generated ----
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # Internal Error (47433441534B3448524541440E435050002F), pid=15101, tid=1076185
    440
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (1.5.0_12-b04 mixed mode)
    --------------- T H R E A D ---------------
    Current thread (0x0000000040133f90): GCTaskThread [id=15102]
    Stack: [0x0000000040154000,0x0000000040255000), sp=0x0000000040253c80, free sp
    ace=1023k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V [libjvm.so+0x661201]
    V [libjvm.so+0x2e0856]
    V [libjvm.so+0x31b9e9]
    V [libjvm.so+0x56a235]
    C [libpthread.so.0+0x6137]
    C 0x0000000000000000
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x0000002ae6571100 JavaThread "Timer-29" daemon [_thread_blocked, id=15351]
    0x0000002ae7af64e0 JavaThread "Timer-30" daemon [_thread_blocked, id=15350]
    0x0000002ae7af6230 JavaThread "Timer-28" daemon [_thread_blocked, id=15349]
    0x0000002af3d4a9b0 JavaThread "com.mchange.v2.async.ThreadPoolAsynchronousRunn
    er$PoolThread-#2" daemon [_thread_blocked, id=15348]
    0x0000002af31610a0 JavaThread "com.mchange.v2.async.ThreadPoolAsynchronousRunn
    er$PoolThread-#1" daemon [_thread_blocked, id=15347]
    0x0000002af850f5f0 JavaThread "com.mchange.v2.async.ThreadPoolAsynchronousRunn
    er$PoolThread-#0" daemon [_thread_blocked, id=15346]
    0x0000002aea9b0ca0 JavaThread "Timer-27" daemon [_thread_blocked, id=15345]
    0x0000002aea72e0d0 JavaThread "pool-3-thread-10" [_thread_blocked, id=15343]
    0x0000002af8816a20 JavaThread "pool-3-thread-9" [_thread_blocked, id=15342]
    0x0000002af8816770 JavaThread "pool-2-thread-5" [_thread_blocked, id=15341]
    0x0000002aea1deb60 JavaThread "Timer-26" daemon [_thread_blocked, id=15330]
    0x0000002ae6dc3bd0 JavaThread "http-80-Processor125" daemon [_thread_blocked,
    id=15329]
    ....

    # An unexpected error has been detected by HotSpot Virtual Machine:
    # Internal Error (47433441534B3448524541440E435050002F), pid=15101, tid=1076185440
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (1.5.0_12-b04 mixed mode)
    --------------- T H R E A D ---------------
    Current thread (0x0000000040133f90): GCTaskThread [id=15102]
    Stack: [0x0000000040154000,0x0000000040255000), sp=0x0000000040253c80, free space=1023k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V [libjvm.so+0x661201]
    V [libjvm.so+0x2e0856]
    V [libjvm.so+0x31b9e9]
    V [libjvm.so+0x56a235]
    C [libpthread.so.0+0x6137]
    C 0x0000000000000000
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x0000002ae6571100 JavaThread "Timer-29" daemon [_thread_blocked, id=15351]
    0x0000002ae7af64e0 JavaThread "Timer-30" daemon [_thread_blocked, id=15350]
    0x0000002ae7af6230 JavaThread "Timer-28" daemon [_thread_blocked, id=15349]
    0x0000002af3d4a9b0 JavaThread "com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#2" daemon [_thread_blocked, id=15348]
    0x0000002af31610a0 JavaThread "com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#1" daemon [_thread_blocked, id=15347]
    0x0000002af850f5f0 JavaThread "com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#0" daemon [_thread_blocked, id=15346]
    0x0000002aea9b0ca0 JavaThread "Timer-27" daemon [_thread_blocked, id=15345]
    0x0000002aea72e0d0 JavaThread "pool-3-thread-10" [_thread_blocked, id=15343]
    0x0000002af8816a20 JavaThread "pool-3-thread-9" [_thread_blocked, id=15342]
    0x0000002af8816770 JavaThread "pool-2-thread-5" [_thread_blocked, id=15341]
    0x0000002aea1deb60 JavaThread "Timer-26" daemon [_thread_blocked, id=15330]
    0x0000002ae6dc3bd0 JavaThread "http-80-Processor125" daemon [_thread_blocked, id=15329]
    0x0000002ae6dc2a70 JavaThread "http-80-Processor124" daemon [_thread_in_native, id=15328]
    0x0000002ae6dc1910 JavaThread "http-80-Processor123" daemon [_thread_blocked, id=15327]
    0x0000002ae6dc07b0 JavaThread "http-80-Processor122" daemon [_thread_blocked, id=15326]
    0x0000002ae6dbf650 JavaThread "http-80-Processor121" daemon [_thread_blocked, id=15325]
    0x0000002ae6dbe4f0 JavaThread "http-80-Processor120" daemon [_thread_blocked, id=15324]
    0x0000002ae6dbd390 JavaThread "http-80-Processor119" daemon [_thread_blocked, id=15323]
    0x0000002ae5ff7f20 JavaThread "http-80-Processor118" daemon [_thread_blocked, id=15322]
    0x0000002ae5ff6dc0 JavaThread "http-80-Processor117" daemon [_thread_blocked, id=15320]
    0x0000002ae5ff5c60 JavaThread "http-80-Processor116" daemon [_thread_blocked, id=15319]
    0x0000002ae5ff4b00 JavaThread "http-80-Processor115" daemon [_thread_blocked, id=15318]
    0x0000002ae5ff39a0 JavaThread "http-80-Processor114" daemon [_thread_blocked, id=15317]
    0x0000002ae5ff2840 JavaThread "http-80-Processor113" daemon [_thread_blocked, id=15316]
    0x0000002ae5ff16e0 JavaThread "http-80-Processor112" daemon [_thread_blocked, id=15315]
    0x0000002ae66786e0 JavaThread "http-80-Processor111" daemon [_thread_blocked, id=15314]
    0x0000002ae6677580 JavaThread "http-80-Processor110" daemon [_thread_blocked, id=15313]
    0x0000002ae6676420 JavaThread "http-80-Processor109" daemon [_thread_blocked, id=15312]
    0x0000002ae66752c0 JavaThread "http-80-Processor108" daemon [_thread_blocked, id=15311]
    0x0000002ae6ba6610 JavaThread "http-80-Processor107" daemon [_thread_blocked, id=15310]
    0x0000002ae6de12d0 JavaThread "http-80-Processor106" daemon [_thread_blocked, id=15309]
    0x0000002ae6de0200 JavaThread "http-80-Processor105" daemon [_thread_blocked, id=15308]
    0x0000002ae68c6d10 JavaThread "http-80-Processor104" daemon [_thread_blocked, id=15307]
    0x0000002ae67492e0 JavaThread "http-80-Processor103" daemon [_thread_blocked, id=15306]
    0x0000002ae6ddfdc0 JavaThread "http-80-Processor102" daemon [_thread_blocked, id=15305]
    0x0000002ae6db3cb0 JavaThread "http-80-Processor101" daemon [_thread_blocked, id=15304]
    0x0000002ae68c1c30 JavaThread "http-80-Processor100" daemon [_thread_blocked, id=15303]
    0x0000002ae68c0ad0 JavaThread "http-80-Processor99" daemon [_thread_blocked, id=15302]
    0x0000002aeb04f9a0 JavaThread "http-80-Processor98" daemon [_thread_blocked, id=15301]
    0x0000002aeb04e840 JavaThread "http-80-Processor97" daemon [_thread_in_native, id=15300]
    0x0000002aeb04d6e0 JavaThread "http-80-Processor96" daemon [_thread_in_native, id=15299]
    0x0000002aeb04c580 JavaThread "http-80-Processor95" daemon [_thread_blocked, id=15298]
    0x0000002aeb04b420 JavaThread "http-80-Processor94" daemon [_thread_blocked, id=15297]
    0x0000002aeb04a2c0 JavaThread "http-80-Processor93" daemon [_thread_in_native, id=15296]
    0x0000002aeb049160 JavaThread "http-80-Processor92" daemon [_thread_in_native, id=15295]
    0x0000002aeb048060 JavaThread "http-80-Processor91" daemon [_thread_in_native, id=15294]
    0x0000002ae6df19e0 JavaThread "http-80-Processor90" daemon [_thread_in_native, id=15293]
    0x0000002ae6df0880 JavaThread "http-80-Processor89" daemon [_thread_in_native, id=15292]
    0x0000002ae6def720 JavaThread "http-80-Processor88" daemon [_thread_in_native, id=15291]
    0x0000002ae6dee5c0 JavaThread "http-80-Processor87" daemon [_thread_blocked, id=15290]
    0x0000002ae6ded460 JavaThread "http-80-Processor86" daemon [_thread_blocked, id=15289]
    0x0000002aeffd91b0 JavaThread "http-80-Processor85" daemon [_thread_in_native, id=15288]
    0x0000002aeffd8050 JavaThread "http-80-Processor84" daemon [_thread_in_native, id=15287]
    0x0000002aee883f60 JavaThread "http-80-Processor83" daemon [_thread_in_native, id=15286]
    0x0000002aee882e60 JavaThread "http-80-Processor82" daemon [_thread_blocked, id=15285]
    0x0000002ae6763fd0 JavaThread "http-80-Processor81" daemon [_thread_blocked, id=15284]
    0x0000002ae77e8ff0 JavaThread "http-80-Processor80" daemon [_thread_in_native, id=15283]
    0x0000002ae77e8670 JavaThread "http-80-Processor79" daemon [_thread_blocked, id=15282]
    0x0000002ae7863cf0 JavaThread "http-80-Processor78" daemon [_thread_in_native, id=15281]
    0x0000002ae7863410 JavaThread "http-80-Processor77" daemon [_thread_in_native, id=15280]
    0x0000002ae5f73dc0 JavaThread "http-80-Processor76" daemon [_thread_in_native, id=15279]
    0x0000002ae8c61560 JavaThread "pool-3-thread-8" [_thread_blocked, id=15277]
    0x0000002ae72d0880 JavaThread "pool-3-thread-7" [_thread_blocked, id=15276]
    0x0000002ae72cfdc0 JavaThread "pool-2-thread-4" [_thread_blocked, id=15275]
    0x0000002ae5e08460 JavaThread "pool-1-thread-5" [_thread_blocked, id=15274]
    0x0000002ae7a1f590 JavaThread "pool-3-thread-6" [_thread_blocked, id=15272]
    0x0000002ae8706760 JavaThread "pool-3-thread-5" [_thread_blocked, id=15271]
    0x0000002aee586ac0 JavaThread "pool-2-thread-3" [_thread_blocked, id=15270]
    0x0000002aea9ac4e0 JavaThread "pool-1-thread-4" [_thread_blocked, id=15269]
    0x0000002ae71e8af0 JavaThread "http-80-Processor75" daemon [_thread_in_native, id=15267]
    0x0000002ae71e76d0 JavaThread "http-80-Processor74" daemon [_thread_blocked, id=15266]
    0x0000002ae71e62b0 JavaThread "http-80-Processor73" daemon [_thread_in_native, id=15265]
    0x0000002ae71e4e90 JavaThread "http-80-Processor72" daemon [_thread_in_native, id=15264]
    0x0000002ae8c72a10 JavaThread "http-80-Processor71" daemon [_thread_in_native, id=15263]
    0x0000002ae8c71300 JavaThread "http-80-Processor70" daemon [_thread_blocked, id=15262]
    0x0000002ae8c701d0 JavaThread "http-80-Processor69" daemon [_thread_blocked, id=15261]
    0x0000002ae8c6edb0 JavaThread "http-80-Processor68" daemon [_thread_blocked, id=15260]
    0x0000002ae8c6d990 JavaThread "http-80-Processor67" daemon [_thread_in_native, id=15259]
    0x0000002ae8c6c570 JavaThread "http-80-Processor66" daemon [_thread_in_native, id=15258]
    0x0000002aee5e7dd0 JavaThread "http-80-Processor65" daemon [_thread_in_native, id=15257]
    0x0000002aee5e69b0 JavaThread "http-80-Processor64" daemon [_thread_blocked, id=15256]
    0x0000002aee5e5590 JavaThread "http-80-Processor63" daemon [_thread_blocked, id=15255]
    0x0000002aee5e4170 JavaThread "http-80-Processor62" daemon [_thread_in_native, id=15254]
    0x0000002aee5e2d50 JavaThread "http-80-Processor61" daemon [_thread_in_native, id=15253]
    0x0000002ae91fd720 JavaThread "http-80-Processor60" daemon [_thread_in_native, id=15252]
    0x0000002ae91fc300 JavaThread "http-80-Processor59" daemon [_thread_blocked, id=15251]
    0x0000002ae714eb40 JavaThread "http-80-Processor58" daemon [_thread_in_native, id=15250]
    0x0000002ae7e7e6f0 JavaThread "http-80-Processor57" daemon [_thread_in_native, id=15249]
    0x0000002ae7e7d2d0 JavaThread "http-80-Processor56" daemon [_thread_blocked, id=15248]
    0x0000002ae7a7ab90 JavaThread "http-80-Processor55" daemon [_thread_in_native, id=15247]
    0x0000002ae7e82610 JavaThread "http-80-Processor54" daemon [_thread_blocked, id=15246]
    0x0000002ae649c060 JavaThread "http-80-Processor53" daemon [_thread_blocked, id=15245]
    0x0000002ae8cc03b0 JavaThread "http-80-Processor52" daemon [_thread_in_native, id=15244]
    0x0000002aeba3eb80 JavaThread "http-80-Processor51" daemon [_thread_blocked, id=15243]
    0x0000002ae5d803c0 JavaThread "Timer-25" daemon [_thread_blocked, id=15242]
    0x0000002ae8ce4e90 JavaThread "Timer-24" daemon [_thread_blocked, id=15240]
    0x0000002af38ffb10 JavaThread "pool-3-thread-4" [_thread_blocked, id=15239]
    0x0000002ae846c280 JavaThread "pool-3-thread-3" [_thread_blocked, id=15238]
    0x0000002af39bb980 JavaThread "pool-3-thread-2" [_thread_blocked, id=15235]
    0x0000002ae846ca20 JavaThread "Timer-22" daemon [_thread_blocked, id=15234]
    0x0000002af311f610 JavaThread "pool-2-thread-2" [_thread_blocked, id=15233]
    0x0000002af3134e90 JavaThread "pool-3-thread-1" [_thread_blocked, id=15232]
    0x0000002ae846d170 JavaThread "pool-2-thread-1" [_thread_blocked, id=15231]
    0x0000002af319a5b0 JavaThread "pool-1-thread-3" [_thread_blocked, id=15228]
    0x0000002af3994c50 JavaThread "pool-1-thread-2" [_thread_blocked, id=15227]
    0x0000002af31b62e0 JavaThread "pool-1-thread-1" [_thread_blocked, id=15226]
    0x0000002ae7ffa580 JavaThread "http-80-Processor50" daemon [_thread_blocked, id=15221]
    0x0000002af3218260 JavaThread "http-80-Processor49" daemon [_thread_blocked, id=15220]
    0x0000002af32c9310 JavaThread "http-80-Processor48" daemon [_thread_blocked, id=15219]
    0x0000002af3832900 JavaThread "http-80-Processor47" daemon [_thread_blocked, id=15218]
    0x0000002ae7a89040 JavaThread "http-80-Processor46" daemon [_thread_blocked, id=15217]
    0x0000002aeaa35990 JavaThread "http-80-Processor45" daemon [_thread_blocked, id=15216]
    0x0000002aeaa34570 JavaThread "http-80-Processor44" daemon [_thread_blocked, id=15215]
    0x0000002aeaa33200 JavaThread "http-80-Processor43" daemon [_thread_in_native, id=15214]
    0x0000002aea1e51f0 JavaThread "http-80-Processor42" daemon [_thread_blocked, id=15213]
    0x0000002aea1e3dd0 JavaThread "http-80-Processor41" daemon [_thread_blocked, id=15212]
    0x0000002aea1e29b0 JavaThread "http-80-Processor40" daemon [_thread_blocked, id=15211]
    0x0000002aea1e1630 JavaThread "http-80-Processor39" daemon [_thread_blocked, id=15210]
    0x0000002ae91ac8b0 JavaThread "http-80-Processor38" daemon [_thread_blocked, id=15209]
    0x0000002ae91aaaf0 JavaThread "http-80-Processor37" daemon [_thread_blocked, id=15208]
    0x0000002ae91ab0b0 JavaThread "http-80-Processor36" daemon [_thread_in_native, id=15207]
    0x0000002ae8cea2f0 JavaThread "http-80-Processor35" daemon [_thread_blocked, id=15206]
    0x0000000040132560 JavaThread "http-80-Processor34" daemon [_thread_in_native, id=15205]
    0x0000000040131400 JavaThread "http-80-Processor33" daemon [_thread_blocked, id=15204]
    0x0000002ae8cea6b0 JavaThread "http-80-Processor32" daemon [_thread_in_native, id=15203]
    0x0000002ae8ceaf40 JavaThread "http-80-Processor31" daemon [_thread_in_native, id=15202]
    0x0000002ae8ce8d80 JavaThread "http-80-Processor30" daemon [_thread_in_native, id=15201]
    0x0000002ae8ce7960 JavaThread "TP-Monitor" daemon [_thread_blocked, id=15200]
    0x0000002ae8ce6540 JavaThread "http-80-Processor29" daemon [_thread_in_native, id=15199]
    0x0000002ae96241e0 JavaThread "TP-Processor4" daemon [_thread_in_native, id=15198]
    0x0000002ae7edda40 JavaThread "http-80-Processor28" daemon [_thread_blocked, id=15197]
    0x0000002ae67d5ab0 JavaThread "TP-Processor3" daemon [_thread_blocked, id=15196]
    0x0000002ae7edc360 JavaThread "http-80-Processor27" daemon [_thread_in_native, id=15195]
    0x0000002ae67d4b40 JavaThread "TP-Processor2" daemon [_thread_blocked, id=15194]
    0x0000002ae7ed9060 JavaThread "http-80-Processor26" daemon [_thread_in_native, id=15193]
    0x0000002ae67d41b0 JavaThread "TP-Processor1" daemon [_thread_blocked, id=15192]
    0x0000002ae793ee50 JavaThread "http-80-Monitor" [_thread_blocked, id=15191]
    0x0000002ae793de20 JavaThread "http-80-Processor25" daemon [_thread_blocked, id=15190]
    0x0000002ae8e76c80 JavaThread "http-80-Processor24" daemon [_thread_blocked, id=15189]
    0x0000002aefaf4ac0 JavaThread "http-80-Processor23" daemon [_thread_in_native, id=15188]
    0x0000002aefaf3960 JavaThread "http-80-Processor22" daemon [_thread_in_native, id=15187]
    0x0000002ae8eff2c0 JavaThread "http-80-Processor21" daemon [_thread_in_native, id=15186]
    0x0000002ae8efe160 JavaThread "http-80-Processor20" daemon [_thread_blocked, id=15185]
    0x0000002ae77976f0 JavaThread "http-80-Processor19" daemon [_thread_in_native, id=15184]
    0x0000002ae7796980 JavaThread "http-80-Processor18" daemon [_thread_in_native, id=15183]
    0x0000002aee697210 JavaThread "http-80-Processor17" daemon [_thread_in_native, id=15182]
    0x0000002aee6960b0 JavaThread "http-80-Processor16" daemon [_thread_in_native, id=15181]
    0x0000002ae6bf7f00 JavaThread "http-80-Processor15" daemon [_thread_blocked, id=15180]
    0x0000002ae6bf6e30 JavaThread "http-80-Processor14" daemon [_thread_in_native, id=15179]
    0x0000002ae7c45980 JavaThread "http-80-Processor13" daemon [_thread_blocked, id=15178]
    0x0000002ae2be4d40 JavaThread "http-80-Processor12" daemon [_thread_blocked, id=15177]
    0x0000002ae2be3be0 JavaThread "http-80-Processor11" daemon [_thread_in_native, id=15176]
    0x0000002aee832610 JavaThread "http-80-Processor10" daemon [_thread_blocked, id=15175]
    0x0000002ae78c5430 JavaThread "http-80-Processor9" daemon [_thread_in_native, id=15174]
    0x0000002ae78c42d0 JavaThread "http-80-Processor8" daemon [_thread_in_native, id=15173]
    0x0000002ae7f2ed10 JavaThread "http-80-Processor7" daemon [_thread_in_native, id=15172]
    0x0000002ae991f520 JavaThread "http-80-Processor6" daemon [_thread_in_native, id=15171]
    0x0000002ae78e5bf0 JavaThread "http-80-Processor5" daemon [_thread_in_native, id=15170]
    0x0000002ae78e4b60 JavaThread "http-80-Processor4" daemon [_thread_blocked, id=15169]
    0x0000002ae2b80230 JavaThread "http-80-Processor3" daemon [_thread_in_native, id=15168]
    0x0000002ae2b84130 JavaThread "http-80-Processor2" daemon [_thread_in_native, id=15167]
    0x0000002ae7c35790 JavaThread "http-80-Processor1" daemon [_thread_in_native, id=15166]
    0x0000002aefa26450 JavaThread "ContainerBackgroundProcessor[StandardEngine[Catalina]]" daemon [_thread_blocked, id=15165]
    0x0000002ae77fddf0 JavaThread "Timer-18" daemon [_thread_blocked, id=15164]
    0x0000002ae7afaf70 JavaThread "Timer-17" daemon [_thread_blocked, id=15160]
    0x0000002ae8451760 JavaThread "Thread-31" [_thread_blocked, id=15159]
    0x0000002ae847d5b0 JavaThread "com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#2" daemon [_thread_blocked, id=15156]
    0x0000002ae84d3170 JavaThread "com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#1" daemon [_thread_blocked, id=15155]
    0x0000002af4470650 JavaThread "com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#0" daemon [_thread_blocked, id=15154]
    0x0000002ae84d3860 JavaThread "Timer-15" daemon [_thread_blocked, id=15153]
    0x0000002ae8450f80 JavaThread "com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#2" daemon [_thread_blocked, id=15142]
    0x0000002af40fc9c0 JavaThread "com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#1" daemon [_thread_blocked, id=15141]
    0x0000002af40fd580 JavaThread "com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#0" daemon [_thread_blocked, id=15140]
    0x0000002ae85ae9e0 JavaThread "Timer-9" daemon [_thread_blocked, id=15139]
    0x0000002ae84fcb40 JavaThread "Timer-8" daemon [_thread_blocked, id=15138]
    0x0000002ae8436ab0 JavaThread "com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#2" daemon [_thread_blocked, id=15131]
    0x0000002ae843a6d0 JavaThread "com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#1" daemon [_thread_blocked, id=15130]
    0x0000002ae83fa4b0 JavaThread "com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#0" daemon [_thread_blocked, id=15129]
    0x0000002af4000d70 JavaThread "Timer-4" daemon [_thread_blocked, id=15128]
    0x0000002ae7c44b30 JavaThread "Timer-3" daemon [_thread_blocked, id=15125]
    0x0000002ae5f36c40 JavaThread "com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#2" daemon [_thread_blocked, id=15120]
    0x0000002ae5f37b50 JavaThread "com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#1" daemon [_thread_blocked, id=15119]
    0x0000002ae5f35fa0 JavaThread "com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#0" daemon [_thread_blocked, id=15118]
    0x0000002aee9f08a0 JavaThread "Timer-0" daemon [_thread_blocked, id=15117]
    0x0000002ae2b03af0 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=15113]
    0x0000002ae2b02000 JavaThread "CompilerThread1" daemon [_thread_blocked, id=15112]
    0x0000002ae2b00bd0 JavaThread "CompilerThread0" daemon [_thread_blocked, id=15111]
    0x0000002ae2ccd3e0 JavaThread "AdapterThread" daemon [_thread_blocked, id=15110]
    0x0000002ae2ccbfa0 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=15109]
    0x0000002ae2cba550 JavaThread "Finalizer" daemon [_thread_blocked, id=15108]
    0x0000002ae2cb7c60 JavaThread "Reference Handler" daemon [_thread_blocked, id=15107]
    0x0000000040116710 JavaThread "main" [_thread_in_native, id=15101]
    Other Threads:
    0x0000002ae2cb3770 VMThread [id=15106]
    0x0000002ae2b06560 WatcherThread [id=15114]
    VM state:at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
    [0x00000000401154c0/0x0000000040115510] Threads_lock - owner thread: 0x0000002ae2cb3770
    [0x0000000040115bb0/0x0000000040115be0] Heap_lock - owner thread: 0x0000002ae7c45980
    Heap
    PSYoungGen total 271296K, used 34078K [0x0000002ace300000, 0x0000002ae2700000, 0x0000002ae2700000)
    eden space 237184K, 0% used [0x0000002ace300000,0x0000002ace300000,0x0000002adcaa0000)
    from space 34112K, 99% used [0x0000002adcaa0000,0x0000002adebe7990,0x0000002adebf0000)
    to space 49344K, 0% used [0x0000002adf6d0000,0x0000002adf6d0000,0x0000002ae2700000)
    PSOldGen total 213440K, used 125011K [0x0000002aa5b00000, 0x0000002ab2b70000, 0x0000002ace300000)
    object space 213440K, 58% used [0x0000002aa5b00000,0x0000002aad514c30,0x0000002ab2b70000)
    PSPermGen total 153600K, used 94380K [0x0000002a9c500000, 0x0000002aa5b00000, 0x0000002aa5b00000)
    object space 153600K, 61% used [0x0000002a9c500000,0x0000002aa212b2a8,0x0000002aa5b00000)
    Dynamic libraries:
    40000000-4000e000 r-xp 00000000 fd:00 23184387 /usr/lib/jdk1.5.0_12/bin/java
    4010d000-40110000 rw-p 0000d000 fd:00 23184387 /usr/lib/jdk1.5.0_12/bin/java
    40110000-40154000 rwxp 40110000 00:00 0
    40154000-40155000 ---p 40154000 00:00 0
    40155000-40255000 rwxp 40155000 00:00 0
    40255000-40256000 ---p 40255000 00:00 0
    40256000-40356000 rwxp 40256000 00:00 0
    40356000-40357000 ---p 40356000 00:00 0
    40357000-40457000 rwxp 40357000 00:00 0
    40457000-40458000 ---p 40457000 00:00 0
    40458000-40558000 rwxp 40458000 00:00 0
    40558000-40559000 ---p 40558000 00:00 0
    40559000-40659000 rwxp 40559000 00:00 0
    40659000-4065c000 ---p 40659000 00:00 0
    4065c000-4075a000 rwxp 4065c000 00:00 0
    4075a000-4075d000 ---p 4075a000 00:00 0
    4075d000-4085b000 rwxp 4075d000 00:00 0
    4085b000-4085e000 ---p 4085b000 00:00 0
    4085e000-4095c000 rwxp 4085e000 00:00 0
    4095c000-4095f000 ---p 4095c000 00:00 0
    4095f000-40a5d000 rwxp 4095f000 00:00 0
    40a5d000-40a60000 ---p 40a5d000 00:00 0
    40a60000-40b5e000 rwxp 40a60000 00:00 0
    40b5e000-40b61000 ---p 40b5e000 00:00 0
    40b61000-40c5f000 rwxp 40b61000 00:00 0
    40c5f000-40c62000 ---p 40c5f000 00:00 0
    40c62000-40d60000 rwxp 40c62000 00:00 0
    40d60000-40d61000 ---p 40d60000 00:00 0
    40d61000-40e61000 rwxp 40d61000 00:00 0
    40e61000-40e64000 ---p 40e61000 00:00 0
    40e64000-40f62000 rwxp 40e64000 00:00 0
    40f62000-40f65000 ---p 40f62000 00:00 0
    40f65000-41063000 rwxp 40f65000 00:00 0
    41063000-41066000 ---p 41063000 00:00 0
    41066000-41164000 rwxp 41066000 00:00 0
    41164000-41167000 ---p 41164000 00:00 0
    41167000-41265000 rwxp 41167000 00:00 0
    41265000-41268000 ---p 41265000 00:00 0
    41268000-41366000 rwxp 41268000 00:00 0
    41366000-41369000 ---p 41366000 00:00 0
    41369000-41467000 rwxp 41369000 00:00 0
    41467000-4146a000 ---p 41467000 00:00 0
    4146a000-41568000 rwxp 4146a000 00:00 0
    41568000-4156b000 ---p 41568000 00:00 0
    4156b000-41669000 rwxp 4156b000 00:00 0
    41669000-4166c000 ---p 41669000 00:00 0
    4166c000-4176a000 rwxp 4166c000 00:00 0
    4176a000-4176d000 ---p 4176a000 00:00 0
    4176d000-4186b000 rwxp 4176d000 00:00 0
    4186b000-4186e000 ---p 4186b000 00:00 0
    4186e000-4196c000 rwxp 4186e000 00:00 0
    4196c000-4196f000 ---p 4196c000 00:00 0
    4196f000-41a6d000 rwxp 4196f000 00:00 0
    41a6d000-41a70000 ---p 41a6d000 00:00 0
    41a70000-41b6e000 rwxp 41a70000 00:00 0
    41b6e000-41b71000 ---p 41b6e000 00:00 0
    41b71000-41c6f000 rwxp 41b71000 00:00 0
    41c6f000-41c72000 ---p 41c6f000 00:00 0
    41c72000-41d70000 rwxp 41c72000 00:00 0
    41d70000-41d73000 ---p 41d70000 00:00 0
    41d73000-41e71000 rwxp 41d73000 00:00 0
    41e71000-41e74000 ---p 41e71000 00:00 0
    41e74000-41f72000 rwxp 41e74000 00:00 0
    41f72000-41f75000 ---p 41f72000 00:00 0
    41f75000-42073000 rwxp 41f75000 00:00 0
    42073000-42076000 ---p 42073000 00:00 0
    42076000-42174000 rwxp 42076000 00:00 0
    42174000-42177000 ---p 42174000 00:00 0
    42177000-42275000 rwxp 42177000 00:00 0
    42275000-42278000 ---p 42275000 00:00 0
    42278000-42376000 rwxp 42278000 00:00 0
    42376000-42379000 ---p 42376000 00:00 0
    42379000-42477000 rwxp 42379000 00:00 0
    42477000-4247a000 ---p 42477000 00:00 0
    4247a000-42578000 rwxp 4247a000 00:00 0
    42578000-4257b000 ---p 42578000 00:00 0
    4257b000-42679000 rwxp 4257b000 00:00 0
    42679000-4267c000 ---p 42679000 00:00 0
    4267c000-4277a000 rwxp 4267c000 00:00 0
    4277a000-4277d000 ---p 4277a000 00:00 0
    4277d000-4287b000 rwxp 4277d000 00:00 0
    4287b000-4287e000 ---p 4287b000 00:00 0
    4287e000-4297c000 rwxp 4287e000 00:00 0
    4297c000-4297f000 ---p 4297c000 00:00 0
    4297f000-42a7d000 rwxp 4297f000 00:00 0
    42a7d000-42a80000 ---p 42a7d000 00:00 0
    42a80000-42b7e000 rwxp 42a80000 00:00 0
    42b7e000-42b81000 ---p 42b7e000 00:00 0
    42b81000-42c7f000 rwxp 42b81000 00:00 0
    42c7f000-42c82000 ---p 42c7f000 00:00 0
    42c82000-42d80000 rwxp 42c82000 00:00 0
    42d80000-42d83000 ---p 42d80000 00:00 0
    42d83000-42e81000 rwxp 42d83000 00:00 0
    42e81000-42e84000 ---p 42e81000 00:00 0
    42e84000-42f82000 rwxp 42e84000 00:00 0
    42f82000-42f85000 ---p 42f82000 00:00 0
    42f85000-43083000 rwxp 42f85000 00:00 0
    43083000-43086000 ---p 43083000 00:00 0
    43086000-43184000 rwxp 43086000 00:00 0
    43184000-43187000 ---p 43184000 00:00 0
    43187000-43285000 rwxp 43187000 00:00 0
    43285000-43288000 ---p 43285000 00:00 0
    43288000-43386000 rwxp 43288000 00:00 0
    43386000-43389000 ---p 43386000 00:00 0
    43389000-43487000 rwxp 43389000 00:00 0
    43487000-4348a000 ---p 43487000 00:00 0
    4348a000-43588000 rwxp 4348a000 00:00 0
    43588000-4358b000 ---p 43588000 00:00 0
    4358b000-43689000 rwxp 4358b000 00:00 0
    43689000-4368c000 ---p 43689000 00:00 0
    4368c000-4378a000 rwxp 4368c000 00:00 0
    4378a000-4378d000 ---p 4378a000 00:00 0
    4378d000-4388b000 rwxp 4378d000 00:00 0
    4388b000-4388e000 ---p 4388b000 00:00 0
    4388e000-4398c000 rwxp 4388e000 00:00 0
    4398c000-4398f000 ---p 4398c000 00:00 0
    4398f000-43a8d000 rwxp 4398f000 00:00 0
    43a8d000-43a90000 ---p 43a8d000 00:00 0
    43a90000-43b8e000 rwxp 43a90000 00:00 0
    43b8e000-43b91000 ---p 43b8e000 00:00 0
    43b91000-43c8f000 rwxp 43b91000 00:00 0
    43c8f000-43c92000 ---p 43c8f000 00:00 0
    43c92000-43d90000 rwxp 43c92000 00:00 0
    43d90000-43d93000 ---p 43d90000 00:00 0
    43d93000-43e91000 rwxp 43d93000 00:00 0
    43e91000-43e94000 ---p 43e91000 00:00 0
    43e94000-43f92000 rwxp 43e94000 00:00 0
    43f92000-43f95000 ---p 43f92000 00:00 0
    43f95000-44093000 rwxp 43f95000 00:00 0
    44093000-44096000 ---p 44093000 00:00 0
    44096000-44194000 rwxp 44096000 00:00 0
    44194000-44197000 ---p 44194000 00:00 0
    44197000-44295000 rwxp 44197000 00:00 0
    44295000-44298000 ---p 44295000 00:00 0
    44298000-44396000 rwxp 44298000 00:00 0
    44396000-44399000 ---p 44396000 00:00 0
    44399000-44497000 rwxp 44399000 00:00 0
    44497000-4449a000 ---p 44497000 00:00 0
    4449a000-44598000 rwxp 4449a000 00:00 0
    44598000-4459b000 ---p 44598000 00:00 0
    4459b000-44699000 rwxp 4459b000 00:00 0
    44699000-4469c000 ---p 44699000 00:00 0
    4469c000-4479a000 rwxp 4469c000 00:00 0
    4479a000-4479d000 ---p 4479a000 00:00 0
    4479d000-4489b000 rwxp 4479d000 00:00 0
    4489b000-4489e000 ---p 4489b000 00:00 0
    4489e000-4499c000 rwxp 4489e000 00:00 0
    4499c000-4499f000 ---p 4499c000 00:00 0
    4499f000-44a9d000 rwxp 4499f000 00:00 0
    44a9d000-44aa0000 ---p 44a9d000 00:00 0
    44aa0000-44b9e000 rwxp 44aa0000 00:00 0
    44b9e000-44ba1000 ---p 44b9e000 00:00 0
    44ba1000-44c9f000 rwxp 44ba1000 00:00 0
    44c9f000-44ca2000 ---p 44c9f000 00:00 0
    44ca2000-44da0000 rwxp 44ca2000 00:00 0
    44da0000-44da3000 ---p 44da0000 00:00 0
    44da3000-44ea1000 rwxp 44da3000 00:00 0
    44ea1000-44ea4000 ---p 44ea1000 00:00 0
    44ea4000-44fa2000 rwxp 44ea4000 00:00 0
    44fa2000-44fa5000 ---p 44fa2000 00:00 0
    44fa5000-450a3000 rwxp 44fa5000 00:00 0
    450a3000-450a6000 ---p 450a3000 00:00 0
    450a6000-451a4000 rwxp 450a6000 00:00 0
    451a4000-451a7000 ---p 451a4000 00:00 0
    451a7000-452a5000 rwxp 451a7000 00:00 0
    452a5000-452a8000 ---p 452a5000 00:00 0
    452a8000-453a6000 rwxp 452a8000 00:00 0
    453a6000-453a9000 ---p 453a6000 00:00 0
    453a9000-454a7000 rwxp 453a9000 00:00 0
    454a7000-454aa000 ---p 454a7000 00:00 0
    454aa000-455a8000 rwxp 454aa000 00:00 0
    455a8000-455ab000 ---p 455a8000 00:00 0
    455ab000-456a9000 rwxp 455ab000 00:00 0
    456a9000-456ac000 ---p 456a9000 00:00 0
    456ac000-457aa000 rwxp 456ac000 00:00 0
    457aa000-457ad000 ---p 457aa000 00:00 0
    457ad000-458ab000 rwxp 457ad000 00:00 0
    458ab000-458ae000 ---p 458ab000 00:00 0
    458ae000-459ac000 rwxp 458ae000 00:00 0
    459ac000-459af000 ---p 459ac000 00:00 0
    459af000-45aad000 rwxp 459af000 00:00 0
    45aad000-45ab0000 ---p 45aad000 00:00 0
    45ab0000-45bae000 rwxp 45ab0000 00:00 0
    45bae000-45bb1000 ---p 45bae000 00:00 0
    45bb1000-45caf000 rwxp 45bb1000 00:00 0
    45caf000-45cb2000 ---p 45caf000 00:00 0
    45cb2000-45db0000 rwxp 45cb2000 00:00 0
    45db0000-45db3000 ---p 45db0000 00:00 0
    45db3000-45eb1000 rwxp 45db3000 00:00 0
    45eb1000-45eb4000 ---p 45eb1000 00:00 0
    45eb4000-45fb2000 rwxp 45eb4000 00:00 0
    45fb2000-45fb5000 ---p 45fb2000 00:00 0
    45fb5000-460b3000 rwxp 45fb5000 00:00 0
    460b3000-460b6000 ---p 460b3000 00:00 0
    460b6000-461b4000 rwxp 460b6000 00:00 0
    461b4000-461b7000 ---p 461b4000 00:00 0
    461b7000-462b5000 rwxp 461b7000 00:00 0
    462b5000-462b8000 ---p 462b5000 00:00 0
    462b8000-463b6000 rwxp 462b8000 00:00 0
    463b6000-463b9000 ---p 463b6000 00:00 0
    463b9000-464b7000 rwxp 463b9000 00:00 0
    464b7000-464ba000 ---p 464b7000 00:00 0
    464ba000-465b8000 rwxp 464ba000 00:00 0
    465b8000-465bb000 ---p 465b8000 00:00 0
    465bb000-466b9000 rwxp 465bb000 00:00 0
    466b9000-466bc000 ---p 466b9000 00:00 0
    466bc000-467ba000 rwxp 466bc000 00:00 0
    467ba000-467bd000 ---p 467ba000 00:00 0
    467bd000-468bb000 rwxp 467bd000 00:00 0
    468bb000-468be000 ---p 468bb000 00:00 0
    468be000-469bc000 rwxp 468be000 00:00 0
    469bc000-469bf000 ---p 469bc000 00:00 0
    469bf000-46abd000 rwxp 469bf000 00:00 0
    46abd000-46ac0000 ---p 46abd000 00:00 0
    46ac0000-46bbe000 rwxp 46ac0000 00:00 0
    46bbe000-46bc1000 ---p 46bbe000 00:00 0
    46bc1000-46cbf000 rwxp 46bc1000 00:00 0
    46cbf000-46cc2000 ---p 46cbf000 00:00 0
    46cc2000-46dc0000 rwxp 46cc2000 00:00 0
    46dc0000-46dc3000 ---p 46dc0000 00:00 0
    46dc3000-46ec1000 rwxp 46dc3000 00:00 0
    46ec1000-46ec4000 ---p 46ec1000 00:00 0
    46ec4000-46fc2000 rwxp 46ec4000 00:00 0
    46fc2000-46fc5000 ---p 46fc2000 00:00 0
    46fc5000-470c3000 rwxp 46fc5000 00:00 0
    470c3000-470c6000 ---p 470c3000 00:00 0
    470c6000-471c4000 rwxp 470c6000 00:00 0
    471c4000-471c7000 ---p 471c4000 00:00 0
    471c7000-472c5000 rwxp 471c7000 00:00 0
    472c5000-472c8000 ---p 472c5000 00:00 0
    472c8000-473c6000 rwxp 472c8000 00:00 0
    473c6000-473c9000 ---p 473c6000 00:00 0
    473c9000-474c7000 rwxp 473c9000 00:00 0
    474c7000-474ca000 ---p 474c7000 00:00 0
    474ca000-475c8000 rwxp 474ca000 00:00 0
    475c8000-475cb000 ---p 475c8000 00:00 0
    475cb000-476c9000 rwxp 475cb000 00:00 0
    476c9000-476cc000 ---p 476c9000 00:00 0
    476cc000-477ca000 rwxp 476cc000 00:00 0
    477ca000-477cd000 ---p 477ca000 00:00 0
    477cd000-478cb000 rwxp 477cd000 00:00 0
    478cb000-478ce000 ---p 478cb000 00:00 0
    478ce000-479cc000 rwxp 478ce000 00:00 0
    479cc000-479cf000 ---p 479cc000 00:00 0
    479cf000-47acd000 rwxp 479cf000 00:00 0
    47acd000-47ad0000 ---p 47acd000 00:00 0
    47ad0000-47bce000 rwxp 47ad0000 00:00 0
    47bce000-47bd1000 ---p 47bce000 00:00 0
    47bd1000-47ccf000 rwxp 47bd1000 00:00 0
    47ccf000-47cd2000 ---p 47ccf000 00:00 0
    47cd2000-47dd0000 rwxp 47cd2000 00:00 0
    47dd0000-47dd3000 ---p 47dd0000 00:00 0
    47dd3000-47ed1000 rwxp 47dd3000 00:00 0
    47ed1000-47ed4000 ---p 47ed1000 00:00 0
    47ed4000-47fd2000 rwxp 47ed4000 00:00 0
    47fd2000-47fd5000 ---p 47fd2000 00:00 0
    47fd5000-480d3000 rwxp 47fd5000 00:00 0
    480d3000-480

  • Urgent! DHCP service stop, server lose its IP...

    Hi all,
    I have a serious problem:
    My Macmini Server (late 2010) firstly suddened stop lease IPs event I restart Macmini, restart DHCP service... OK, I set clients (Mac, window) to use static IP, its work for a day and now the server even lose its IP. It is mean I can not ping to server, cannot have Internet, can not share file... just a nice, deadly box!
    At home I can still use SSH to connect to that server and when I use ipconfig:
    server-001:~ Xadmin$ ipconfig getifaddr en2
    get if addr en2 failed, (os/kern) failure
    server-001:~ Xadmin$ ipconfig getifaddr en0
    10.0.0.10
    server-001:~ Xadmin$ ipconfig getoption en0 2
    ipconfig_get_option failed, (os/kern) failure
    server-001:~ Xadmin$ ipconfig getoption en2 2
    ipconfig_get_option failed, (os/kern) failure
    server-001:~ Xadmin$ ipconfig getoption en2 3
    ipconfig_get_option failed, (os/kern) failure
    server-001:~ Xadmin$ ifconfig en2
    en2: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
              ether 10:9a:ad:41:c6:10
              media: autoselect (none)
              status: inactive
    server-001:~ vidagisadmin$ ifconfig en0
    en0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
              ether c4:1c:03:4a:eb:d4
              inet6 fe80::c12c:1ff:fe3a:ebd4%en0 prefixlen 64 scopeid 0x8
              inet 10.0.0.10 netmask 0xffffff00 broadcast 10.0.0.255
              media: autoselect (100baseTX <full-duplex>)
              status: active
    Do you have this before?
    How can I active the en2 network interface?
    Any clue is very appriciate and this is very URGENT!!!!!
    Thanks for your time!
    Please note that:
    - I use Macmini server as a gateway, and use an USBEthernet (en2) to sharering that internet connection.
    - hostname appear is OK when I check it through ssh
    Please help!!!

    Hi Esther, I use DHCP for server.
    Actually I found that we have problem with the network cable only! Anyway thanks!
    If this forum have a moderator I hope, please delete this discussion, thanks!

Maybe you are looking for

  • Exchange invitations in iCal

    I recently updated to Lion and somehting strange has happened with my email. I work in a company that has runs exchange server. I used to receive meeting invitations including details about meeting time as well as dial in information and PIN codes fo

  • Java heap error when using compc

    I have a large project, 100's of source files that I'm trying to compile into a swc. In Flash Builder 4 it works fine. When I try to do it in compc I get a Java heap space error. I've scoured google for help and haven't found anything useful. Does an

  • Trigger - After Report Not working.

    Hai, Below is the coding written on the after report trigger for inserting values in a table but it not working, even srw.message put and checked but not functioning at all... what might be the problem... Thanks in Advance... function AfterReport ret

  • How to retrieve TXT document attached to the document (CV03N)

    Hi, Can some one share their knowledge on how an attached document is retreived using CV03N->doc. data tab.I want to know the logic behind the attachment retrieval. Is ther a function module that pulls the file or any standard tables that conatin the

  • Using UC320W behind Netgear 4-port Wireless Gateway

    Need some help with a configuration involving a UC320W. UC320W is behind a Netgear wireless gateway. We are using the Netgear device as a DSL device to access the internet, the UC320W is being used as a Voice Gateway inside the building with two exte