nmizar
16 years agoOccasional Contributor
[RESOLVED]Cannot run soapui 3.0.1
Hi folks,
I have downloaded and installed SOAP UI 3.0.1 onto my Ubuntu 9.04 "Jaunty Jackalope". When I try to run it, an error occurs (basically, java.lang.RuntimeException: java.lang.InternalError: libXt loaded before libXm). Nevertheless, SOAP UI 3.0 works fine (though I would prefere 3.0.1 with its whole set of improvements)
Any help or hints will be appreciated.
Thanks in advance,
*Nacho*
P.S. I have sent a similar message to sourceforge, though I guess this forum is its right place to be, isn't it?
P.P.S. My apologies if the stack trace dump is not an accepted practice in this forum.
complete stack trace:
java.lang.RuntimeException: java.lang.InternalError: libXt loaded before libXm at com.teamdev.xpcom.Xpcom.initialize(SourceFile:180) at com.teamdev.xpcom.Xpcom.initialize(SourceFile:84) at com.eviware.soapui.support.components.BrowserComponent.initialize(BrowserComponent.java:122) at com.eviware.soapui.SoapUI.main(SoapUI.java:640) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.exe4j.runtime.LauncherEngine.launch(Unknown Source) at com.install4j.runtime.Launcher.main(Unknown Source) Caused by: java.lang.InternalError: libXt loaded before libXm at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary0(Unknown Source) at java.lang.ClassLoader.loadLibrary(Unknown Source) at java.lang.Runtime.loadLibrary0(Unknown Source) at java.lang.System.loadLibrary(Unknown Source) at sun.security.action.LoadLibraryAction.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.awt.Toolkit.loadLibraries(Unknown Source) at java.awt.Toolkit.(Unknown Source) at com.teamdev.xpcom.impl.awt.linux.AwtLinuxPlatform$a.(SourceFile:34) at com.teamdev.xpcom.impl.awt.linux.AwtLinuxPlatform.(SourceFile:152) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at java.lang.Class.newInstance0(Unknown Source) at java.lang.Class.newInstance(Unknown Source) at com.teamdev.xpcom.impl.G.b(SourceFile:69) at com.teamdev.xpcom.impl.G.getInstance(SourceFile:36) at com.teamdev.xpcom.c.run(SourceFile:145) java.lang.InternalError: libXt loaded before libXm at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary0(Unknown Source) at java.lang.ClassLoader.loadLibrary(Unknown Source) at java.lang.Runtime.loadLibrary0(Unknown Source) at java.lang.System.loadLibrary(Unknown Source) at sun.security.action.LoadLibraryAction.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at sun.awt.NativeLibLoader.loadLibraries(Unknown Source) at sun.awt.DebugHelper.(Unknown Source) at java.awt.EventQueue.(Unknown Source) at javax.swing.SwingUtilities.invokeLater(Unknown Source) at com.eviware.soapui.SoapUI.main(SoapUI.java:645) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.exe4j.runtime.LauncherEngine.launch(Unknown Source) at com.install4j.runtime.Launcher.main(Unknown Source) java.lang.NoClassDefFoundError: Could not initialize class sun.awt.DebugHelper at java.awt.Component.(Unknown Source) at com.exe4j.runtime.LauncherEngine.handleFailure(Unknown Source) at com.exe4j.runtime.LauncherEngine.launch(Unknown Source) at com.install4j.runtime.Launcher.main(Unknown Source) Exception in thread "main" java.lang.NoClassDefFoundError: Could not initialize class com.exe4j.runtime.util.InternalErrorFrame at com.exe4j.runtime.LauncherEngine.handleFailure(Unknown Source) at com.exe4j.runtime.LauncherEngine.launch(Unknown Source) at com.install4j.runtime.Launcher.main(Unknown Source) Exception in thread "XpcMessageLoop" java.lang.NoClassDefFoundError: Could not initialize class java.awt.Toolkit at com.teamdev.xpcom.impl.awt.linux.AwtLinuxPlatform$a.(SourceFile:34) at com.teamdev.xpcom.impl.awt.linux.AwtLinuxPlatform.(SourceFile:152) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at java.lang.Class.newInstance0(Unknown Source) at java.lang.Class.newInstance(Unknown Source) at com.teamdev.xpcom.impl.G.b(SourceFile:69) at com.teamdev.xpcom.impl.G.getInstance(SourceFile:36) at com.teamdev.xpcom.impl.G.initialize(SourceFile:81) at com.teamdev.xpcom.c.run(SourceFile:159) Exception in thread "XpcShutdownThread" java.lang.IllegalStateException: Message loop is not initialized. Please call initAWT() or initSWT() first at com.teamdev.xpcom.impl.F.h(SourceFile:28) at com.teamdev.xpcom.Xpcom.a(SourceFile:37) at com.teamdev.xpcom.a.run(SourceFile:123)
I have downloaded and installed SOAP UI 3.0.1 onto my Ubuntu 9.04 "Jaunty Jackalope". When I try to run it, an error occurs (basically, java.lang.RuntimeException: java.lang.InternalError: libXt loaded before libXm). Nevertheless, SOAP UI 3.0 works fine (though I would prefere 3.0.1 with its whole set of improvements)
Any help or hints will be appreciated.
Thanks in advance,
*Nacho*
P.S. I have sent a similar message to sourceforge, though I guess this forum is its right place to be, isn't it?
P.P.S. My apologies if the stack trace dump is not an accepted practice in this forum.
complete stack trace:
java.lang.RuntimeException: java.lang.InternalError: libXt loaded before libXm at com.teamdev.xpcom.Xpcom.initialize(SourceFile:180) at com.teamdev.xpcom.Xpcom.initialize(SourceFile:84) at com.eviware.soapui.support.components.BrowserComponent.initialize(BrowserComponent.java:122) at com.eviware.soapui.SoapUI.main(SoapUI.java:640) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.exe4j.runtime.LauncherEngine.launch(Unknown Source) at com.install4j.runtime.Launcher.main(Unknown Source) Caused by: java.lang.InternalError: libXt loaded before libXm at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary0(Unknown Source) at java.lang.ClassLoader.loadLibrary(Unknown Source) at java.lang.Runtime.loadLibrary0(Unknown Source) at java.lang.System.loadLibrary(Unknown Source) at sun.security.action.LoadLibraryAction.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.awt.Toolkit.loadLibraries(Unknown Source) at java.awt.Toolkit.