Forum Discussion

Aaron_Siri's avatar
Aaron_Siri
Occasional Contributor
16 years ago

SoapUI 3.0 beta does not start

I'm attempting to run 3.0 beta in Ubuntu LInux with Java version 1.6.0_13-b03.

SoapUI's splash screen comes up followed by the UI but it is frozen.

When I run from the command-line the following error is thrown:

Exception in thread "XpcEventThread" java.lang.UnsatisfiedLinkError: Cannot load native JNIWrapper library (libjniwrap.so).
at com.jniwrapper.Library.loadNativeCode(SourceFile:77)
at com.jniwrapper.Library.loadNativeCode(SourceFile:102)
at com.jniwrapper.Library.ensureNativeCode(SourceFile:112)
at com.jniwrapper.Library.load(SourceFile:121)
at com.jniwrapper.Library.getFunction(SourceFile:256)
at com.jniwrapper.Library.getFunction(SourceFile:274)
at com.teamdev.a.c.e.(SourceFile:19)
at com.teamdev.xpcom.impl.awt.AwtLinuxPlatform$b.runOneIteration(SourceFile:20)
at com.teamdev.xpcom.impl.awt.c.run(SourceFile:82)
at com.teamdev.xpcom.impl.awt.d$a.run(SourceFile:68)
at java.lang.Thread.run(Thread.java:619)