cancel
Showing results for 
Search instead for 
Did you mean: 

Convert UME problem - Solution Manager 7.1

Former Member
0 Kudos

After a Copy Client in the Solution Manager, I'm trying to convert the UME according SPRO procedure (below) but having problems when I execute:

/usr/sap/<SID>/DVEBMGS<SYSNR>/j2ee/configtool/configtool.sh

Error

soladm> /usr/sap/SOL/DVEBMGS51/j2ee/configtool/configtool.sh

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

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

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

SPRO Procedure

Activities

1. Start the Config. Tool under:

Windows:

\\usr\sap\<SID>\DVEBMGS<SYSNR>\j2ee\configtool\configtool.b at

Unix:

/usr/sap/<SID>/DVEBMGS<SYSNR>/j2ee/configtool/configtool.sh

2. Choose the following path in the Config. Tool

cluster-data -> Global server configuration -> services -> com.sap.security.core.ume.service.

3. Choose the value ume.r3.connection.master.client in Global properties.

4. Set the production client, e.g. to the value 100 in the Value field.

5. Choose Set and confirm the changes in the Custom value column.

6. Save.

7. Restart your Java Engine.

Could you help?

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Check in script if classpath contains lib/launcher.jar file.

Former Member
0 Kudos

Hi Voiding,

Also use the below steo and restart the java engine.

After client copy from 001,

Open the useradmin url -> configuration -> ABAP system -> client

Rg,

Karthik

bxiv
Active Contributor
0 Kudos