cancel
Showing results for 
Search instead for 
Did you mean: 

Jcontrol.exe J2EE server stopped

Former Member
0 Kudos

hi all,

i am having the problem with j2ee server. whenever i am trying to start the J2EE server then from the following two processes.

Jcontrol.exe J2EE server

igswd.exe IGS watchdog

then following thing happen

Jcontrol.exe J2EE server stopped

when i see the developer trace for Jcontrol.exe then it shows that

" ERROR Invalid return code for process [bootstrap] [exitcode = 66] [jstartxx.c 1452]"

"JcontrolExecuteBootstrap:Error executing bootstrap node [rc 66]"

can anybody tell me what is the reson for this?

and if anybody knows the solution for it then please tell me the solution step by step.

regards,

Hardik Patel.

Accepted Solutions (0)

Answers (3)

Answers (3)

norbert_sieker
Explorer
0 Kudos

check your database is up and running.

The note may help: https://service.sap.com/sap/support/notes/997510

Former Member
0 Kudos

Hi there,

Me too experiencing the same problem. Can anybody help in fixing it

Former Member
0 Kudos

Hi, were you able to fix the problem? I am also geting the same error.

If u can help me.

Thanks

Karan

Former Member
0 Kudos

Hi,

Try the following,

1. Check the JDK version and set classpath in the Environment Variable for JAVA_HOME.

2. Adjust Heap Size through configtool (set to 1024 if RAM is of 1GB else minimum 512).

3. Increase the Virtual Memory of the server.

4. RAM size of the system (minimum 1 GB).

Regards

Srinivasan T

suresh_krishnamoorthy
Active Contributor
0 Kudos

Hi,

check if JAVA_HOME is pointing to the correct JDK. Re-start your J2EE engine and look for the log messages.

check jvm_bootstrap* logs in your work directory for additional information.

Reference the JVM memory note for your OS and check whether your heap, perm memory settings are correct.

Regards, Suresh KB

Former Member
0 Kudos

hi all,

thanks.

i have seen the jvm_bootstrap.out file then it shows that database initialization fail and so it raises the exeption.

please tell me what to do along with the steps and path from where i have to do it.

regards,

Hardik Patel.