Forum Discussion

mattr's avatar
mattr
New Contributor
11 years ago

SoapUI / Install4j crashes on installation on Mac 10.6

Hello,

SoapUI 4.6.4 fails to install on Mac OS X 10.6.8.
I put a short writeup here: http://pastebin.com/q0j3rrqF
It seems that install4j is the culprit.
The same problem is mentioned here: https://forum.soapui.org/viewtopic.php?f=13&t=22832.

If you can provide some info on running the version I downloaded and unzipped from a terminal I would appreciate it. Every other post on the net is about running automated tests from command line. I want to launch the mac gui of the main application from the command line. Tried this, didn't work:

$ sh bin/soapui.sh
bin/soapui.sh: line 43: [: too many arguments
================================
=
= SOAPUI_HOME = /Users/me/Documents/mac soapui/SoapUI-4.6.4
=
================================
Exception in thread "main" java.lang.NoClassDefFoundError: soapui/SoapUI-4/6/4
Caused by: java.lang.ClassNotFoundException: soapui.SoapUI-4.6.4
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:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)

3 Replies

  • nmrao's avatar
    nmrao
    Champion Level 3
    Not exactly sure. But, can you try without a space in your directory name?
    Remove space in below path
    /Users/me/Documents/mac soapui/SoapUI-4.6.4
  • mattr's avatar
    mattr
    New Contributor
    It works!! Thank you very much.

    So Install4j is broken, but Mac users can run it manually by unzipping the archive, open a terminal, then
    $ cd SoapUI-4.6.4
    $ sh bin/soapui.sh