Hi
We have SAP ECC6 central instance on windows 2003+oracle 10g.
Today,When I am trying to start the ABAP+JAVA engine it is getting stuck at yellow level.
After initial investigation I found that
[Thr 1000] Wed Sep 29 07:13:32 2010
[Thr 1000] *** ERROR => invalid return code of process [bootstrap] (exitcode = 66) [jstartxx.c 1642]
[Thr 1000] JControlExecuteBootstrap: error executing bootstrap node [bootstrap] (rc = 66)
[Thr 1000] JControlCloseProgram: started (exitcode = 66)
[Thr 1000] JControlCloseProgram: good bye... (exitcode = 66)
com.sap.engine.frame.core.configuration.ConfigurationException: Error while connecting to DB.
Any thought on this...
Configtool also not working ...
Sukrut
Hi,
ERROR => invalid return code of process bootstrap (exitcode = 66) http://jstartxx.c 1642
This problem might be because of resource crunch.
As discussed in [thread|jcontrol-dies-with-exitcode--66; try to increase bootstrap memory and then restart the J2EE engine.
If this is not a production environment, try to restart the server (at OS level) and then check whether you are able to bring up the JAVA engine.
Regards,
Vardharajan M
Hello Sukrut,
If configtool doesn't work, your SAPSR3DB (or SAP<SID>DB) password is not correct in the secure store. Login to your DB, make sure the user is not locked, change the password and then start configtool and change the jdbc/pool/<SID>/Password entry with the one you set at the DB level and connect the configtool again. Once configtool comes up fine, you should be able to bring the system up with startsap r3.
Regards,
Arvind.
Your problem is with DB, Go to OS level, login with sidadm open command prompt, at command prompt login with sqlplus,
connect sys as sysdba, enter the required password. Once you are connected to the sql instance for DB, Startup your database. Before starting up your databaase make sure to shutdown your running ABAPJava in Yellow make it to complet Gray.Once DB is up and open then start your ABAPJava.
Thanks
Shishir H D
Edited by: Shishir H Dongaonkar on Oct 4, 2010 2:46 PM
Add a comment