cancel
Showing results for 
Search instead for 
Did you mean: 

Error at Start Java Engine

Former Member
0 Kudos

Hi all,

I am installing NW04S SR2 Developer workplace on Win XP OS.

I have 1 GB RAM and i have already installed MS SQL server 2005.

Iam gettin an error in 23 step ie.Start Java Engine.

The log shows error as

ERROR 2009-04-16 10:48:42

CJS-30150 Java processes of instance S2E/JC00 [Java: UNKNOWN] did not reach state PARTRUNNING after 20:30 minutes. Giving up.

ERROR 2009-04-16 10:48:42

FCO-00011 The step startJava with step key

|NW_Workplace|ind|ind|ind|ind|0|0|NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CI_Instance|ind|ind|i

nd|ind|11|0|NW_CI_Instance_StartJava|ind|ind|ind|ind|5|0|startJava was executed with status ERROR .

I have tried to start the J2EE engine manually but the central instance node is not turning up.it is getting stooped after 1

min.

I have tried changing the Heap sizes but it is not working.JAvA path is set...

Please guide me how to solve the problem.

Kind Regards,

Anil Kumar.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Anil,

I have 1 GB RAM and i have already installed MS SQL server 2005.

It is really not enough. I have seen with oracle installation after 4-5 attempts of adjusting heapsize,Xmx and Xms I could manage to start.

Assign 296 to 340 MB for Max heap size and give a try

Manoj

markus_doehr2
Active Contributor
0 Kudos

> I have tried changing the Heap sizes but it is not working.

What exactly "is not working" when setting the heap size?

Please check the latest logfiles in \usr\sap\<SID>\JC00\work (dev_bootstrap, dev_jcontrol etc.)

What Java version do you use?

Markus

Former Member
0 Kudos

Thanks for the quick reply.Iam using 1.4.2_14 version.I have checked dev_jcontrol.it states the following.

[Thr 3060] Thu Apr 16 16:24:34 2009

[Thr 3060] *** ERROR => invalid return code of process [bootstrap] (exitcode = 66) [jstartxx.c 1642]

[Thr 3060] JControlExecuteBootstrap: error executing bootstrap node [bootstrap] (rc = 66)

[Thr 3060] JControlCloseProgram: started (exitcode = 66)

[Thr 3060] JControlCloseProgram: good bye... (exitcode = 66)

Dev_bootstrap is showin the following..

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

JHVM_BuildArgumentList: main method arguments of node [bootstrap]

-> arg[ 0]: com.sap.engine.bootstrap.Bootstrap

-> arg[ 1]: ./bootstrap

-> arg[ 2]: ID0021564

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

[Thr 5632] Thu Apr 16 16:24:32 2009

[Thr 5632] JHVM_RegisterNatives: registering methods in com.sap.bc.krn.perf.PerfTimes

[Thr 5020] Thu Apr 16 16:24:33 2009

[Thr 5020] JLaunchIExitJava: exit hook is called (rc = 66)

[Thr 5020] **********************************************************************

      • 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 5020] JLaunchCloseProgram: good bye (exitcode = 66)

I have changed the heapsizes and restarted the cluster and engine.But i havent got any positive result.

Please let me know missing checks if any...

markus_doehr2
Active Contributor
0 Kudos

Note: you have only 1 GB of RAM for

- the operating system

- the database (if not changed it uses 512 MB)

- a Java server process (usually 1 GB, depending on the installation media you used)

- a Java dispatcher

- a Java SDM

If you haven't defined enough virtual memory (swap) then the J2EE engine is most likely not coming up.

Markus

Former Member
0 Kudos

If it is memory problem it must have thrown an exception sayin memory isnt sufficient enough...

Anyway i have changed the memory setings and restarted the engine..but no luck...

markus_doehr2
Active Contributor
0 Kudos

Please check the logfiles again - there will be an error in one of them in case it's a memory related issue.

Markus

debasissahoo
Active Contributor
0 Kudos

Hi Anil,

Please check jvm_bootstrap.out, std_server0*.log files for more details.

Regards,

Debasis.

Former Member
0 Kudos

I have changed the heap size in config tool to 512 due to which the installation finished successfully.

Thanks a lot.