Hi
I have a similar problem.
We are also intending to use SoapUI as part of a CI solution. But we are using SoapUI to run MockServices so that we can perform an end to end test and get a known responses from a MockService.
I am executing mockservicerunner.bat from a C# class that executes the batch file mockservicerunner.bat using the Process class. I am also getting the error that you had.
My output(see below)also shows that the mockservicerunner appears to stop with the More? prompt.
I have checked the SoapUI 'Disable Usage Statistics' checkbox as you suggested, but for me this has made no difference.
When I run mockservicerunner from a batch file with the same arguments the MockService is started successfully, see below.
16:25:13,662 INFO [SoapUIMockServiceRunner] MockService started on port 8088 at path [/mockBizTalkOnRampServiceEndpoint]
16:25:13,820 INFO [SoapUIMockServiceRunner] Started 1 runner
Press any key to terminate...
Do you think that I am getting the error becuase SoapUIMockServiceRunner blocks while it is running the MockService, "Press any key to terminate....". Could this give the same effect that you had when SOAPUI was throwing up a UI screen about usage statistics?
If it is that then I am not sure how to resolve the problem.
Any help gratefully received as I am making no progress with this issue.
This is the output I get from the failing execution:
Received from standard out:del %TEMP%\jfxrtpath | />
Received from standard error: | />
Received from standard out:set CLASSPATH=%CLASSPATH%;%JFXRTPATH% | />
Received from standard out: | />
Received from standard out:rem JVM parameters, modify as appropriate | />
Received from standard out:set JAVA_OPTS=-Xms128m -Xmx1024m -Dsoapui.properties=soapui.properties "-Dsoapui.home=%SOAPUI_HOME%\" | />
Received from standard out: | />
Received from standard out:if "%SOAPUI_HOME%\" == "" goto START | />
Received from standard out: set JAVA_OPTS=%JAVA_OPTS% -Dsoapui.ext.libraries="%SOAPUI_HOME%ext" | />
Received from standard out: set JAVA_OPTS=%JAVA_OPTS% -Dsoapui.ext.listeners="%SOAPUI_HOME%listeners" | />
Received from standard out: set JAVA_OPTS=%JAVA_OPTS% -Dsoapui.ext.actions="%SOAPUI_HOME%actions" | />
Received from standard out: | />
Received from standard out::START | />
Received from standard out: | />
Received from standard out:rem ********* run soapui loadtest runner *********** | />
Received from standard out: | />
Received from standard out:More? | />
Received from standard out: | />
Many thanks,
Geoff