Forum Discussion
Thorsten_Boger
16 years agoOccasional Contributor
Hi,
no the quotation marks don't make any difference - and actually I am not surprised because the .bat file per default comes with this line:
rem uncomment to disable browser component
rem set JAVA_OPTS=%JAVA_OPTS% -Dsoapui.jxbrowser.disable="true"
i.e. with the quotation marks.
And I am having in parallel a standard (free) SoapUI 3.0.1 version on my PC which starts with these settings in the .bat file:
set JAVA_OPTS=-Xms128m -Xmx384m -Dsoapui.properties=soapui.properties "-Dsoapui.home=%SOAPUI_HOME%\"
if "%SOAPUI_HOME%" == "" goto START
set JAVA_OPTS=%JAVA_OPTS% -Dsoapui.ext.libraries="%SOAPUI_HOME%ext"
set JAVA_OPTS=%JAVA_OPTS% -Dsoapui.ext.listeners="%SOAPUI_HOME%listeners"
set JAVA_OPTS=%JAVA_OPTS% -Dsoapui.ext.actions="%SOAPUI_HOME%actions"
set JAVA_OPTS=%JAVA_OPTS% -Djava.library.path="%SOAPUI_HOME%\"
set JAVA_OPTS=%JAVA_OPTS% -Dwsi.dir="%SOAPUI_HOME%..\wsi-test-tools"
set JAVA_OPTS=%JAVA_OPTS% -DGRE_HOME="%SOAPUI_HOME%..\xulrunner-windows"
rem uncomment to disable browser component
set JAVA_OPTS=%JAVA_OPTS% -Dsoapui.jxbrowser.disable="true"
The startup log contains just this:
Configuring log4j from [C:\Program Files\eviware\soapui-3.0.1\bin\soapui-log4j.x
ml]
11:52:35,188 INFO [SoapUI] Added [file:/C:/Program%20Files/eviware/soapui-3.0.1
/bin/ext/Icw_Ehi_Qa_GroovyTestLibrary.jar] to classpath
Failed to create icon: java.lang.UnsatisfiedLinkError: no sljava in java.library
.path
11:52:36,251 INFO [DefaultSoapUICore] initialized soapui-settings from [C:\Docu
ments and Settings\i000731\soapui-settings.xml]
11:52:37,313 INFO [WorkspaceImpl] Loading workspace from [C:\Documents and Sett
ings\i000731\default-soapui-workspace.xml]
...which also contains that sljava UnsatisfiedLinkError entry but it is a bit different from the error in case of SoapUI Pro:
12:00:37,054 INFO [DefaultSoapUICore] initialized soapui-settings from [C:\Docu
ments and Settings\i000731\soapui-settings.xml]
12:00:37,835 INFO [SoapUIProGroovyScriptEngineFactory] Setting Script Library t
o [C:\Program Files\eviware\soapUI-pro-3.0.1\bin\scripts]
12:00:37,835 INFO [DefaultSoapUICore] Adding listeners from [C:\Program Files\e
viware\soapui-pro-3.0.1\bin\listeners\demo-listeners.xml]
Exception in thread "main" java.lang.UnsatisfiedLinkError: no sljava in java.lib
rary.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1689)
at java.lang.Runtime.loadLibrary0(Runtime.java:823)
at java.lang.System.loadLibrary(System.java:1028)
at com.actividentity.sso.javasso.SSOLoginScriptRunner.(SSOLoginS
criptRunner.java:841)
at com.actividentity.sso.javasso.ConsoleLogger.(Logger.java:54)
at com.actividentity.sso.javasso.Logger.(Logger.java:73)
at com.actividentity.sso.javasso.awt_swing.JavaSSOHook.(JavaSSOHoo
k.java:32)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstruct
orAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingC
onstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at java.lang.Class.newInstance0(Class.java:355)
at java.lang.Class.newInstance(Class.java:308)
at java.awt.Toolkit.loadAssistiveTechnologies(Toolkit.java:771)
at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:859)
at sun.java2d.d3d.D3DGraphicsDevice.(D3DGraphicsDevice.java:47)
at sun.awt.Win32GraphicsEnvironment.makeScreenDevice(Win32GraphicsEnviro
nment.java:319)
at sun.java2d.SunGraphicsEnvironment.getScreenDevices(SunGraphicsEnviron
ment.java:349)
at sun.awt.Win32GraphicsEnvironment.getDefaultScreenDevice(Win32Graphics
Environment.java:84)
at java.awt.Window.init(Window.java:379)
at java.awt.Window.(Window.java:432)
at java.awt.Frame.(Frame.java:403)
at javax.swing.JFrame.(JFrame.java:202)
at com.eviware.soapui.SoapUI.startSoapUI(SoapUI.java:664)
at com.eviware.soapui.SoapUIPro.b(SourceFile:261)
at com.eviware.soapui.SoapUIPro.a(SourceFile:187)
at com.eviware.soapui.SoapUIPro$SoapUIProRunner.run(SourceFile:1110)
at com.eviware.soapui.SoapUIPro.main(SourceFile:228)
-> i.e. with basically the same .bat file options the free version starts without problems but the Pro version doesn't start at all using this jxbrowser parameter!
And I suppose it is related to this sljava issue in the log...
Cheers, Dieter
no the quotation marks don't make any difference - and actually I am not surprised because the .bat file per default comes with this line:
rem uncomment to disable browser component
rem set JAVA_OPTS=%JAVA_OPTS% -Dsoapui.jxbrowser.disable="true"
i.e. with the quotation marks.
And I am having in parallel a standard (free) SoapUI 3.0.1 version on my PC which starts with these settings in the .bat file:
set JAVA_OPTS=-Xms128m -Xmx384m -Dsoapui.properties=soapui.properties "-Dsoapui.home=%SOAPUI_HOME%\"
if "%SOAPUI_HOME%" == "" goto START
set JAVA_OPTS=%JAVA_OPTS% -Dsoapui.ext.libraries="%SOAPUI_HOME%ext"
set JAVA_OPTS=%JAVA_OPTS% -Dsoapui.ext.listeners="%SOAPUI_HOME%listeners"
set JAVA_OPTS=%JAVA_OPTS% -Dsoapui.ext.actions="%SOAPUI_HOME%actions"
set JAVA_OPTS=%JAVA_OPTS% -Djava.library.path="%SOAPUI_HOME%\"
set JAVA_OPTS=%JAVA_OPTS% -Dwsi.dir="%SOAPUI_HOME%..\wsi-test-tools"
set JAVA_OPTS=%JAVA_OPTS% -DGRE_HOME="%SOAPUI_HOME%..\xulrunner-windows"
rem uncomment to disable browser component
set JAVA_OPTS=%JAVA_OPTS% -Dsoapui.jxbrowser.disable="true"
The startup log contains just this:
Configuring log4j from [C:\Program Files\eviware\soapui-3.0.1\bin\soapui-log4j.x
ml]
11:52:35,188 INFO [SoapUI] Added [file:/C:/Program%20Files/eviware/soapui-3.0.1
/bin/ext/Icw_Ehi_Qa_GroovyTestLibrary.jar] to classpath
Failed to create icon: java.lang.UnsatisfiedLinkError: no sljava in java.library
.path
11:52:36,251 INFO [DefaultSoapUICore] initialized soapui-settings from [C:\Docu
ments and Settings\i000731\soapui-settings.xml]
11:52:37,313 INFO [WorkspaceImpl] Loading workspace from [C:\Documents and Sett
ings\i000731\default-soapui-workspace.xml]
...which also contains that sljava UnsatisfiedLinkError entry but it is a bit different from the error in case of SoapUI Pro:
12:00:37,054 INFO [DefaultSoapUICore] initialized soapui-settings from [C:\Docu
ments and Settings\i000731\soapui-settings.xml]
12:00:37,835 INFO [SoapUIProGroovyScriptEngineFactory] Setting Script Library t
o [C:\Program Files\eviware\soapUI-pro-3.0.1\bin\scripts]
12:00:37,835 INFO [DefaultSoapUICore] Adding listeners from [C:\Program Files\e
viware\soapui-pro-3.0.1\bin\listeners\demo-listeners.xml]
Exception in thread "main" java.lang.UnsatisfiedLinkError: no sljava in java.lib
rary.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1689)
at java.lang.Runtime.loadLibrary0(Runtime.java:823)
at java.lang.System.loadLibrary(System.java:1028)
at com.actividentity.sso.javasso.SSOLoginScriptRunner.
criptRunner.java:841)
at com.actividentity.sso.javasso.ConsoleLogger.
at com.actividentity.sso.javasso.Logger.
at com.actividentity.sso.javasso.awt_swing.JavaSSOHook.
k.java:32)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstruct
orAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingC
onstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at java.lang.Class.newInstance0(Class.java:355)
at java.lang.Class.newInstance(Class.java:308)
at java.awt.Toolkit.loadAssistiveTechnologies(Toolkit.java:771)
at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:859)
at sun.java2d.d3d.D3DGraphicsDevice.
at sun.awt.Win32GraphicsEnvironment.makeScreenDevice(Win32GraphicsEnviro
nment.java:319)
at sun.java2d.SunGraphicsEnvironment.getScreenDevices(SunGraphicsEnviron
ment.java:349)
at sun.awt.Win32GraphicsEnvironment.getDefaultScreenDevice(Win32Graphics
Environment.java:84)
at java.awt.Window.init(Window.java:379)
at java.awt.Window.
at java.awt.Frame.
at javax.swing.JFrame.
at com.eviware.soapui.SoapUI.startSoapUI(SoapUI.java:664)
at com.eviware.soapui.SoapUIPro.b(SourceFile:261)
at com.eviware.soapui.SoapUIPro.a(SourceFile:187)
at com.eviware.soapui.SoapUIPro$SoapUIProRunner.run(SourceFile:1110)
at com.eviware.soapui.SoapUIPro.main(SourceFile:228)
-> i.e. with basically the same .bat file options the free version starts without problems but the Pro version doesn't start at all using this jxbrowser parameter!
And I suppose it is related to this sljava issue in the log...
Cheers, Dieter
Related Content
- 12 years ago
- 8 years ago
Recent Discussions
- 18 days ago