Hi,
this is one of 3 failures I experienced with 4.0.1 and 4.0.2_SNAPSHOT versions of SoapUI on Ubuntu 11.04. This one workaround fixed me in just starting up the application on JDK 64-bit.
But there are following issues, which I will provide a link to:
Something what you can see in app log or in terminal when starting using term
Message:
ERROR:org.mozilla.xpcom.XPCOMException: The function "run" returned an error condition (0x80004005)
fix might be found at
viewtopic.php?f=13&t=7765&p=27165#p27165There is also something related to not fixed dependency on old libraries, so this make soapui on new Ubuntu and maybe also other Debian based distributions crashed.
Message:
[XpcMessageLoop] DEBUG com.jniwrapper.DefaultLibraryLoader - Finding library in JARs...
Exception in thread "XpcMessageLoop" java.lang.RuntimeException: java.io.FileNotFoundException: Library libgthread-2.0 not found at any known locations !
at com.jniwrapper.linux.utils.LinuxLibraryLoader.(LinuxLibraryLoader.java:90)
at com.jniwrapper.gdk.GdkMultithreading.(GdkMultithreading.java:48)
at com.jniwrapper.gdk.GdkMultithreading.getInstance(GdkMultithreading.java:35)
at com.jniwrapper.gtk.GTK.initialize(GTK.java:97)
at com.teamdev.xpcom.a.a.a.a.(Unknown Source)
at com.teamdev.xpcom.XpcMessageLoop.(Unknown Source)
at com.teamdev.xpcom.XpcMessageLoop.getInstance(Unknown Source)
at com.teamdev.xpcom.b$b.run(Unknown Source)
Caused by: java.io.FileNotFoundException: Library libgthread-2.0 not found at any known locations !
... 8 more
The fix could be found at
http://hirostouch.blogspot.com/2011/05/ ... -1104.html and it completly helped to fix my problem with one difference. My distribution is type of amd64, so I just needed to download and extract libraries to /usr/lib from this link:
http://91.189.94.219/natty/amd64/libglib2.0-0/downloadFrom now soapui 4 and newer are working on my Ubuntu 11.04 AMD64 linux machine just fine.
Hope this helps.
Regards,
Ladislav