Hello
Before that we did to restore of backup in other server, we want to enter to /nwa we had problems with this, I was searching in the logs and I found the disp + wrk is in status yellow ( J2EE status info unavailable)
I found this information in many log of system:
Log dev_bootstrap:
**********************************************************************
JHVM_BuildArgumentList: main method arguments of node [bootstrap]
-> arg[ 0]: com.sap.engine.bootstrap.Bootstrap
-> arg[ 1]: ./bootstrap
-> arg[ 2]: ID0095329
**********************************************************************
[Thr 772] JHVM_RegisterNatives: com.sap.bc.krn.perf.PerfTimes
[Thr 4370] JLaunchIExitJava: exit hook is called (rc = 66)
[Thr 4370] **********************************************************************
[Thr 4370] *** ERROR => The Java VM terminated with a non-zero exit code.
[Thr 4370] *** Please see SAP Note 943602 , section 'J2EE Engine exit codes'
[Thr 4370] *** for additional information and trouble shooting.
[Thr 4370] **********************************************************************
[Thr 4370] SigISetIgnoreAction : SIG_IGN for signal SIGCHLD
[Thr 4370] JLaunchCloseProgram: good bye (exitcode = 66)
File instance.properties
bootstrap.Parameters=com.sap.engine.bootstrap.Bootstrap ./bootstrap ID0095329
bootstrap_ID9532900.Parameters=com.sap.engine.bootstrap.Bootstrap ./bootstrap ID009532900
bootstrap_ID9532950.Parameters=com.sap.engine.bootstrap.Bootstrap ./bootstrap ID009532950
File bootstrap.properties
instance.prefix=ID95329
Log defaultracer.0 fo dispatcher
com.sap.engine.services.r3startup.impl1.dispatcher.R3StartupService##com.sap.engine.services.r3startup.impl1.dispatcher.R3StartupService#######SAPEngine_System_Thread[impl:6]_30##0#0#Error##Plain###Couldn't send INVALIDATE_ETAG to R/3 dispatcher. Exception is : java.net.SocketException: Socket closed
Log: jvm.bootstrap
-------------------------------------------------
Bootstrap MODE:
<INSTANCE GLOBALS>
determined by parameter [ID0095329].
--------------------------------------------------
Exception occurred:
com.sap.engine.frame.core.configuration.NameNotFoundException: A configuration with the path "cluster_data/dispatcher/ID9532900" 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:573)
at com.sap.engine.bootstrap.Synchronizer.getElementType(Synchronizer.java:93)
at com.sap.engine.bootstrap.Bootstrap.initDatabaseConnection(Bootstrap.java:475)
at com.sap.engine.bootstrap.Bootstrap.<init>(Bootstrap.java:147)
at com.sap.engine.bootstrap.Bootstrap.main(Bootstrap.java:946)
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:331)
at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
Exception occurred:
com.sap.engine.bootstrap.SynchronizationException: Database initialization failed! Check database properties!
at com.sap.engine.bootstrap.Bootstrap.initDatabaseConnection(Bootstrap.java:477)
at com.sap.engine.bootstrap.Bootstrap.<init>(Bootstrap.java:147)
at com.sap.engine.bootstrap.Bootstrap.main(Bootstrap.java:946)
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:331)
at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
----------==[ Caused by: ]==----------
com.sap.engine.bootstrap.SynchronizationException: No such Dialog Instance (ID9532900) in the database! Check database consistency or local Bootstrap properties!
at com.sap.engine.bootstrap.Synchronizer.getElementType(Synchronizer.java:96)
at com.sap.engine.bootstrap.Bootstrap.initDatabaseConnection(Bootstrap.java:475)
at com.sap.engine.bootstrap.Bootstrap.<init>(Bootstrap.java:147)
at com.sap.engine.bootstrap.Bootstrap.main(Bootstrap.java:946)
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:331)
at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
[Bootstrap module]> Problem occurred while performing synchronization.
In all log and files say that the there isn´t the instance , now I openned the config tool and I found other number of instance.(instance_ID16287XX) I don´t know if this maybe the root of problem.
Plase any suggestion for this problem.
Thank you very much
JS