Forum Discussion

siguro's avatar
siguro
New Contributor
6 years ago

Error in TestSuiteRunListener

When running a soapui test case from the command line using testrunner, I get the error below when the project starts running and when it finishes running. I have not implemented any event handling and the error does not seem to affect the tests.

 

08:51:41,406 ERROR [WsdlTestSuiteRunner] Error in TestSuiteRunListener
September 6th 2018 08:51:42Info
java.lang.NullPointerException
September 6th 2018 08:51:42Info
at com.eviware.soapui.report.JUnitReportCollector.afterRun(JUnitReportCollector.java:270)
September 6th 2018 08:51:42Info
at com.eviware.soapui.impl.wsdl.testcase.WsdlTestSuiteRunner$1.notifyListener(WsdlTestSuiteRunner.java:230)
September 6th 2018 08:51:42Info
at com.eviware.soapui.impl.wsdl.testcase.WsdlTestSuiteRunner.notifyListeners(WsdlTestSuiteRunner.java:286)
September 6th 2018 08:51:42Info
at com.eviware.soapui.impl.wsdl.testcase.WsdlTestSuiteRunner.notifyAfterRun(WsdlTestSuiteRunner.java:227)
September 6th 2018 08:51:42Info
at com.eviware.soapui.impl.wsdl.testcase.WsdlTestSuiteRunner.internalFinally(WsdlTestSuiteRunner.java:214)
September 6th 2018 08:51:42Info
at com.eviware.soapui.impl.wsdl.testcase.WsdlTestSuiteRunner.internalFinally(WsdlTestSuiteRunner.java:1)
September 6th 2018 08:51:42Info
at com.eviware.soapui.impl.wsdl.support.AbstractTestRunner.run(AbstractTestRunner.java:153)
September 6th 2018 08:51:42Info
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
September 6th 2018 08:51:42Info
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
September 6th 2018 08:51:42Info
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
September 6th 2018 08:51:42Info
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
September 6th 2018 08:51:42Info
at java.lang.Thread.run(Thread.java:748)

 

6 Replies