cancel
Showing results for 
Search instead for 
Did you mean: 

J2EE stuck at "starting" state

Former Member
0 Kudos

Hello guys,

My J2EE stack does not go fwd from state "Waiting for start (1)] to [Starting (2)]". I have also changed server's VM properties to minimum level , -Xms = 128m and -Xmx = 256m, just to quick the process in case if its stuck due to large memory requirments.

Any way, So far no luck. can any body help me here.

few Last lines of dev_server0

[Thr 1096907104] JLaunchISetClusterId: set cluster id 14704950

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

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

[Thr 1096907104] Fri Jul 2 11:47:52 2010

[Thr 1096907104] JHVM_RegisterNatives: registering methods in com.sap.mw.rfc.driver.CpicDriver

[Thr 1096907104] JHVM_RegisterNatives: registering methods in com.sap.i18n.cp.ConverterJNI

[Thr 1096907104] Fri Jul 2 11:47:53 2010

[Thr 1096907104] JHVM_RegisterNatives: registering methods in com.sap.mw.rfc.engine.Compress

[Thr 1096989024] Fri Jul 2 11:48:06 2010

[Thr 1096989024] JHVM_RegisterNatives: registering methods in com.sap.security.core.server.vsi.service.jni.VirusScanInterface

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Yes true, thread belongs to same server.

Server has only 1 GB memory + 12 GB swap space. I have memory limitation so can not give more than 1GB. This is just a standalone server for testing purpose.

when i checked server load i found it more than 30% idle. so I am hoping that server has resources to run J2EE. If i keep it running for a long time , is there any chance that it will come up.

Secondly, Java version is 1.4.2 for Linux.

Former Member
0 Kudos

Hi,

Is this the same server as the one in this thread?

Does the server work hard (ie, is the load high)? Check with command top in a terminal window. You will find "Load average" in your top right corner, if it is around 0,5 or more your server have some or a lot of stuff to do.

My java instances usually takes 2-5 minutes to start and the server is working hard all the time (load over 1).

Also, could you check you java version? You use the command java -version and I use 1.4.2 on my box.

Br Linus