Forum Discussion

shafiqul's avatar
shafiqul
Frequent Visitor
8 years ago

Can't execute script by using testrunner.bat via a webportal that is hosted in windows server2008 R2

We have a portal which will execute soapui scripts by using testrunner.bat. We can able to execute the scripts in localhost but when we are deploying it in a different server getting the following message from testrunner.bat:

 

del %TEMP%\jfxrtpath set CLASSPATH=%CLASSPATH%;%JFXRTPATH% rem JVM parameters, modify as appropriate set JAVA_OPTS=-Xms128m -Xmx1024m -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" :START rem ********* run soapui testcase runner *********** More?

 

Please suggest me is it for using SoapUI open Source? Do we need SoapUI NG pro?