cancel
Showing results for 
Search instead for 
Did you mean: 

Configtool is not displaying the Application serverID

Former Member
0 Kudos

Hi Experts,

Java was not coming up in Quality server+3 Application server.

I took java export from production server and imported it into quality server. After doing this JAVA of CI came up but in configtool,

Application server ID is not displaying. Also, Java of all the application server is not coming up.

Log of  jvm_bootstrap_IDxxxxxxx.out is:

Exception occurred:

com.sap.engine.frame.core.configuration.NameNotFoundException: A configuration with the path "cluster_data/server/IDxxxxxxx" 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:474)

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

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

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

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

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

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

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

        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:476)

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

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

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

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

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

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

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

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

----------==[ Caused by: ]==----------

com.sap.engine.bootstrap.SynchronizationException: No such Dialog Instance (IDxxxxxxx) in the database! Check database consistency or local Bootstrap properti

es!

        at com.sap.engine.bootstrap.Synchronizer.getElementType(Synchronizer.java:96)

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

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

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

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

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

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

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

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

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

Please sugeest, how to bring JAVA up in Application Server.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Shyam,

the log says "No such Dialog Instance (IDxxxxxxx) in the database! Check database consistency or local Bootstrap properties!"

I think you need to re-install the 3 dialog instances via sapinst-> system copy -> target system build -> install dialog instances

Reg,

Het

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Did you try to import on QUA  which is already exits ?

Did you use any database specific tools for export/ import??

Thanks and Regards,

Vimal

Former Member
0 Kudos

Hi Maria,

Yes, I tried on QUA, which is already exist but JAVA was not running.

for import/export i use standard process i.e. from sapinst.

Regards,

Shyam

Former Member
0 Kudos

Okay .

I think it won't work.

In  your scenario, if your JAVA DB is separate and not dependent on ABAP, then you can remove the JAVA completely and try to  reimport from the first. Unisntall the system completely and try to install it again.

However, if it dependent on ABAP, then you need to do both ABAP & JAVA system copy from the production or anywhere.

Thanks and Regards,

Vimal

Former Member
0 Kudos

Did you try to use the sapinst to export the production to QA?