Dear all,
We have restored SAP Web AS database (Oracle - using normal database
backup/restore) to another WAS database instance, but now we are unable
to startup the JAVA (J2EE) instance (startsap). The error code 66 is
coming.
Based on what we found, it seems there was some configuration setting
in the WAS database and this may not the correct method.
However, the database size is very big and we take a few days just for
the restoring.
Is there any way to overcome this problem? Is there any specific table
that contain the configuration settings ?
===========================================================================
sapstart.log :
SAP-R/3-Startup Program Rel 640 V1.8 (2003/04/24)
-
Starting at 2009/05/25 18:08:01
Startup Profile: "/usr/sap/DVJ/SYS/profile/START_JC20_crrsdvap"
(20745) SETENV LD_LIBRARY_PATH=/usr/sap/DVJ/JC20/j2ee/os_libs:/usr/sap/DVJ/SYS/exe/run:/usr/sap/DEV/SYS/exe/run
Setup Environment Variables
-
(20745) SETENV SHLIB_PATH=/usr/sap/DVJ/JC20/j2ee/os_libs:
(20745) SETENV LIBPATH=/usr/sap/DVJ/JC20/j2ee/os_libs:
Execute Pre-Startup Commands
-
(20745) Local: rm -f jc.sapDVJ_JC20
(20745) Local: ln -s -f /usr/sap/DVJ/JC20/j2ee/os_libs/jcontrol jc.sapDVJ_JC20
Starting Programs
-
(20752) Starting: local jc.sapDVJ_JC20 pf=/usr/sap/DVJ/SYS/profile/DVJ_JC20_crrsdvap
(20752) New Child Process created.
(20752) Starting local Command:
Command: jc.sapDVJ_JC20
pf=/usr/sap/DVJ/SYS/profile/DVJ_JC20_crrsdvap
(20745) Waiting for Child Processes to terminate.
(20745) **** 2009/05/25 18:08:11 Child 20752 terminated with Status 66 . ****
(20745) **** No more Child Processes to wait for.
(20745) Parent Shutdown at 2009/05/25 18:08:11
Execute Post-Shutdown Commands
-
(20745) Exiting with Return-Code 3. (No more child processes)
=============================================================================
jvmbootstrap.out_ :
-
Bootstrap MODE:
<INSTANCE GLOBALS>
determined by parameter [ID2066432].
-
Missing RunningMode property - runningin NORMAL mode.
Exception occurred:
com.sap.engine.frame.core.configuration.NameNotFoundException: A configuration with the path "cluster_data/dispatcher/ID206643200/element-info" does not exist.
at com.sap.engine.core.configuration.impl.ConfigurationDataCacheAllImpl.getSubConfiguration(ConfigurationDataCacheAllImpl.java:107)
at com.sap.engine.core.configuration.impl.ReadAccessConfiguration.getSubConfiguration(ReadAccessConfiguration.java:715)
at com.sap.engine.bootstrap.Synchronizer.getConfiguration(Synchronizer.java:426)
at com.sap.engine.bootstrap.Synchronizer.updateProperties(Synchronizer.java:353)
at com.sap.engine.bootstrap.Bootstrap.getElementData(Bootstrap.java:323)
at com.sap.engine.bootstrap.Bootstrap.synchInstanceGlobals(Bootstrap.java:163)
at com.sap.engine.bootstrap.Bootstrap.makeUpdate(Bootstrap.java:831)
at com.sap.engine.bootstrap.Bootstrap.main(Bootstrap.java:815)
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)
Exception occurred:
com.sap.engine.bootstrap.SynchronizationException: Error getting data for instance [ID2066432]!
at com.sap.engine.bootstrap.Bootstrap.synchInstanceGlobals(Bootstrap.java:166)
at com.sap.engine.bootstrap.Bootstrap.makeUpdate(Bootstrap.java:831)
at com.sap.engine.bootstrap.Bootstrap.main(Bootstrap.java:815)
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: ]==----
java.lang.NullPointerException
at com.sap.engine.bootstrap.Synchronizer.updateProperties(Synchronizer.java:342)
at com.sap.engine.bootstrap.Synchronizer.updateProperties(Synchronizer.java:354)
at com.sap.engine.bootstrap.Bootstrap.getElementData(Bootstrap.java:323)
at com.sap.engine.bootstrap.Bootstrap.synchInstanceGlobals(Bootstrap.java:163)
at com.sap.engine.bootstrap.Bootstrap.makeUpdate(Bootstrap.java:831)
at com.sap.engine.bootstrap.Bootstrap.main(Bootstrap.java:815)
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.
===========================================================================
Please help.