cancel
Showing results for 
Search instead for 
Did you mean: 

System Rename Tool error for Dual stack system

Former Member
0 Kudos

Hi,

We have performed the system rename and have been using SAP Rename tool. The tools worked fine on ABAP systems. However while running the tool on dual stack system we are encountering issue. Log details as below.

Log details below.

…………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………..

INFO 2013-11-05 07:42:45.434

Execution of the command "/usr/sap/tools/TXE/sapinst_exe.17104934.1383637065/jre/bin/java -classpath /sapmnt/TXE/global/sltools/sharedlib/launcher.jar com.sap.e

  1. ngine.offline.OfflineToolStart com.sap.inst.secstore.GetDBConnectInfo /sapmnt/TXE/global/security/lib/tools:/sapmnt/TXE/global/sltools/sharedlib:/usr/sap/tools/

TXE/COMMON/INSTALL -sec /sapmnt/TXE/global/security/data/SecStore.properties -sid TXD" finished with return code 1. Output: Exception in thread "main" java.lang

.NoClassDefFoundError: com/sap/engine/offline/OfflineToolStart

Caused by: java.lang.ClassNotFoundException: com.sap.engine.offline.OfflineToolStart

        at java.net.URLClassLoader$1.run(URLClassLoader.java:255)

        at java.security.AccessController.doPrivileged(Native Method)

        at java.net.URLClassLoader.findClass(URLClassLoader.java:243)

        at java.lang.ClassLoader.loadClass(ClassLoader.java:372)

        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:344)

        at java.lang.ClassLoader.loadClass(ClassLoader.java:313)

Could not find the main class: com.sap.engine.offline.OfflineToolStart.  Program will exit.

ERROR 2013-11-05 07:42:45.464

unknown message ID (nw.syscopy.storagecopy.secstore.GetDBUserJavaFailed,/usr/sap/tools/TXE/sapinst_instdir/NW70/SBC/CENTRAL/getDBConnectInfo.log)

ERROR 2013-11-05 07:42:46.624

FCO-00011  The step getDBUserJava_Source with step key |offlineadjustment_dialogs|ind|ind|ind|ind|0|0|getDBUserJava_Source was executed with status ERROR ( Last

error reported by the step: ).

ERROR      2013-11-05 07:42:49.327 [EJSController.cpp:292]

FJS-00004  Conversion from jsval to JSObject failed.

INFO       2013-11-05 07:45:31.629 [sixxcstepexecute.cpp:996]

An error occured and the user decided to stop.\n Current step "|offlineadjustment_dialogs|ind|ind|ind|ind|0|0|getDBUserJava_Source".

..........................................................................................................................................................................................................................

On checking the logs we noticed that error is indicating that class com.sap.engine.offline.OfflineToolStart could be found. This class belongs to the launcher.jarfile, which per the command line it is trying to load from:

“/sapmnt/TXE/global/sltools/sharedlib/launcher.jar”

However there exists no launcher file in this path. We also downloaded the latest CORE TOOLS and extracted, but launcher.jar file was not available here as well.

Could anybody let me know how to proceed on this/

Thanks,

Soumya


Accepted Solutions (1)

Accepted Solutions (1)

jimguo
Advisor
Advisor
0 Kudos

Hi,

The jar archive should be extracted from J2EEINSTALL.SAR in the java dvd.

Thanks.

Jim

Answers (3)

Answers (3)

Former Member
0 Kudos

Hey thank you both for your suggestions.

It's working now. the J2EEINSTALL.SAR was not getting extracted properly everytime.

Thanks,

Soumya

Former Member
0 Kudos

Hi,

I extracted the J2EEINSTALL.SAR file, however it did not contain the launcher.jar file in it. So what do i do next?

Thanks,

Soumya

Reagan
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello

Just try this:

Copy the missing files from /usr/sap/TXE/DVEBMGS00/j2ee/configtool/lib to the /sapmnt/TXE/global/sltools/sharedlib location and restart the tool.

Regards

RB

Former Member
0 Kudos

Hi,

Did you check the note that was provided earlier.

Can also try the hint as per the below note.

1678319 - Sapinst fails in step getUsageTypes during export of NW 7.0

Thanks

Rishi Abrol

jimguo
Advisor
Advisor
0 Kudos

Hi,

What is the output of:

sapcar -dvf J2EEINSTALL.SAR

Thanks.

Jim

Former Member
0 Kudos

Hi,

Please check the below note.

1903663 - Java class is not found: com.sap.engine.offline.OfflineToolStart

Thanks

Rishi Abrol