cancel
Showing results for 
Search instead for 
Did you mean: 

j2ee Server0 dies

Former Member
0 Kudos

Doing a WebAS640 Java Add-in install. Everything goes on smoothly till the step " Start SAP J2EE Engine". This is where its stuck. I can see that Dispatcher and SDM are running in JCMON, but the Server0 just dies, Error 4.

Now i have checked the log files for Server0..

here's what it says

std_server0.out - "Error Occured during initialization of VM could not reserve enough space for object heap"

Here's some info :

OS - Windows 2003 - 32bit

SAP - WebAS Abap + Java-addin 640 for XI Unicode

installation

RAM - 8 Gigs

Swap - 30 gigs..

All the default settings for J2ee parameters...also maintained all the J2ee parameters in Instance Profile

also checked out notes 736462 which talks about rebase of dlls..

Any insight guys..

thanks and appreciate your help

Accepted Solutions (1)

Accepted Solutions (1)

angel_dichev
Active Participant
0 Kudos

Take a look to this note: 736462

This jvm process is started with 1 GB heap size, which for you environment seems to be too much. Some Windows XP and 2003 builds, are known to have problems with heap sizes bigger than 512 MB.

Please, decrease the MaxHeapSize of the server0 and bootstrap_server0 processes to 512 MB using the ConfigTool.

Try with these values:

-Xms512M

-XX:NewSize=85m

-XX:MaxNewSize=85m

Former Member
0 Kudos

thanks for replying angel.

the jdk version is 1.4.2_11.

I have changed these parameters and tried but still doesn't work.

thanks.

Former Member
0 Kudos

Use J2SE 1.4.2_09 .do not use J2SE 1.4.2_10 as it has problems. Also take a look at note 716604

Thanks

prince

Answers (1)

Answers (1)

angel_dichev
Active Participant
0 Kudos

What's the JDK you are using?

Take a look to the <java>/work folder and see whether yu'll find some more information in the server, bootsrap, jcontrol logs.

Regards, Angel