cancel
Showing results for 
Search instead for 
Did you mean: 

Missing configtool.bat

Former Member
0 Kudos

Hello all...

I am currently in the middle of a Solman install, and am running into an out of memory error:

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 13:49:33.801 [iaxxgenimp.cpp:731]

showDialog()

I understand that I need to increase the heap size to 2GB, but can't find the configtool.bat file anywhere. I thought it was installed during the install, but could be wrong.

Is there a parameter file that needs to be changed, software that needs to be added, etc.? We are installing on LINUX (X86_64bit) with oracle. The solman version is 4.0 SP3 and java is 1.5.0.

I am completely stuck pending this little hump...your help is greatly, and I do mean GREATLY appreciated!!!!

Edited by: Joe Johnson on May 15, 2008 8:33 PM

Edited by: Joe Johnson on May 15, 2008 2:48 PM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Okay...I figured this one out. BUT, I am running into another issue a little further along when it attempts to change the SDM password...

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 .

Thank you again!!!