cancel
Showing results for 
Search instead for 
Did you mean: 

J2ee Engine

Former Member
0 Kudos

Hi,

After server restart the j2ee engine is not starting. The ABAP Engine is up and SDN and Dispatcher are also green but the server process is grey. The trace of server process is as follows

JLaunchISetClusterId: set cluster id 403601950

[JLaunchISetState: change state from [Initial (0)] to [Waiting for start (1)]

[JLaunchISetState: change state from [Waiting for start (1)] to [Starting (2)]

Java HotSpot(TM) 64-Bit Server VM warning: increase BUFLEN in ostream.cpp -- output truncated

[Thr 1528] JLaunchIAbortJava: abort hook is called

[Thr 1528] **********************************************************************

      • ERROR => The Java VM aborted unexpectedly.

      • Please see SAP Note 943602 , section 'Java VM crashes'

      • for additional information and trouble shooting.

**********************************************************************

[Thr 1528] JLaunchCloseProgram: good bye (exitcode = -2)

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Can you post the trace file named std_server0.out, as it shows more detail trace.

Regards,

Partha

Former Member
0 Kudos

Hi,

Please check the J2EE engine parameters in visula admin tool and config tool and try to re-start the j2ee engine.

please post the std_server0 trace for more details.

Regards,

K.Sowndarya

martin_juen2
Contributor
0 Kudos

hi.

try to clean the shared memory of the java instance and restart it.

use the command: cleanipc <instancenumber> remove

At first you can check assigned shared memory segments with the same commant (without "remove").

regards,

martin