cancel
Showing results for 
Search instead for 
Did you mean: 

J2EE Engine start error: Database initialization failed!

Former Member
0 Kudos

Hi,

I am unable to start the J2ee engine in my evaluation NW 7.0 Portal installation.

The developer trace of jcontrol.exe shows below:

      • ERROR => invalid return code of process bootstrap (exitcode = 66) http://jstartxx.c 1642

JControlExecuteBootstrap: error executing bootstrap node bootstrap (rc = 66)

JControlCloseProgram: started (exitcode = 66)

JControlCloseProgram: good bye... (exitcode = 66)

jvm_bootstrap.out says:

Bootstrap MODE:

<INSTANCE GLOBALS>

determined by parameter ID0119844.

-


Exception occurred:

com.sap.engine.bootstrap.SynchronizationException: Database initialization failed! Check database properties!

at com.sap.engine.bootstrap.Bootstrap.initDatabaseConnection(Bootstrap.java:422)

at com.sap.engine.bootstrap.Bootstrap.<init>(Bootstrap.java:144)

at com.sap.engine.bootstrap.Bootstrap.main(Bootstrap.java:814)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:324)

at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)

-


== Caused by: ==----


com.sap.engine.frame.core.configuration.ConfigurationException: Error occurred: Secure Store lib Dir does not exist
<host>\sapmnt\J2E\SYS\global\security\lib\tools

at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.init(ConfigurationManagerBootstrapImpl.java:212)

at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.<init>(ConfigurationManagerBootstrapImpl.java:49)

at com.sap.engine.bootstrap.Synchronizer.<init>(Synchronizer.java:60)

at com.sap.engine.bootstrap.Bootstrap.initDatabaseConnection(Bootstrap.java:419)

at com.sap.engine.bootstrap.Bootstrap.<init>(Bootstrap.java:144)

at com.sap.engine.bootstrap.Bootstrap.main(Bootstrap.java:814)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:324)

at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)

Bootstrap module> Problem occurred while performing synchronization.

Above says Secure Store lib Dir does not exist
<host>\sapmnt\J2E\SYS\global\security\lib\tools

.But I really dont understand..

Any body ,,Pls let me know..

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Ashok,

Please refer to this SAP NOTE : 997510

Also refer to this [thread|;

Good Luck!

Sandeep Tudumu

Former Member
0 Kudos

Problem solved by starting the Xserver in services.msc.

but do not exactly know how this service is used and why it was stopped.?

Ashok

Former Member
0 Kudos

It clearly complains that it could not access libraries in the mountpoint:

"Secure Store lib Dir does not exist
<host>\sapmnt\J2E\SYS\global\security\lib\tools"

Check

- that this directory exists
<host>\sapmnt\J2E\SYS\global\security\lib\tools

- that mount share
<host>\sapmnt allows access to sap<sid> and SAPService<SID> users

- sap<sid> and SAPService<SID> users have access to
<host>\sapmnt\J2E\SYS\global\security\lib\tools and its files:

Post the content of your
<host>\sapmnt\J2E\SYS\global\security\lib\tools

Regards,

Slava

Edited by: Slava Plyushchikov on Nov 6, 2008 11:34 AM

ravi_joseph
Active Contributor
0 Kudos

ashok,

try stopping the database seperately (shutdown immediate) and reboot the server.

some hints,

jo