koniXV
12 years agoNew Contributor
Impossible to launch SoapUI with non-root user
Hi,
I have installed SoapUI 4.6.3 with the sh script on Fedora 20 64bits as root in the directory /opt.
When I launch SoapUI with the user root, SoapUI works correctly.
But when I launch SoapUI with a non-root user, I have a Java exception.
This is the exception :
I have installed SoapUI 4.6.3 with the sh script on Fedora 20 64bits as root in the directory /opt.
When I launch SoapUI with the user root, SoapUI works correctly.
But when I launch SoapUI with a non-root user, I have a Java exception.
This is the exception :
Configuring log4j from [/opt/SmartBear/SoapUI-4.6.3/bin/soapui-log4j.xml]
23:41:33,565 INFO [DefaultSoapUICore] Creating new settings at [/home/nicolas/soapui-settings.xml]
23:41:34,471 INFO [SoapUI] Used java version: 1.7.0_40
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Exception in thread "XPCOMMessageLoop" org.mozilla.xpcom.XPCOMException: The function "savePrefFile" returned an error condition (0x80520015)
at org.mozilla.xpcom.internal.XPCOMJavaProxy.callXPCOMMethod(Native Method)
at org.mozilla.xpcom.internal.XPCOMJavaProxy.invoke(Unknown Source)
at com.sun.proxy.$Proxy4.savePrefFile(Unknown Source)
at com.teamdev.jxbrowser.gecko.xpcom.MozillaToolkit.g(Unknown Source)
at com.teamdev.jxbrowser.gecko.xpcom.MozillaToolkit.initialize(Unknown Source)
at com.teamdev.jxbrowser.gecko.xpcom.AppShellXPCOMThread$b.run(Unknown Source)