ServletExec: Java VM exit code = 143

Is this simply an out of memory condition?
Wed Jun 07 10:04:32 2006] ServletExec: Java VM exit code = 143
[Wed Jun 07 10:04:32 2006] ServletExec: Java VM message: #
[Wed Jun 07 10:04:32 2006] ServletExec: Java VM message: # HotSpot Virtual Machine Error, Internal Error
[Wed Jun 07 10:04:32 2006] ServletExec: Java VM message: # Please report this error at
[Wed Jun 07 10:04:32 2006] ServletExec: Java VM message: # http://java.sun.com/cgi-bin/bugreport.cgi
[Wed Jun 07 10:04:32 2006] ServletExec: Java VM message: #
[Wed Jun 07 10:04:32 2006] ServletExec: Java VM message: # Java VM: Java HotSpot(TM) Server VM (1.4.2_04-b05 mixed mode)
[Wed Jun 07 10:04:32 2006] ServletExec: Java VM message: #
[Wed Jun 07 10:04:32 2006] ServletExec: Java VM message: # Error ID: 4A4156410E43505001E2
[Wed Jun 07 10:04:32 2006] ServletExec: Java VM message: #
[Wed Jun 07 10:04:32 2006] ServletExec: Java VM message: # Problematic Thread:
[Wed Jun 07 10:04:32 2006] ServletExec: Java VM message: prio=10 tid=0x0026ad68
[Wed Jun 07 10:04:32 2006] ServletExec: Java VM message: nid=0x9e4
[Wed Jun 07 10:04:32 2006] ServletExec: Java VM message: runnable
[Wed Jun 07 10:04:32 2006] ServletExec: Java VM message:
[Wed Jun 07 10:04:32 2006] ServletExec: Java VM message: #
[Wed Jun 07 10:04:32 2006] ServletExec: Java VM message:
[Wed Jun 07 10:04:32 2006] ServletExec: Java VM message: Heap at VM Abort:
[Wed Jun 07 10:04:32 2006] ServletExec: Java VM message:
[Wed Jun 07 10:04:32 2006] ServletExec: Java VM message: Heap
[Wed Jun 07 10:04:32 2006] ServletExec: Java VM message: def new generation
[Wed Jun 07 10:04:32 2006] ServletExec: Java VM message: total 576K, used 437K
[Wed Jun 07 10:04:32 2006] ServletExec: Java VM message: [0x10030000, 0x100d0000, 0x10740000)
[Wed Jun 07 10:04:32 2006] ServletExec: Java VM message: eden
[Wed Jun 07 10:04:32 2006] ServletExec: Java VM message: space 512K, 84% used
[Wed Jun 07 10:04:32 2006] ServletExec: Java VM message: [0x10030000, 0x1009c420, 0x100b0000)
[Wed Jun 07 10:04:32 2006] ServletExec: Java VM message: from
[Wed Jun 07 10:04:32 2006] ServletExec: Java VM message: space 64K, 7% used
[Wed Jun 07 10:04:32 2006] ServletExec: Java VM message: [0x100c0000, 0x100c12d0, 0x100d0000)
[Wed Jun 07 10:04:32 2006] ServletExec: Java VM message: to
[Wed Jun 07 10:04:32 2006] ServletExec: Java VM message: space 64K, 0% used
[Wed Jun 07 10:04:32 2006] ServletExec: Java VM message: [0x100b0000, 0x100b0000, 0x100c0000)
[Wed Jun 07 10:04:32 2006] ServletExec: Java VM message: tenured generation
[Wed Jun 07 10:04:32 2006] ServletExec: Java VM message: total 3456K, used 2877K

forum Nazi takes a little pity on newbie.
Of course exit code is platform-specific, and u did not specify, but assuming windows, it may mean:
The system cannot join or substitute a drive to or for a directory on the same drive.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wcesdk40/htm/cerefsystemerrors-alphabeticalorder.asp

Similar Messages

  • Java terminated exit code =1

    Hi all,
    I cannot start up my Netweaver Developer Studio (NWDS).
    I installed the NWDS Sp15 and have the jdk version 1.4.2_09 installed.
    I get the error message java terminated exit code =1
    -Xmx512m
    -Xms128m
    -XX:PermSize=32Mm
    -XX:MaxPermSize=192m
    I saw this error in some other forums. They were suggesting the following:
    - at least 1 GB available. I have 2GB RAM and 1GB is for my Virtual PC where I run the NWDS.
    - Right jdk version? I have 1.4.2_09
    - buildnum.txt file was missing, I included this in the eclipse directory with Build:200511250257
    What can I do more to solve this problem?
    Sandhya

    hi Sandhya,
       try to rename your workspace to some other name and restart the NWDS. i had similar problem and this one worked. there were some write access rights problem with me.
    just give it a try and see if it works.
    Regards
    ak.

  • Server Intelligence Agent: server ... stopped with exit code = 143 (0x8f)

    Every day I get these messages* in the system event log:
    (*=The messages are translated and might not exactly match the messages in English)
    [Node name: Misserver]
    [User name: SYSTEM]
    Server Intelligence Agent: server MISSERVER.MultiDimensionalAnalysisServicesServer has started.
    [Node name: Misserver]
    [User name: SYSTEM]
    Server Intelligence Agent: server MISSERVER.MultiDimensionalAnalysisServicesServer has stopped unexpectedly.
    [Node name: Misserver]
    [User name: SYSTEM]
    Server Intelligence Agent: ( MISSERVER.MultiDimensionalAnalysisServicesServer has stopped with exit code = 143 (0x8f).
    I get the same messages for the AdaptiveProcessingServer.
    Can anyone tell me
    what the value (143) of this exitcode indicates?
    How to resolve the problem?

    SAP Service Market place : [https://websmp107.sap-ag.de/]
    SAP Support Portal
    Tab Help & Support
    Number 1340061 (>>)-button

  • Exit code 143 from JVM

    Hello
    We have an application that is spawned by a windows batch file. We are using JDK 1.5 update 10 on Windows 64 bit AMD platform.
    While the program is running we see it abruptly exit with an exit code of 143. There are no exceptions - nothing at all.
    What could be the possible causes for this?
    Thanks
    -giriraj

    When I see this it's because the JVM received CTRL_SHUTDOWN_EVENT, and exits with code 143; Obviously I see this when the system is shutting down. See this page:
    [http://www.ibm.com/developerworks/java/library/i-signalhandling/]
    I assume different events, such as CTRL_LOGOFF_EVENT will also terminate the JVM with an exit code, which might also be 143. However, when I use the Task Manager to kill the Java process, I get an exit code of 1.

  • Exit code 143

    I have an app that crashes every so often. It returns the number 143, as if the app called System.exit(143); but the code for the app never does this, and may be done at the java classes level of the java binary level. Does anyone have any idea what 143 is?

    forum Nazi takes a little pity on newbie.
    Of course exit code is platform-specific, and u did not specify, but assuming windows, it may mean:
    The system cannot join or substitute a drive to or for a directory on the same drive.
    http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wcesdk40/htm/cerefsystemerrors-alphabeticalorder.asp

  • Exit code 2150 during startup

    Hi
    I just deployed spme sca files on 7.2 server. The deployment failed because server could not start. Now I could not start the server even from SAP MMC.
    Here is the log trace
    [Thr 4628] Thu Jul 08 14:11:14 2010
    F  [Thr 4628] *** LOG => State changed from 0 (Initial) to 1 (Waiting to start).
    F  [Thr 4628] *** LOG    state real time: 35.498 CPU time: 0.515 sys, 14.125 usr
    F  [Thr 4628] *** LOG    total real time: 35.498 CPU time: 0.515 sys, 14.125 usr
    F  [Thr 4628]
    F  [Thr 4628] *** LOG => State changed from 1 (Waiting to start) to 2 (Starting framework).
    F  [Thr 4628] *** LOG    state real time: 0.000 CPU time: 0.000 sys, 0.000 usr
    F  [Thr 4628] *** LOG    total real time: 35.498 CPU time: 0.515 sys, 14.125 usr
    F  [Thr 4628]

    J Thu Jul 08 14:11:17 2010
    J  36.904: [GC 36.905: [ParNew: 94269K->10703K(137472K), 0.0351075 secs] 94307K->10742K(203008K), 0.0352486 secs] [Times: user=0.03 sys=0.00, real=0.03 secs]

    J Thu Jul 08 14:11:18 2010
    J  38.118: [GC 38.118: [ParNew: 102351K->27209K(137472K), 0.0575850 secs] 102391K->27249K(203008K), 0.0577076 secs] [Times: user=0.09 sys=0.00, real=0.06 secs]

    J Thu Jul 08 14:11:19 2010
    J  Heap
    J   par new generation   reserved 183296K, committed 183296K, used 60102K [0x119c0000, 0x1ccc0000, 0x1ccc0000)
    J    eden space 91648K,  35% used [0x119c0000, 0x139df4c0, 0x17340000)
    J    from space 45824K,  59% used [0x1a000000, 0x1ba924f8, 0x1ccc0000)
    J    to   space 45824K,   0% used [0x17340000, 0x17340000, 0x1a000000)
    J   concurrent mark-sweep generation reserved 734208K, committed 65536K, used 39K [0x1ccc0000, 0x20cc0000, 0x499c0000)
    J   concurrent-mark-sweep perm gen reserved 409600K, committed 131072K, used 23142K [0x499c0000, 0x519c0000, 0x629c0000)

    F [Thr 3456] Thu Jul 08 14:11:19 2010
    F  [Thr 3456] *** LOG => SfCJavaVm: exit hook is called. (rc = 2150)

    F  ********************************************************************************
    F  *** ERROR => Java node 'server0' terminated with exit code 2150.
    F  ***
    F  *** Please see section 'Java program exit codes'
    F  *** in SAP Note 1316652 for additional information and trouble shooting advice.
    F  ********************************************************************************
    Is there anyway to start the server?
    Thanks
    Vidyadhar

    Hello Vidyadhar
    Are there any errors in std_server0.out log that can help troubleshoot the problem?
    Maybe a service not starting?
    Thanks
    Kenny

  • How to get exit code from C code when calling java method via JNI?

    Hi, All
    in my project, i need to call a java method from C code using JNI, yet I do
    not know how to
    retrieve the exit code of java program. the java code is like below
    public static void main(....)
    if(error){
    System.exit(-77);// the exit code is -77
    and the JNI c code may like below
    /* Invoke main method. */
        (*env)->CallStaticVoidMethod(env, mainClass, mainID, mainArgs);
    //here I want to retrieve the exit code from java to check if there is an
    error
    any suggestions? thanks

    Hi Liang Zhang,
    In your C code add:
    void (JNICALL y_exit)(jint code) {
    and when you are initialazing JVM options add:
    JavaVMOption options[...];
    options[...].optionString = "exit";
    options[...].extraInfo    = y_exit;
    See http://java.sun.com/j2se/1.3/docs/guide/jni/jni-12.html
    Best regards, Maksim Rashchynski.

  • Java node 'server0' terminated with exit code 2150 after JSPM patches

    Dear Experts,
    We want to install SAP Netweaver 7.3 EHP1.
    After applying patches SP11 from JSPM utility we tried to restart the SAP Java instances from SAP MMC.
    But it failed to start with error code :
    *** LOG => SfCJavaVm: exit hook is called. (rc = 2150)
    *** ERROR => Java node 'server0' terminated with exit code 2150.
    *** To resolve the issue, we restarted machine, Database services, SAP services but it still did not start.
    *** Let us know if you need any other trace file for debugging.
    Below is the log file:
    stdout log file:-
    stdout/stderr redirection
    node name   : server0
    host name   : INPUNEME01
    system name : ME2
    system nr.  : 00
    started at  : Thu Jul 17 00:10:29 2014
    JVMX version - Jun 22 2014 00:31:35 - 61_REL - optU - windows amd64 - 6 - bas2:220276 (mixed mode)
    (CompilerOracle read from file C:\usr\sap\ME2\J00\exe\sapjvm_6\jre\.hotspot_compiler)
    The active factory is : com.sap.engine.boot.loader.StandardClassLoaderFactory
    Class loading cache information loaded from package index [C:\usr\sap\ME2\J00\j2ee\cluster\bin\index.list]
    Reading manager properties from [kernelProperties.bin] file
       Checked the data for [16] ms
       Objects read for [109] ms
       Substituted the values for [94] ms
    Finished reading kernel objects for [203] ms
    Startup mode [NORMAL] and action [NONE] read
    AS Java version [7.31.3710.148365.20111012091351] is starting server process [ID3448650] on host [INPUNEME01.India.***.com] ...
    Loading [LogManager]... [109] ms
    Loading [PoolManager]... [0] ms
    Loading [ApplicationThreadManager]... 2.296: [GC2.296: [ParNew: 343552K->8912K(381696K), 0.0251348 secs] 343557K->8917K(2059008K), 0.0253589 secs] [Times: user=0.03 sys=0.03, real=0.02 secs]
    [125] ms
    Loading [ThreadManager]... [32] ms
    Loading [ClassLoaderManager]... [31] ms
    Loading [ClusterManager]... [485] ms
    Loading [LockingManager]... [63] ms
    Loading [ConfigurationManager]... [1624] ms
    Loading [CacheManager]... [141] ms
    Loading [DatabaseManager]... [547] ms
    Loading [SessionManager]... [515] ms
    Loading [LicensingManager]... [32] ms
    Loading [ServiceManager]...
    Initialize components for : 94 ms.
    Resolve components for : 31 ms.
    Load components for 969 ms.
    Loading services.
    Calculate startup service set for 266 ms.
      Service [tc~je~content~classification~handler] started. [16] ms / [0] CPU ms
      Service [tc~je~sca~ws.plugin] started. [16] ms / [0] CPU ms
      Service [engine.lm.log.facade] started. [62] ms / [0] CPU ms
      Service [engine.dsr.facade] started. [62] ms / [0] CPU ms
      Service [webservices] started. [62] ms / [0] CPU ms
      Service [tc~je~security~api] started. [62] ms / [0] CPU ms
      Service [tc~je~cross~api] started. [62] ms / [0] CPU ms
      Service [tc~je~mngt_model~srv] started. [62] ms / [0] CPU ms
      Service [r3startup] started. [62] ms / [0] CPU ms
      Service [security.destination.facade] started. [62] ms / [0] CPU ms
      Service [tc~esi~uddi~content~handler] started. [62] ms / [0] CPU ms
      Service [tc~je~sca~jco.plugin] started. [110] ms / [0] CPU ms
      Service [jmx_notification] started. [140] ms / [15] CPU ms
      Service [cluster] started. [125] ms / [0] CPU ms
      Service [runtimeinfo] started. [109] ms / [15] CPU ms
      Service [memory] started. [297] ms / [31] CPU ms
      Service [timeout] started. [297] ms / [15] CPU ms
      Service [userstore] started. [297] ms / [0] CPU ms
      Service [tc~sec~destinations~provider] started. [344] ms / [171] CPU ms
      Service [cross] start ================= ERROR =================
      CSN Component [BC-JAS-COR-RMT], DC Name [sap.com/cross]
    java.lang.NoSuchFieldError: ipaddress
    at com.sap.bc.proj.jstartup.fca.FCAProperties.init1(Native Method)
    at com.sap.bc.proj.jstartup.fca.FCAProperties.init(FCAProperties.java:54)
    at com.sap.engine.services.cross.fca.FCAConnectorImpl.<init>(FCAConnectorImpl.java:101)
    at com.sap.engine.services.cross.CrossFrame.start(CrossFrame.java:82)
    at com.sap.engine.core.service630.container.ServiceRunner.startFrame(ServiceRunner.java:165)
    at com.sap.engine.core.service630.container.ServiceRunner.startService(ServiceRunner.java:118)
    at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:65)
    at com.sap.engine.frame.core.thread.Task.run(Task.java:73)
    at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:178)
    at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:316)
    FATAL: Critical shutdown with exit code [2150] was requested due to [AS Java cannot be started; core service [cross] failed to start]
    Heap
    par new generation   reserved 419840K, committed 419840K, used 298078K [0x000000013fe70000, 0x0000000159870000, 0x0000000159870000)
      eden space 343552K,  84% used [0x000000013fe70000, 0x00000001518d3970, 0x0000000154df0000)
      from space 38144K,  23% used [0x0000000157330000, 0x0000000157be4038, 0x0000000159870000)
      to   space 38144K,   0% used [0x0000000154df0000, 0x0000000154df0000, 0x0000000157330000)
    concurrent mark-sweep generation reserved 1677312K, committed 1677312K, used 60K [0x0000000159870000, 0x00000001bfe70000, 0x00000001bfe70000)
    concurrent-mark-sweep perm gen reserved 1048576K, committed 1048576K, used 31907K [0x00000001bfe70000, 0x00000001ffe70000, 0x00000001ffe70000)
    stdout/stderr redirection
    node name   : server0
    host name   : INPUNEME01
    system name : ME2
    system nr.  : 00
    started at  : Thu Jul 17 00:10:46 2014
    JVMX version - Jun 22 2014 00:31:35 - 61_REL - optU - windows amd64 - 6 - bas2:220276 (mixed mode)
    (CompilerOracle read from file C:\usr\sap\ME2\J00\exe\sapjvm_6\jre\.hotspot_compiler)
    The active factory is : com.sap.engine.boot.loader.StandardClassLoaderFactory
    Class loading cache information loaded from package index [C:\usr\sap\ME2\J00\j2ee\cluster\bin\index.list]
    Reading manager properties from [kernelProperties.bin] file
       Checked the data for [16] ms
       Objects read for [188] ms
       Substituted the values for [78] ms
    Finished reading kernel objects for [266] ms
    Startup mode [NORMAL] and action [NONE] read
    AS Java version [7.31.3710.148365.20111012091351] is starting server process [ID3448650] on host [INPUNEME01.India.***.com] ...
    Loading [LogManager]... [109] ms
    Loading [PoolManager]... [0] ms
    Loading [ApplicationThreadManager]... 2.406: [GC2.406: [ParNew: 343552K->8913K(381696K), 0.0187920 secs] 343557K->8919K(2059008K), 0.0190498 secs] [Times: user=0.06 sys=0.00, real=0.02 secs]
    [141] ms
    Loading [ThreadManager]... [31] ms
    Loading [ClassLoaderManager]... [94] ms
    Loading [ClusterManager]... [454] ms
    Loading [LockingManager]... [47] ms
    Loading [ConfigurationManager]... [1578] ms
    Loading [CacheManager]... [78] ms
    Loading [DatabaseManager]... [344] ms
    Loading [SessionManager]... [296] ms
    Loading [LicensingManager]... [16] ms
    Loading [ServiceManager]...
    Initialize components for : 78 ms.
    Resolve components for : 16 ms.
    Load components for 703 ms.
    Loading services.
    Calculate startup service set for 172 ms.
      Service [webservices] started. [16] ms / [0] CPU ms
      Service [tc~esi~uddi~content~handler] started. [16] ms / [0] CPU ms
      Service [tc~je~content~classification~handler] started. [16] ms / [0] CPU ms
      Service [tc~je~sca~ws.plugin] started. [16] ms / [0] CPU ms
      Service [r3startup] started. [16] ms / [0] CPU ms
      Service [tc~je~cross~api] started. [31] ms / [0] CPU ms
      Service [tc~je~security~api] started. [47] ms / [0] CPU ms
      Service [engine.dsr.facade] started. [47] ms / [0] CPU ms
      Service [engine.lm.log.facade] started. [47] ms / [0] CPU ms
      Service [security.destination.facade] started. [47] ms / [0] CPU ms
      Service [tc~je~mngt_model~srv] started. [47] ms / [0] CPU ms
      Service [cluster] started. [62] ms / [15] CPU ms
      Service [tc~je~sca~jco.plugin] started. [62] ms / [0] CPU ms
      Service [jmx_notification] started. [46] ms / [0] CPU ms
      Service [runtimeinfo] started. [62] ms / [0] CPU ms
      Service [memory] started. [172] ms / [15] CPU ms
      Service [tc~sec~destinations~provider] started. [234] ms / [109] CPU ms
      Service [timeout] started. [266] ms / [31] CPU ms
      Service [log_configurator] started. [312] ms / [46] CPU ms
      Service [userstore] started. [312] ms / [31] CPU ms
      Service [cross] start ================= ERROR =================
      CSN Component [BC-JAS-COR-RMT], DC Name [sap.com/cross]
    java.lang.NoSuchFieldError: ipaddress
    at com.sap.bc.proj.jstartup.fca.FCAProperties.init1(Native Method)
    at com.sap.bc.proj.jstartup.fca.FCAProperties.init(FCAProperties.java:54)
    at com.sap.engine.services.cross.fca.FCAConnectorImpl.<init>(FCAConnectorImpl.java:101)
    at com.sap.engine.services.cross.CrossFrame.start(CrossFrame.java:82)
    at com.sap.engine.core.service630.container.ServiceRunner.startFrame(ServiceRunner.java:165)
    at com.sap.engine.core.service630.container.ServiceRunner.startService(ServiceRunner.java:118)
    at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:65)
    at com.sap.engine.frame.core.thread.Task.run(Task.java:73)
    at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:178)
    at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:316)
    FATAL: Critical shutdown with exit code [2150] was requested due to [AS Java cannot be started; core service [cross] failed to start]
    Heap
    par new generation   reserved 419840K, committed 419840K, used 298923K [0x000000013fe70000, 0x0000000159870000, 0x0000000159870000)
      eden space 343552K,  84% used [0x000000013fe70000, 0x00000001519a6a18, 0x0000000154df0000)
      from space 38144K,  23% used [0x0000000157330000, 0x0000000157be45b8, 0x0000000159870000)
      to   space 38144K,   0% used [0x0000000154df0000, 0x0000000154df0000, 0x0000000157330000)
    concurrent mark-sweep generation reserved 1677312K, committed 1677312K, used 60K [0x0000000159870000, 0x00000001bfe70000, 0x00000001bfe70000)
    concurrent-mark-sweep perm gen reserved 1048576K, committed 1048576K, used 31359K [0x00000001bfe70000, 0x00000001ffe70000, 0x00000001ffe70000)
      Service [locking] started. [47] ms / [0] CPU ms
    stdout/stderr redirection
    node name   : server0
    host name   : INPUNEME01
    system name : ME2
    system nr.  : 00
    started at  : Thu Jul 17 00:11:02 2014
    JVMX version - Jun 22 2014 00:31:35 - 61_REL - optU - windows amd64 - 6 - bas2:220276 (mixed mode)
    (CompilerOracle read from file C:\usr\sap\ME2\J00\exe\sapjvm_6\jre\.hotspot_compiler)
    The active factory is : com.sap.engine.boot.loader.StandardClassLoaderFactory
    Class loading cache information loaded from package index [C:\usr\sap\ME2\J00\j2ee\cluster\bin\index.list]
    Reading manager properties from [kernelProperties.bin] file
       Checked the data for [16] ms
       Objects read for [110] ms
       Substituted the values for [93] ms
    Finished reading kernel objects for [203] ms
    Startup mode [NORMAL] and action [NONE] read
    AS Java version [7.31.3710.148365.20111012091351] is starting server process [ID3448650] on host [INPUNEME01.India.***.com] ...
    Loading [LogManager]... [109] ms
    Loading [PoolManager]... [0] ms
    Loading [ApplicationThreadManager]... 2.297: [GC2.297: [ParNew: 343552K->9136K(381696K), 0.0230809 secs] 343557K->9142K(2059008K), 0.0233963 secs] [Times: user=0.06 sys=0.00, real=0.02 secs]
    [125] ms
    Loading [ThreadManager]... [31] ms
    Loading [ClassLoaderManager]... [16] ms
    Loading [ClusterManager]... [501] ms
    Loading [LockingManager]... [62] ms
    Loading [ConfigurationManager]... [1500] ms
    Loading [CacheManager]... [125] ms
    Loading [DatabaseManager]... [453] ms
    Loading [SessionManager]... [406] ms
    Loading [LicensingManager]... [32] ms
    Loading [ServiceManager]...
    Initialize components for : 110 ms.
    Resolve components for : 32 ms.
    Load components for 953 ms.
    Loading services.
    Calculate startup service set for 265 ms.
      Service [tc~je~security~api] started. [16] ms / [0] CPU ms
      Service [webservices] started. [16] ms / [15] CPU ms
      Service [engine.lm.log.facade] started. [0] ms / [0] CPU ms
      Service [tc~je~sca~ws.plugin] started. [0] ms / [0] CPU ms
      Service [engine.dsr.facade] started. [0] ms / [0] CPU ms
      Service [r3startup] started. [0] ms / [0] CPU ms
      Service [tc~je~cross~api] started. [0] ms / [0] CPU ms
      Service [security.destination.facade] started. [32] ms / [0] CPU ms
      Service [tc~esi~uddi~content~handler] started. [32] ms / [0] CPU ms
      Service [tc~je~content~classification~handler] started. [32] ms / [0] CPU ms
      Service [tc~je~mngt_model~srv] started. [32] ms / [0] CPU ms
      Service [tc~je~sca~jco.plugin] started. [47] ms / [15] CPU ms
      Service [jmx_notification] started. [125] ms / [31] CPU ms
      Service [runtimeinfo] started. [109] ms / [15] CPU ms
      Service [cluster] started. [109] ms / [0] CPU ms
      Service [userstore] started. [156] ms / [15] CPU ms
      Service [cross] start ================= ERROR =================
      CSN Component [BC-JAS-COR-RMT], DC Name [sap.com/cross]
    java.lang.NoSuchFieldError: ipaddress
    at com.sap.bc.proj.jstartup.fca.FCAProperties.init1(Native Method)
    at com.sap.bc.proj.jstartup.fca.FCAProperties.init(FCAProperties.java:54)
    at com.sap.engine.services.cross.fca.FCAConnectorImpl.<init>(FCAConnectorImpl.java:101)
    at com.sap.engine.services.cross.CrossFrame.start(CrossFrame.java:82)
    at com.sap.engine.core.service630.container.ServiceRunner.startFrame(ServiceRunner.java:165)
    at com.sap.engine.core.service630.container.ServiceRunner.startService(ServiceRunner.java:118)
    at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:65)
    at com.sap.engine.frame.core.thread.Task.run(Task.java:73)
    at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:178)
    at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:316)
      Service [timeout] started. [235] ms / [31] CPU ms
    FATAL: Critical shutdown with exit code [2150] was requested due to [AS Java cannot be started; core service [cross] failed to start]
    Heap
    par new generation   reserved 419840K, committed 419840K, used 275035K [0x000000013fe70000, 0x0000000159870000, 0x0000000159870000)
      eden space 343552K,  77% used [0x000000013fe70000, 0x000000015021acd0, 0x0000000154df0000)
      from space 38144K,  23% used [0x0000000157330000, 0x0000000157c1c238, 0x0000000159870000)
      to   space 38144K,   0% used [0x0000000154df0000, 0x0000000154df0000, 0x0000000157330000)
    concurrent mark-sweep generation reserved 1677312K, committed 1677312K, used 59K [0x0000000159870000, 0x00000001bfe70000, 0x00000001bfe70000)
    concurrent-mark-sweep perm gen reserved 1048576K, committed 1048576K, used 29998K [0x00000001bfe70000, 0x00000001ffe70000, 0x00000001ffe70000)
      Service [memory] started. [312] ms / [46] CPU ms
    stdout/stderr redirection
    node name   : server0
    host name   : INPUNEME01
    system name : ME2
    system nr.  : 00
    started at  : Thu Jul 17 00:11:18 2014
    JVMX version - Jun 22 2014 00:31:35 - 61_REL - optU - windows amd64 - 6 - bas2:220276 (mixed mode)
    (CompilerOracle read from file C:\usr\sap\ME2\J00\exe\sapjvm_6\jre\.hotspot_compiler)
    The active factory is : com.sap.engine.boot.loader.StandardClassLoaderFactory
    Class loading cache information loaded from package index [C:\usr\sap\ME2\J00\j2ee\cluster\bin\index.list]
    Reading manager properties from [kernelProperties.bin] file
       Checked the data for [15] ms
       Objects read for [109] ms
       Substituted the values for [94] ms
    Finished reading kernel objects for [203] ms
    Startup mode [NORMAL] and action [NONE] read
    AS Java version [7.31.3710.148365.20111012091351] is starting server process [ID3448650] on host [INPUNEME01.India.***.com] ...
    Loading [LogManager]... [94] ms
    Loading [PoolManager]... [16] ms
    Loading [ApplicationThreadManager]... 2.267: [GC2.268: [ParNew: 343552K->9051K(381696K), 0.0218818 secs] 343557K->9057K(2059008K), 0.0221899 secs] [Times: user=0.06 sys=0.00, real=0.02 secs]
    [156] ms
    Loading [ThreadManager]... [31] ms
    Loading [ClassLoaderManager]... [16] ms
    Loading [ClusterManager]... [485] ms
    Loading [LockingManager]... [62] ms
    Loading [ConfigurationManager]... [1297] ms
    Loading [CacheManager]... [141] ms
    Loading [DatabaseManager]... [437] ms
    Loading [SessionManager]... [406] ms
    Loading [LicensingManager]... [16] ms
    Loading [ServiceManager]...
    Initialize components for : 110 ms.
    Resolve components for : 31 ms.
    Load components for 953 ms.
    Loading services.
    Calculate startup service set for 265 ms.
      Service [engine.lm.log.facade] started. [16] ms / [0] CPU ms
      Service [tc~esi~uddi~content~handler] started. [16] ms / [0] CPU ms
      Service [tc~je~mngt_model~srv] started. [16] ms / [0] CPU ms
      Service [webservices] started. [16] ms / [0] CPU ms
      Service [engine.dsr.facade] started. [16] ms / [0] CPU ms
      Service [tc~je~cross~api] started. [16] ms / [0] CPU ms
      Service [r3startup] started. [32] ms / [0] CPU ms
      Service [tc~je~security~api] started. [32] ms / [0] CPU ms
      Service [security.destination.facade] started. [32] ms / [0] CPU ms
      Service [tc~je~content~classification~handler] started. [16] ms / [0] CPU ms
      Service [tc~je~sca~ws.plugin] started. [16] ms / [0] CPU ms
      Service [runtimeinfo] started. [47] ms / [15] CPU ms
      Service [tc~je~sca~jco.plugin] started. [47] ms / [0] CPU ms
      Service [jmx_notification] started. [63] ms / [0] CPU ms
      Service [cluster] started. [47] ms / [15] CPU ms
      Service [timeout] started. [172] ms / [93] CPU ms
      Service [userstore] started. [140] ms / [31] CPU ms
      Service [memory] started. [172] ms / [15] CPU ms
      Service [cross] start ================= ERROR =================
      CSN Component [BC-JAS-COR-RMT], DC Name [sap.com/cross]
    java.lang.NoSuchFieldError: ipaddress
    at com.sap.bc.proj.jstartup.fca.FCAProperties.init1(Native Method)
    at com.sap.bc.proj.jstartup.fca.FCAProperties.init(FCAProperties.java:54)
    at com.sap.engine.services.cross.fca.FCAConnectorImpl.<init>(FCAConnectorImpl.java:101)
    at com.sap.engine.services.cross.CrossFrame.start(CrossFrame.java:82)
    at com.sap.engine.core.service630.container.ServiceRunner.startFrame(ServiceRunner.java:165)
    at com.sap.engine.core.service630.container.ServiceRunner.startService(ServiceRunner.java:118)
    at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:65)
    at com.sap.engine.frame.core.thread.Task.run(Task.java:73)
    at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:178)
    at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:316)
    FATAL: Critical shutdown with exit code [2150] was requested due to [AS Java cannot be started; core service [cross] failed to start]
    Heap
    par new generation   reserved 419840K, committed 419840K, used 277992K [0x000000013fe70000, 0x0000000159870000, 0x0000000159870000)
      eden space 343552K,  78% used [0x000000013fe70000, 0x0000000150513298, 0x0000000154df0000)
      from space 38144K,  23% used [0x0000000157330000, 0x0000000157c06fd0, 0x0000000159870000)
      to   space 38144K,   0% used [0x0000000154df0000, 0x0000000154df0000, 0x0000000157330000)
    concurrent mark-sweep generation reserved 1677312K, committed 1677312K, used 59K [0x0000000159870000, 0x00000001bfe70000, 0x00000001bfe70000)
    concurrent-mark-sweep perm gen reserved 1048576K, committed 1048576K, used 30982K [0x00000001bfe70000, 0x00000001ffe70000, 0x00000001ffe70000)
    Thanks and Regards,
    Muddassar Khan

    Hi Muddassar,
    Hope you are doing good.
    A new note has been released exclusively for this issue. Please see:
    note 1937296 - SUM fails at start-shadow-instance-dm step. This is not
    an issue with the SCAs and more with the kernel employed.
    You will need to make sure that you are on the latest kernel so that
    this can be resolved.
    The below links will help you if there are any queries with the
    kernel update procedure
    SAP Note No. 1636252 - Installing a 7.20 kernel in SAP Web AS
                           7.00/7.01/7.10/7.11
    SAP Note No. 1629598 - SAP Kernel 720 will replace older
                           kernel versions
    SAP Note No. 19466   - Downloading SAP kernel patches
    Also check:
    <http://scn.sap.com/docs/DOC-1206>
    (for Manual Kernel Upgrade)
    and
    <http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/11219>
    (for kernel upgrade using JSPM)
    Thank you and have a nice day!
    Kind Regards,
    Hemanth

  • Error code 143 on JVM exit

    Hello,
    I have a program (with multiple threads, running under MS-Windows) which works fine almost all the time.
    In one case, it terminated unexpectedly, and the exit code (via ERRORLEVEL) is 143.
    There are no other outputs in order to diagnose the problem.
    I would like to know what the error code 143 exactly means.
    Can anybody give me an advice?
    Regards,
    Sabrina Werscheid

    Hello!
    I hope people there is reading old posts too. I have the same problem with code 143. JVM exits unexpectedly, but I believe it is specific block of code which acts differently. I`m trying solution with -Xrs switch, but I`m sure I have no JNI and there is no System.exit() in code at all. Also I know there is no external processes which asks JVM to close.
    I have running special FIT tests in child-jvm as ANT task. The exiting is ANT task, not my FIT tests, but at the same time this is not happening on any other processes.
    I can`t found any references about "Internal field must be valid". What does it mean? What and where to search for problem?
    Any other ideas?
    Using JVM 1.5.14

  • *** ERROR = The Java VM terminated with a non-zero exit code.

    DEAR MASTERS
              after configuring SLD on integerated ABAP+JAVA   server0 not starting   
    trc file: "D:\usr\sap\W55\DVEBMGS00\work\dev_server0", trc level: 1, release: "700"
    node name   : ID9278150
    pid         : 4140
    system name : W55
    system nr.  : 00
    started at  : Sat Mar 21 08:45:23 2009
    arguments       :
           arg[00] : D:\usr\sap\W55\DVEBMGS00\exe\jlaunch.exe
           arg[01] : pf=D:\usr\sap\W55\SYS\profile\W55_DVEBMGS00_wipro5
           arg[02] : -DSAPINFO=W55_00_server
           arg[03] : pf=D:\usr\sap\W55\SYS\profile\W55_DVEBMGS00_wipro5
           arg[04] : -DSAPSTART=1
           arg[05] : -DCONNECT_PORT=1060
           arg[06] : -DSAPSYSTEM=00
           arg[07] : -DSAPSYSTEMNAME=W55
           arg[08] : -DSAPMYNAME=wipro5_W55_00
           arg[09] : -DSAPPROFILE=D:\usr\sap\W55\SYS\profile\W55_DVEBMGS00_wipro5
           arg[10] : -DFRFC_FALLBACK=ON
           arg[11] : -DFRFC_FALLBACK_HOST=localhost
    JHVM_BuildArgumentList: main method arguments of node [server0]
    [Thr 4668] Sat Mar 21 08:58:30 2009
    [Thr 4668] JHVM_RegisterNatives: registering methods in com.sap.bc.krn.perf.PerfTimes
    [Thr 4668] JHVM_RegisterNatives: registering methods in com.sap.bc.proj.jstartup.JStartupFramework
    [Thr 4668] JLaunchISetClusterId: set cluster id 9278150
    [Thr 4668] JLaunchISetState: change state from [Initial (0)] to [Waiting for start (1)]
    [Thr 4668] JLaunchISetState: change state from [Waiting for start (1)] to [Starting (2)]
    [Thr 4428] Sat Mar 21 08:59:58 2009
    [Thr 4428] JHVM_RegisterNatives: registering methods in com.sap.mw.rfc.driver.CpicDriver
    [Thr 4428] JHVM_RegisterNatives: registering methods in com.sap.i18n.cp.ConverterJNI
    [Thr 4616] JLaunchIExitJava: exit hook is called (rc = -11113)
    [Thr 4616] **********************************************************************
    ERROR => The Java VM terminated with a non-zero exit code.
    Please see SAP Note 943602 , section 'J2EE Engine exit codes'
    for additional information and trouble shooting.

    Hi,
    Please find the link below for J2EE start up problem.
    [https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e09e4a5e-8280-2a10-ca98-a59dd47d396d]
    Please refer to following note for VM settings.
    [https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=723909]
    Please also check the license validity on this server.
    Hope this helps.
    Manoj Chintawar

  • Java VM terminated with a non-zero exit code (rc = -337)

    Hi,
    It seems that our portal (7.0) was unavailable for five minutes (all users experienced problems which after a few minutes solved itself). We had a look at the logs, and dev_server0 shows that the server node did shut down and start again:
    [Thr 6688] Wed Aug 13 10:19:36 2014
    [Thr 6688] JLaunchIExitJava: exit hook is called (rc = -337)
    [Thr 6688] **********************************************************************
    [Thr 6688] *** ERROR => The Java VM terminated with a non-zero exit code.
    [Thr 6688] *** Please see SAP Note 943602 , section 'J2EE Engine exit codes'
    [Thr 6688] *** for additional information and trouble shooting.
    [Thr 6688] **********************************************************************
    [Thr 6688] JLaunchCloseProgram: good bye (exitcode = -337)
    The referenced note doesn't offer much help. I've tried to find more info about rc -337, and the only info I've found is that rc -337 is: "Exiting listener loop - restart the node (MSLib)."
    Do you guys know what exiting listener loop means, or what the rc -377 is?
    Thanks!
    M.

    Hi Moye,
    Hope you are doing good.
    Such issues can also be caused due to a network failure. Can you check the below notes along with the network administrator to ascertain that there are no network related issues presently:
    #124562     Hostname resolution problems (DNS timeouts)
    #500235     Network Diagnosis with NIPING
    #413330     Network timeout
    If you run the niping tool at the time the issue occurred, it should check the whole network and report the error.
    It is also possible to optimize the j2ee server in the manner it interacts with the message server for better performance. As Divyanshu mentioned, the note 1658385 - J2EE System fails with "exitcode = -334" explains, you need to optimize the manner in which the message server reconnects with the Java instances.
    This can happen sometimes if you have quite a few nodes in cluster. To make sure the issue does not happen again, you need to increase for each server node the timeout it waits for the confirmation,
    that is the value of 'ms.confirmation.timeout' property of ClusterManager along with the other parameters mentioned in the note. Also add the below parameters to the SCS instance file:
    <sid>_SCS01_<host> in folder /usr/sap/<sid>/SYS/profile
    ms/max_clients = 600
    ms/max_open_requests = 2000
    ms/audit=1
    and
    jstartup/keep_old_logfiles=3
    The latter 2 parameters will prevent  overwritting log files in case of restart. Once the values are increased, the time for the timeout should increase enabling the server to connect to the message server.
    Thank you!
    Kind Regards,
    Hemanth
    SAP AGS

  • The Java VM terminated with a non-zero exit code.

    Hi,expert,
    I have got this error when I am trying to restart the sap Instance use
    command STARTSAP,
    The error log as below:
    ERROR => The Java VM terminated with a non-zero exit code.
    Please see SAP Note 940893 , section 'J2EE Engine exit codes'
    for additional information and trouble shooting.
    trc file: "/usr/sap/J2E/JC00/work/dev_jcontrol", trc level: 1,
    release: "640"
    ERROR => can't retrieve client list (rc=24) [jcntrms_mt.c960]
    May 21, 2010 12:53:14... com.sap.engine.core.Framework [SAP
    J2EE Engi
    ne|MS Socket Listener] Fatal: Critical shutdown was invoked. Reason is:
    Exiting
    Listener Loop. This requires a restart of the node. Possible reason is
    an interr
    upted reconnect session to the message server.
    Thanks and Best regards,
    Michael

    Hi Michael,
    I am also facing the same issue, can you please let me know where to find the ms.hostname and enqu.hostname...It's very urgent.
    Thanks in advance..
    Regards,
    Krishna.M

  • JAVA could not start with NON - zero exit code after Config UME

    Dear Expert,
    I found some problem with JAVA. We have been success to install for JAVA.
    We can logon to that. But since we configuration for UME. We found the problem
    with startup JAVA. We can not startup for JAVA. It show for error.
    ====================================
    Error==> The JAVA VM terminated with a non - zero exit code.
    Please see SAP note 943602, section 'J2EE Engine exit codes'
    for additional information and trouble shooting.
    ====================================
    Critical shutdown was invoked. Reason is Core service security failed.
    J2EE Engine can not be started.
    ====================================
    MAC ADDRESS can not be access
    ====================================
    Java framework can not be find .... D:\usr\sap\...\jvm.jsp    ==> can not remember
    Could you analyze for me ? How to solved for this problem ?
    Regards,
    Somkeit

    Somkeit,
    What did you change in UME Configuration? 
    Please look in defaulttrace_# log and paste error here.
    What is exit code ?
    Can you revert back your UME changes and see if system starts or no.
    Thanks,
    Digesh Joshi

  • Database Studio - java crash with Exit code=1

    Hello,
    I try to get db-studio to work. The problem is that the studio crashes now with the following message:
    JVM terminated. Exit code=1
    /home/js/jre1.5.0_22/bin/java
    -Xms40m
    -Xmx1024m
    -jar /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.equinox.launcher_1.0.0.v20070606.jar
    -os linux
    -ws gtk
    -arch x86
    -showsplash
    -launcher /opt/sdb/programs/DatabaseStudio/dbstudio
    -name Dbstudio
    --launcher.library /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.0.0.v20070606/eclipse_1017a.so
    -startup /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.equinox.launcher_1.0.0.v20070606.jar
    -exitdata 62800d
    -vm /home/js/jre1.5.0_22/bin/java
    -vmargs
    -Xms40m
    -Xmx1024m
    -jar /opt/sdb/programs/DatabaseStudio/plugins/org.eclipse.equinox.launcher_1.0.0.v20070606.jar
    I used the tutorial for the installation of studio on 64bit Linux. The weird thing is that the studio ran perfectly yesterday but
    today I get this Exit-Code = 1error.
    Is there anybody who has an idea how to fix this ?
    I start the studio with
    /opt/sdb/programs/DatabaseStudio/dbstudio -vm /home/***/jre1.5.0_22/bin/java
    Thanks for help.
    Edited by: Schneidi on Aug 24, 2010 10:07 AM

    Hi,
    /opt/sdb/programs/DatabaseStudio/dbstudio -vm /home/***/jre1.5.0_22/bin/java
    Try changing to the directory first:
    cd /opt/sdb/programs/DatabaseStudio
    ./dbstudio -vm /home/***/jre1.5.0_22/bin/java
    Also make sure /opt/sdb/programs/DatabaseStudio is in your PATH:
    export PATH=/opt/sdb/programs/DatabaseStudio:$PATH
    Nelis

  • Java VM terminated with a non-zero exit code (-337)

    We are running a J2EE application on NW7.0 and  IBM i5 V5R4.
    The application server restarts itself after the server0 proces terminates with the following messages in the dev_server0.log
    [Thr 2057] Sat Jun 20 09:34:12 2009
    [Thr 2057] JLaunchIExitJava: exit hook is called (rc = -337)
    [Thr 2057]
    ERROR => The Java VM terminated with a non-zero exit code.
    Please see SAP Note 943602 , section 'J2EE Engine exit codes'
    for additional information and trouble shooting.
    [Thr 2057] SigISetIgnoreAction : SIG_IGN for signal 20
    [Thr 2057] JLaunchCloseProgram: good bye (exitcode = -337)
    The mentioned Sapnote 943602 refers to Note 940893, which suggest to send the logfiles to Support (which we did).
    But can anyone shed a light on this? What can we learn from the mentioned exit codes?
    Thanks
    Anita

    Hi Sunny,
    Here's the last part of the dev_server0 log:
    Sat Jun 20 09:17:38 2009
    GC 12352: live objects 6177736; collected objects 7188118; collected(KB) 775717.
    GC 12352: queued for finalization 0; total soft references 8982; cleared soft references 0.
    GC 12352: current heap(KB) 2416964; current threshold(KB) 786432.
    GC 12352: collect (milliseconds) 3423.
    GC 12352: current cycle allocation(KB) 317872; previous cycle allocation(KB) 786457.
    GC 12352: total weak references 15151; cleared weak references 0.
    GC 12352: total final references 11901; cleared final references 7466.
    GC 12352: total phantom references 0; cleared phantom references 0.
    GC 12352: total JNI global weak references 0; cleared JNI global weak references 0.
    GC 12352: collection ending 20/06/09 09:17:38
    Sat Jun 20 09:17:41 2009
    GC 12353: starting collection, threshold allocation reached.
    GC 12353: collection starting 20/06/09 09:17:41
    Sat Jun 20 09:17:44 2009
    GC 12353: live objects 6220831; collected objects 7043383; collected(KB) 785764.
    GC 12353: queued for finalization 0; total soft references 8974; cleared soft references 0.
    GC 12353: current heap(KB) 2415944; current threshold(KB) 786432.
    GC 12353: collect (milliseconds) 3003.
    GC 12353: current cycle allocation(KB) 294375; previous cycle allocation(KB) 786464.
    GC 12353: total weak references 15151; cleared weak references 0.
    GC 12353: total final references 10853; cleared final references 6411.
    GC 12353: total phantom references 0; cleared phantom references 0.
    GC 12353: total JNI global weak references 0; cleared JNI global weak references 0.
    GC 12353: collection ending 20/06/09 09:17:44
    Sat Jun 20 09:17:47 2009
    GC 12354: starting collection, threshold allocation reached.
    GC 12354: collection starting 20/06/09 09:17:47
    Sat Jun 20 09:17:54 2009
    GC 12355: starting collection, threshold allocation reached.
    Sat Jun 20 09:18:23 2009
    GC 12355: starting collection, threshold allocation reached.
    Sat Jun 20 09:20:10 2009
    GC 12355: starting collection, threshold allocation reached.
    Sat Jun 20 09:20:23 2009
    GC 12355: starting collection, threshold allocation reached.
    Sat Jun 20 09:20:30 2009
    GC 12355: starting collection, maximum allocation reached.
    Sat Jun 20 09:20:31 2009
    GC 12355: starting collection, maximum allocation reached.
    GC 12355: starting collection, maximum allocation reached.
    GC 12355: starting collection, maximum allocation reached.
    Sat Jun 20 09:20:32 2009
    GC 12355: starting collection, maximum allocation reached.
    Sat Jun 20 09:20:34 2009
    GC 12355: starting collection, maximum allocation reached.
    GC 12355: starting collection, maximum allocation reached.
    Sat Jun 20 09:20:35 2009
    GC 12355: starting collection, maximum allocation reached.
    Sat Jun 20 09:20:36 2009
    GC 12355: starting collection, maximum allocation reached.
    GC 12355: starting collection, maximum allocation reached.
    Sat Jun 20 09:20:38 2009
    GC 12355: starting collection, maximum allocation reached.
    Sat Jun 20 09:20:39 2009
    GC 12355: starting collection, maximum allocation reached.
    GC 12355: starting collection, maximum allocation reached.
    Sat Jun 20 09:20:45 2009
    GC 12355: starting collection, maximum allocation reached.
    Sat Jun 20 09:20:46 2009
    GC 12355: starting collection, maximum allocation reached.
    Sat Jun 20 09:20:50 2009
    GC 12355: starting collection, maximum allocation reached.
    GC 12355: starting collection, maximum allocation reached.
    Sat Jun 20 09:20:58 2009
    GC 12355: starting collection, maximum allocation reached.
    Sat Jun 20 09:21:00 2009
    GC 12355: starting collection, maximum allocation reached.
    Sat Jun 20 09:21:21 2009
    GC 12355: starting collection, maximum allocation reached.
    Sat Jun 20 09:21:50 2009
    GC 12355: starting collection, maximum allocation reached.
    Sat Jun 20 09:22:40 2009
    GC 12355: starting collection, maximum allocation reached.
    Sat Jun 20 09:22:42 2009
    GC 12355: starting collection, maximum allocation reached.
    Sat Jun 20 09:22:50 2009
    GC 12355: starting collection, maximum allocation reached.
    Sat Jun 20 09:24:46 2009
    GC 12355: starting collection, maximum allocation reached.
    Sat Jun 20 09:24:47 2009
    GC 12355: starting collection, maximum allocation reached.
    Sat Jun 20 09:24:50 2009
    GC 12355: starting collection, maximum allocation reached.
    Sat Jun 20 09:25:06 2009
    GC 12355: starting collection, maximum allocation reached.
    Sat Jun 20 09:25:51 2009
    GC 12355: starting collection, maximum allocation reached.
    Sat Jun 20 09:27:04 2009
    GC 12355: starting collection, maximum allocation reached.
    Sat Jun 20 09:28:28 2009
    GC 12355: starting collection, maximum allocation reached.
    Sat Jun 20 09:28:42 2009
    GC 12355: starting collection, maximum allocation reached.
    GC 12355: starting collection, maximum allocation reached.
    Sat Jun 20 09:29:19 2009
    GC 12355: starting collection, maximum allocation reached.
    Sat Jun 20 09:30:46 2009
    GC 12355: starting collection, maximum allocation reached.
    Sat Jun 20 09:31:08 2009
    GC 12354: live objects 6994240; collected objects 6961336; collected(KB) 789682.
    GC 12354: queued for finalization 0; total soft references 8976; cleared soft references 3.
    GC 12354: current heap(KB) 4194292; current threshold(KB) 786432.
    GC 12354: collect (milliseconds) 801210.
    GC 12354: current cycle allocation(KB) 0; previous cycle allocation(KB) 4242195.
    GC 12354: total weak references 15151; cleared weak references 0.
    GC 12354: total final references 10905; cleared final references 6451.
    GC 12354: total phantom references 0; cleared phantom references 0.
    GC 12354: total JNI global weak references 0; cleared JNI global weak references 0.
    GC 12354: collection ending 20/06/09 09:31:08
    GC 12355: collection starting 20/06/09 09:31:08
    Sat Jun 20 09:31:18 2009
    GC 12356: starting collection, maximum allocation reached.
    Sat Jun 20 09:32:38 2009
    GC 12356: starting collection, maximum allocation reached.
    Sat Jun 20 09:33:48 2009
    GC 12355: collected class sun/reflect/GeneratedMethodAccessor3620979168.
    Sat Jun 20 09:33:59 2009
    GC 12355: live objects 6717156; collected objects 29066552; collected(KB) 3256489.
    GC 12355: queued for finalization 0; total soft references 8973; cleared soft references 89.
    GC 12355: current heap(KB) 4193652; current threshold(KB) 786432.
    GC 12355: collect (milliseconds) 170434.
    GC 12355: current cycle allocation(KB) 75; previous cycle allocation(KB) 0.
    GC 12355: total weak references 15164; cleared weak references 0.
    GC 12355: total final references 32619; cleared final references 28210.
    GC 12355: total phantom references 0; cleared phantom references 0.
    GC 12355: total JNI global weak references 0; cleared JNI global weak references 0.
    GC 12355: collection ending 20/06/09 09:33:59
    GC 12356: collection starting 20/06/09 09:33:59
    Sat Jun 20 09:34:01 2009
    GC 12356: collected class sun/reflect/GeneratedSerializationConstructorAccessor746382538.
    GC 12356: collected class sun/reflect/GeneratedSerializationConstructorAccessor3780712466.
    GC 12356: collected class sun/reflect/GeneratedSerializationConstructorAccessor168496322.
    GC 12356: collected class sun/reflect/GeneratedSerializationConstructorAccessor980237086.
    GC 12356: collected class sun/reflect/GeneratedSerializationConstructorAccessor1886738503.
    GC 12356: collected class sun/reflect/GeneratedSerializationConstructorAccessor1251676621.
    GC 12356: collected class sun/reflect/GeneratedSerializationConstructorAccessor1433437257.
    GC 12356: collected class sun/reflect/GeneratedSerializationConstructorAccessor1328663959.
    GC 12356: collected class sun/reflect/GeneratedSerializationConstructorAccessor3914321935.
    GC 12356: collected class sun/reflect/GeneratedConstructorAccessor333360639.
    GC 12356: collected class sun/reflect/GeneratedSerializationConstructorAccessor3292847473.
    GC 12356: collected class sun/reflect/GeneratedSerializationConstructorAccessor752085389.
    GC 12356: collected class sun/reflect/GeneratedSerializationConstructorAccessor416310187.
    GC 12356: collected class sun/reflect/GeneratedMethodAccessor3620979168.
    GC 12356: collected class sun/reflect/GeneratedMethodAccessor2138604126.
    GC 12356: collected class sun/reflect/GeneratedConstructorAccessor2058455930.
    GC 12356: collected class sun/reflect/GeneratedSerializationConstructorAccessor599442064.
    GC 12356: collected class sun/reflect/GeneratedSerializationConstructorAccessor853421746.
    GC 12356: collected class sun/reflect/GeneratedSerializationConstructorAccessor1143931263.
    GC 12356: collected class sun/reflect/GeneratedSerializationConstructorAccessor379179616.
    GC 12356: collected class sun/reflect/GeneratedSerializationConstructorAccessor1925696964.
    GC 12356: collected class sun/reflect/GeneratedSerializationConstructorAccessor57815531.
    GC 12356: collected class sun/reflect/GeneratedMethodAccessor843740711.
    GC 12356: collected class sun/reflect/GeneratedMethodAccessor2093346596.
    GC 12356: collected class sun/reflect/GeneratedConstructorAccessor1446511408.
    GC 12356: collected class sun/reflect/GeneratedConstructorAccessor1446703216.
    GC 12356: collected class sun/reflect/GeneratedConstructorAccessor1522492322.
    Sat Jun 20 09:34:02 2009
    GC 12356: collected class sun/reflect/GeneratedMethodAccessor1786850049.
    GC 12356: collected class sun/reflect/GeneratedMethodAccessor515968301.
    GC 12356: collected class sun/reflect/GeneratedMethodAccessor1786794657.
    GC 12356: collected class sun/reflect/GeneratedMethodAccessor516161133.
    GC 12356: collected class sun/reflect/GeneratedConstructorAccessor2753180717.
    GC 12356: live objects 4366863; collected objects 2655706; collected(KB) 255573.
    GC 12356: queued for finalization 0; total soft references 8976; cleared soft references 0.
    GC 12356: current heap(KB) 3147644; current threshold(KB) 786432.
    GC 12356: collect (milliseconds) 3478.
    GC 12356: current cycle allocation(KB) 25809; previous cycle allocation(KB) 0.
    GC 12356: total weak references 15164; cleared weak references 0.
    GC 12356: total final references 4422; cleared final references 11.
    GC 12356: total phantom references 0; cleared phantom references 0.
    GC 12356: total JNI global weak references 0; cleared JNI global weak references 0.
    GC 12356: collection ending 20/06/09 09:34:02
    [Thr 2057] Sat Jun 20 09:34:12 2009
    [Thr 2057] JLaunchIExitJava: exit hook is called (rc = -337)
    [Thr 2057] **********************************************************************
    ERROR => The Java VM terminated with a non-zero exit code.
    Please see SAP Note 943602 , section 'J2EE Engine exit codes'
    for additional information and trouble shooting.
    [Thr 2057] SigISetIgnoreAction : SIG_IGN for signal 20
    [Thr 2057] JLaunchCloseProgram: good bye (exitcode = -337)
    trc file: "/usr/sap/P01/DVEBMGS01/work/dev_server0", trc level: 1, release: "700"

Maybe you are looking for