cancel
Showing results for 
Search instead for 
Did you mean: 

We need to reinstall the JAVA part alone in ABAP+JAVA

Former Member
0 Kudos

Dear Sir/Madam,

We have an SAP ECC 6.0 system with ABAP+JAVA components. Now there are some issue with our Java comp. and I'm unable to start the JAVA engine. As we have done little configuration on JAVA side we are planning to reinstall the JAVA part alone.

1)Can we uninstall the the JAVA Component alone from the ABAP+JAVA Central instance?(Without affecting the ABAP Part)

2)Can we install a new JAVA addin in our existing ABAP+JAVA system?

3)If yes; is there any special steps appart from the master guide "4.4.2 Installing the Java Add-In for an Existing ABAP System" ?

Thank you,

Siju

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Siju,

1> Uninstall of Java Addin (stack) is possible.

2> Install a separate Java stack and migrate components.

Procedure is standard as per document.

regards,

Pravash Raikar

Answers (2)

Answers (2)

Former Member
0 Kudos

I would suggest you to troubleshoot why java is not coming up. You can follow the notes/instructions as per the link below and post specific error messages if you need further help.

[https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e09e4a5e-8280-2a10-ca98-a59dd47d396d]

Former Member
0 Kudos

Thank you for the update,

We have done a Homogeneous system copy from our DEV system to QA system(SAP ECC 6.0 ABAP+JAVA with Oracle 10g)

Our issue is we are unable to connect the VA it shows "Unable to lookup connection default".

We've noticed that the Instance ID in our config tool still shows the DEV Instance ID and the Instance.properties files shows the QA system instance ID.

In our DEV it's given

com.sap.engine.bootstrap.Bootstrap

./bootstrap

ID0035522

and QA it's

ID0031354

In have changed the SID,HOST NAME and Instance ID in the config tool to the QA system param. as per the suggestions in the below link

but still I am unable to connect the VA.

the log JVM_bootstrap.out is given below

-


Bootstrap MODE:

<INSTANCE GLOBALS>

determined by parameter [ID0031354].

-


Exception occurred:

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

****************************************************************************************

Please let me know how to resolve this isse.

Thank you,

Siju

Edited by: Siju Sam on Jul 7, 2009 7:21 AM

Former Member
0 Kudos

check SAP Note

[https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=831812]

Former Member
0 Kudos

Can some one help me to get the file which has the below path?

"A configuration with the path "cluster_data/dispatcher/ID3135400" does not exist."

Is this value is picked up from Windows registry?

Former Member
0 Kudos

Hi,

A configuration with the path "cluster_data/dispatcher/ID3135400" does not exist

This is not at file system level. Please open config tool and you will see the above. Is this you want?

Former Member
0 Kudos

No, you can't. Try to Up your existing JAVA. in what a problem ?

Regards.