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