cancel
Showing results for 
Search instead for 
Did you mean: 

Server not coming up.

manna_routh
Associate
Associate
0 Kudos

Hi,

My server is not starting up and the developer trace for jcontrol.exe is showing the following :

[Thr 3268] Wed Sep 27 10:18:01 2006

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

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

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

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

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Manna,

This is caused due to shared memory issues. You can checkout for below work arounds :

1. Simply stop all services and then restart again.

2. Goto run directory and edit startup.properties file and increase all 256 to 512 or if 512 to 1024 (bootstrap, maxHeapSize etc) this also helps sometimes.

Please let me know if you couldnt resolve problem.

Best Rgds,

Pradeep MN

Former Member
0 Kudos

Check for the starup logs for J2EE. It would contain the hints about why the system is not starting.

Former Member
0 Kudos

Hi,

Try these,

1. Check whether the JDK version is an appropriate one and complete installation is done. Necessary entries of JAVA_HOME path is done in the Environment Variable.

2. Increase the heap size through Configtool of the J2EE Engine. After setting, restart the server.

3. Have the virtual memory increased.

Consider awarding points to helpful answer.

Regards

Srinivasan T

JPReyes
Active Contributor
0 Kudos

Hi Manna,

Please post errors on std_server0.out and std_dispatcher.out

Regards

Juan