cancel
Showing results for 
Search instead for 
Did you mean: 

Error with SDM during Solution Manager installation

Former Member
0 Kudos

Hello all...

I am currently finishing up an installation of solman, and am running into the following error during the SDM password reset phase:

Execution of the command "/ost/jdk1.5.0_06/bin/java -Xmx256M -Djava.ext.dirs=/usr/sap/SM1/DVEBMGS00/SDM/program/lib:/ost/jdk1.5.0_06/jre/lib/ext -jar /usr/sap/SM1/DVEBMGS00/SDM/program/bin/SDM.jar changepassword XXXXXX sdmhome=/usr/sap/SM1/DVEBMGS00/SDM/program logfile=/tmp/sapinst_instdir/SOLMAN/SYSTEM/ORA/CENTRAL/AS/callSdmViaSapinst.log" finished with return code 1. Output:

Exception in thread "main" java.lang.OutOfMemoryError

at java.util.zip.ZipFile.open(Native Method)

at java.util.zip.ZipFile.<init>(ZipFile.java:203)

at java.util.jar.JarFile.<init>(JarFile.java:132)

at java.util.jar.JarFile.<init>(JarFile.java:70)

at sun.misc.URLClassPath$JarLoader.getJarFile(URLClassPath.java:579)

at sun.misc.URLClassPath$JarLoader.<init>(URLClassPath.java:546)

at sun.misc.URLClassPath$3.run(URLClassPath.java:324)

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

at sun.misc.URLClassPath.getLoader(URLClassPath.java:313)

at sun.misc.URLClassPath.getLoader(URLClassPath.java:290)

at sun.misc.URLClassPath.getResource(URLClassPath.java:160)

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

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

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

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

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

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

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

at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)

ERROR 2008-05-15 15:26:02.4 iaxxinscbk.cpp:282

abortInstallation

MUT-02041 SDM call of changepassword ends with returncode 1

ERROR 2008-05-15 15:26:02.5

CJSlibModule::writeError_impl()

MUT-03025 Caught ESAPinstException in Modulecall: ESAPinstException: error text undefined.

ERROR 2008-05-15 15:26:02.5 iaxxgenimp.cpp:731

showDialog()

FCO-00011 The step setSDMPassword with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CI_Instance|ind|ind|ind|ind|11|0|NW_CI_Instance_Configure_Java|ind|ind|ind|ind|4|0|setSDMPassword was executed with status ERROR .

Any help is greatly appreciated!!

Joe

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

The command crashed with OutOfMemoryError during the classloading. I suppose there might be some really huge zip or jar file in the folders /usr/sap/SM1/DVEBMGS00/SDM/program/lib and /ost/jdk1.5.0_06/jre/lib/ext so the heap of 256 MB was not enough to load it. If so, just move that file(s) out of the folder.

Kind regards,

Tsvetomir

Answers (0)