cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP+J2EE engine is not coming up

Former Member
0 Kudos

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

Accepted Solutions (0)

Answers (7)

Answers (7)

Former Member
0 Kudos

We did refresh,now it is working...

0 Kudos

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

Former Member
0 Kudos

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.

Former Member
0 Kudos

Hi,

Please check the database connectivity using r3trans. check the lisner with lsnctrl .

try to start only ABAP if databse is connecting. if its starting then try to increase the virtual memory and start java engine

Regards,

Phani

Former Member
0 Kudos

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|; 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

Former Member
0 Kudos

Hi,

Error while connecting to DB

Its clear that there is problem with connecting to Database,check the status of listner and database

Regards

Uday

Former Member
0 Kudos

Your database is down, please bring it up and again start SAP.