JKing
14 years agoOccasional Contributor
Soap UI Pro does not run on Win 7 Ultimate N
After several back and forths with Smart Bear tech support, I still cannot run Soap UI Pro on a Win 7 Ultimate N. I've tried both the 32-bit and 64-bit versions. It runs fine after you install it, but if you reboot your machine, it stops running, failing with:
C:\Program Files\SmartBear\soapUI-Pro-4.0.1\bin>"C:\glassfishv3\jdk\bin\java" -Xms128m -Xmx1024m -Dsoapui.properties=soa
pui.properties -Dgroovy.source.encoding=iso-8859-1 "-Dsoapui.home=C:\Progra~1\SmartBear\soapUI-Pro-4.0.1\bin\\" -Dsoapui
.ext.libraries="C:\Progra~1\SmartBear\soapUI-Pro-4.0.1\bin\ext" -Dsoapui.ext.listeners="C:\Progra~1\SmartBear\soapUI-Pro
-4.0.1\bin\listeners" -Dsoapui.ext.actions="C:\Progra~1\SmartBear\soapUI-Pro-4.0.1\bin\actions" -Djava.library.path="C:\
Progra~1\SmartBear\soapUI-Pro-4.0.1\bin\\" -Dwsi.dir="C:\Progra~1\SmartBear\soapUI-Pro-4.0.1\bin\..\wsi-test-tools" com.
eviware.soapui.SoapUIPro
Exception in thread "main" java.lang.NoClassDefFoundError: com/eviware/soapui/support/SoapUIException
Caused by: java.lang.ClassNotFoundException: com.eviware.soapui.support.SoapUIException
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
Could not find the main class: com.eviware.soapui.SoapUIPro. Program will exit.
It is repeatable. I thought I had figured it out when I realized the old batch file trick of doing this:
set SOAPUI_HOME=%~dp0
doesn't work apparently on this version of windows, so I put in a hard coded equivalent of the path, and that doesn't work either.
Very disappointing, and a waste of several hundred dollars...
C:\Program Files\SmartBear\soapUI-Pro-4.0.1\bin>"C:\glassfishv3\jdk\bin\java" -Xms128m -Xmx1024m -Dsoapui.properties=soa
pui.properties -Dgroovy.source.encoding=iso-8859-1 "-Dsoapui.home=C:\Progra~1\SmartBear\soapUI-Pro-4.0.1\bin\\" -Dsoapui
.ext.libraries="C:\Progra~1\SmartBear\soapUI-Pro-4.0.1\bin\ext" -Dsoapui.ext.listeners="C:\Progra~1\SmartBear\soapUI-Pro
-4.0.1\bin\listeners" -Dsoapui.ext.actions="C:\Progra~1\SmartBear\soapUI-Pro-4.0.1\bin\actions" -Djava.library.path="C:\
Progra~1\SmartBear\soapUI-Pro-4.0.1\bin\\" -Dwsi.dir="C:\Progra~1\SmartBear\soapUI-Pro-4.0.1\bin\..\wsi-test-tools" com.
eviware.soapui.SoapUIPro
Exception in thread "main" java.lang.NoClassDefFoundError: com/eviware/soapui/support/SoapUIException
Caused by: java.lang.ClassNotFoundException: com.eviware.soapui.support.SoapUIException
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
Could not find the main class: com.eviware.soapui.SoapUIPro. Program will exit.
It is repeatable. I thought I had figured it out when I realized the old batch file trick of doing this:
set SOAPUI_HOME=%~dp0
doesn't work apparently on this version of windows, so I put in a hard coded equivalent of the path, and that doesn't work either.
Very disappointing, and a waste of several hundred dollars...