Forum Discussion
6 Replies
- autoscout24ContributorError messages from log file
Exception in thread "XpcMessageLoop" java.lang.UnsatisfiedLinkError: C:\Program Files\eviware\soapUI-Pro-3.6.2-SNAPSHOT\.JxBrowser\xulrunner-windows-version-1.9.2\xulrunner-windows\javaxpcomglue.dll: This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem
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.load0(Unknown Source)
at java.lang.System.load(Unknown Source)
at org.mozilla.xpcom.internal.JavaXPCOMMethods.registerJavaXPCOMMethods(JavaXPCOMMethods.java:57)
at org.mozilla.xpcom.internal.MozillaImpl.initialize(MozillaImpl.java:48)
at org.mozilla.xpcom.Mozilla.initialize(Mozilla.java:668)
at com.teamdev.xpcom.a.a(Unknown Source)
at com.teamdev.xpcom.b$b.run(Unknown Source)
java.lang.UnsatisfiedLinkError: org.mozilla.xpcom.internal.XPCOMImpl.getServiceManager()Lorg/mozilla/interfaces/nsIServiceManager;
at org.mozilla.xpcom.internal.XPCOMImpl.getServiceManager(Native Method)
at org.mozilla.xpcom.Mozilla.getServiceManager(Mozilla.java:867)
at com.teamdev.xpcom.util.ProxyManager.<init>(Unknown Source)
at com.teamdev.xpcom.util.ProxyManager.getInstance(Unknown Source)
at com.teamdev.xpcom.b.invokeLater(Unknown Source)
at com.teamdev.xpcom.Xpcom.invokeLater(Unknown Source)
at com.teamdev.xpcom.a.a.setType(Unknown Source)
at com.eviware.soapui.support.components.BrowserComponent.updateProxy(BrowserComponent.java:846)
at com.eviware.soapui.impl.wsdl.support.http.ProxyUtils.setProxyEnabled(ProxyUtils.java:183)
at com.eviware.soapui.SoapUI.buildToolbar(SoapUI.java:306)
at com.eviware.soapui.SoapUI.buildUI(SoapUI.java:258)
at com.eviware.soapui.SoapUI.show(SoapUI.java:927)
at com.eviware.soapui.SoapUI.startSoapUI(SoapUI.java:790)
at com.eviware.soapui.SoapUIPro.b(SourceFile:267)
at com.eviware.soapui.SoapUIPro.a(SourceFile:192)
at com.eviware.soapui.SoapUIPro$SoapUIProRunner.run(SourceFile:1197)
at com.eviware.soapui.SoapUIPro.main(SourceFile:233)
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.exe4j.runtime.WinLauncher.main(Unknown Source) - Hi,
This seems related to writing permissions to the JxBrowser folder which we now moved inside soapui-home folder.
You could either try removing "-Djxbrowser.xulrunner.dir" entry from ..\eviware\soapUI-Pro-3.6.2-SNAPSHOT\bin\soapUI-Pro-3.6.2-SNAPSHOT.vmoptions file or log in with administrator privilege if that is an option.
Also you can start soapUI through ..\eviware\soapUI-Pro-3.6.2-SNAPSHOT\bin\soapui-pro.bat in which case it will create JxBrowser folder in user-dir. Let us know if you still have problems with it.
Sorry for this inconvenience. We will let you know when this is solved in the installer.
Regards,
Dragica
/www.eviware.com - autoscout24ContributorHi,
The only possibility that can able to start is SoapUI Pro is to uncomment the entry 'set JAVA_OPTS=%JAVA_OPTS% -Dsoapui.jxbrowser.disable="true"' int the file '...\eviware\soapUI-Pro-3.6.2-SNAPSHOT\bin\soapui-pro.bat' and start the via double clicking the 'soapui-pro.bat' file.
All the other scenarios which you mentioned prompts me the same error message.
Regards
Vijay - grexeOccasional ContributorI had the same problem with 3.6.2 nightly on a "secure" Windows box.
Strange enough, setting the *same* property in the soapUI .vmopts did not help, only changing the Java properties directly in the .bat script helped. - grexeOccasional Contributor
eviware support wrote: This seems related to writing permissions to the JxBrowser folder which we now moved inside soapui-home folder.
what were the reasons for this change? This causes unneccessary problems with Windows security restrictions, esp. in Windows 7 / x64 environments... just stumbled over this, and only changing the .bat file helped (setting the same property in .vmopts did not help, so I cannot use the exe wrapper anymore). - Hi,
We have in the nightly build moved the JxBrowser directory to the soapUI installation folder because it filled up the profile for some of our users that had a limit on profile size. We'll have to try to reproduce this error you are getting, is it just a clean win 7 installation?
regards,
/Ole
eviware.com