Hi all
I have done the refresh of ECC6 with Oracle 10G. The CI is up but its showing J2EE info status unavailable. I checked all the files and apparently there is some conflict in the J2ee instance installed and the one its looking in database. Here is the log file and the Instance.properties file.
ID3690200.ClassPath=./bin/boot/boot.jar:./bin/system/bytecode.jar:.
ID3690200.Debuggable=no
ID3690200.JLaunchParameters=
ID3690200.JavaParameters=-XX:NewSize=57M -XX:MaxNewSize=57M -Xms170M -XX:+DisableExplicitGC -verbose:gc -Xloggc:GC.log -Djava.security.policy=.\java.policy -Djava.security.egd=file:/dev/urandom -Djco.jarm=1
ID3690200.JavaPath=C:/SAPJ2EE_ENGINE
ID3690200.LogName=dispatcher
ID3690200.MainClass=com.sap.engine.boot.Start
ID3690200.MaxHeapSize=170
ID3690200.Name=dispatcher
ID3690200.Parameters=
ID3690200.RootPath=E:/usr/sap/ECX/DVEBMGS00/j2ee/cluster/dispatcher
ID3690200.Type=dispatcher
ID3690250.ClassPath=./bin/boot/boot.jar:./bin/boot/jaas.jar:./bin/system/bytecode.jar:.
ID3690250.DebugMode=no
ID3690250.DebugPort=50021
ID3690250.Debuggable=no
ID3690250.JLaunchParameters=
ID3690250.JavaParameters=-Djco.jarm=1 -XX:MaxPermSize=256M -XX:PermSize=256M -Xms1024M -XX:NewSize=171M -XX:MaxNewSize=171M -XX:DisableExplicitGC -verbose:gc -Xloggc:GC.log -XX:PrintGCDetails -XX:+PrintGCTimeStamps -Djava.awt.headless=true -Dsun.io.useCanonCaches=false -XX:SoftRefLRUPolicyMSPerMB=1 -XX:SurvivorRatio=2 -XX:TargetSurvivorRatio=90 -Djava.security.policy=./java.policy -Djava.security.egd=file:/dev/urandom -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy
ID3690250.JavaPath=C:/SAPJ2EE_ENGINE
ID3690250.LogName=server0
ID3690250.MainClass=com.sap.engine.boot.Start
ID3690250.MaxHeapSize=1024
ID3690250.Name=server0
ID3690250.Parameters=
ID3690250.RootPath=E:/usr/sap/ECX/DVEBMGS00/j2ee/cluster/server0
ID3690250.Type=server
bootstrap.ClassPath=./bootstrap/launcher.jar
bootstrap.JavaParameters=-Djco.jarm=1
bootstrap.JavaPath=C:/SAPJ2EE_ENGINE
bootstrap.MainClass=com.sap.engine.offline.OfflineToolStart
bootstrap.MaxHeapSize=256
bootstrap.Name=bootstrap
bootstrap.Parameters=com.sap.engine.bootstrap.Bootstrap ./bootstrap ID0036902
bootstrap.RootPath=E:/usr/sap/ECX/DVEBMGS00/j2ee/cluster
bootstrap.Type=bootstrap
bootstrap_ID3690200.ClassPath=./bootstrap/launcher.jar
bootstrap_ID3690200.JLaunchParameters=
bootstrap_ID3690200.JavaParameters=-Djco.jarm=1
bootstrap_ID3690200.JavaPath=C:/SAPJ2EE_ENGINE
bootstrap_ID3690200.MainClass=com.sap.engine.offline.OfflineToolStart
bootstrap_ID3690200.MaxHeapSize=256
bootstrap_ID3690200.Name=dispatcher bootstrap
bootstrap_ID3690200.Parameters=com.sap.engine.bootstrap.Bootstrap ./bootstrap ID003690200
bootstrap_ID3690200.RootPath=E:/usr/sap/ECX/DVEBMGS00/j2ee/cluster
bootstrap_ID3690200.Type=bootstrap
bootstrap_ID3690250.ClassPath=./bootstrap/launcher.jar
bootstrap_ID3690250.JLaunchParameters=
bootstrap_ID3690250.JavaParameters=-Djco.jarm=1
bootstrap_ID3690250.JavaPath=C:/SAPJ2EE_ENGINE
bootstrap_ID3690250.MainClass=com.sap.engine.offline.OfflineToolStart
bootstrap_ID3690250.MaxHeapSize=256
bootstrap_ID3690250.Name=server0 bootstrap
bootstrap_ID3690250.Parameters=com.sap.engine.bootstrap.Bootstrap ./bootstrap ID003690250
bootstrap_ID3690250.RootPath=E:/usr/sap/ECX/DVEBMGS00/j2ee/cluster
bootstrap_ID3690250.Type=bootstrap
instance.box.number=ECXDVEBMGS00sbx-ecc
instance.en.host=sbx-ecc
instance.en.port=3201
instance.enabled=yes
instance.install.dir=E:/usr/sap/ECX/DVEBMGS00/j2ee
instance.ms.host=sbx-ecc
instance.ms.port=3901
instance.osLibsPath=E:/usr/sap/ECX/DVEBMGS00/j2ee/os_libs
instance.runAction=NONE
instance.runMode=NORMAL
instance.system.id=0
*****************************************************************************************8
JVM_BOORSTRAP.OUT file
-
Bootstrap MODE:
<INSTANCE GLOBALS>
determined by parameter [ID0036902].
-
Exception occurred:
com.sap.engine.frame.core.configuration.NameNotFoundException: A configuration with the path "cluster_data/dispatcher/ID3690200" 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.getElementType(Synchronizer.java:72)
at com.sap.engine.bootstrap.Bootstrap.initDatabaseConnection(Bootstrap.java:420)
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)
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.bootstrap.SynchronizationException: No such Dialog Instance (ID3690200) in the database! Check database consistency or local Bootstrap properties!
at com.sap.engine.bootstrap.Synchronizer.getElementType(Synchronizer.java:75)
at com.sap.engine.bootstrap.Bootstrap.initDatabaseConnection(Bootstrap.java:420)
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.