Forum Discussion

joecm's avatar
joecm
New Contributor
14 years ago

SoapUITestCaseRunner - NullPointerException

I am using the no-pro version of soapUI. I have created a suite of test cases. Each test case successfully runs on its own, but I get a NullPointerExcption when I attempt to launch in TestRunner. The soapUI TestRunner window is not allowing me to copy and paste the output.

Ideas on what is causing the NullPointerException?

Here's the INFO log statement with the NullPointerException
INFO[SoapUITestCaseRunner] Running soapUI test in project [customer]
java.lang.NullPointerException
at com.eviware.soapui.tools.SoapUITestCaseRunner.runSuite(SoapUITestCaseRunner.java:416)
at com.eviware.soapui.tools.SoapUITestCaseRunner.runRunner(SoapUITestCaseRunner.java:322)
at com.eviware.soapui.tools.AbstractSoapUIRunner.run(AbstractSoapUIRunner.java:138)
at com.eviware.soapui.tools.AbstractSoapUIRunner.runFromCommandLine(AbstractSoapUIRunner.java:80)
at com.eviware.soapui.tools.SoapUITestCaseRunner.main(SoapUITestCaseRunner.java:112)
No RepliesBe the first to reply