java.lang.NullPointerException at JUnitReportCollector.afterRun(JUnitReportCollector.java:129)
Hi guys,
Sorry if I post it in the wrong spot and point me to the correct one if this is the case..
I developed a test case which creates other test cases from the spreadsheet and sporadically I can get the following error (see below) when soap UI is started and this test case executed straight after that (when it is loaded up). Is there any settings or workaround to resolve the issue?
Thanks in advance.
ERROR:java.lang.NullPointerException
java.lang.NullPointerException
at com.eviware.soapui.report.JUnitReportCollector.afterRun(JUnitReportCollector.java:129)
at com.eviware.soapui.impl.wsdl.support.AbstractTestCaseRunner.notifyAfterRun(AbstractTestCaseRunner.java:301)
at com.eviware.soapui.impl.wsdl.support.AbstractTestCaseRunner.internalFinally(AbstractTestCaseRunner.java:191)
at com.eviware.soapui.impl.wsdl.support.AbstractTestCaseRunner.internalFinally(AbstractTestCaseRunner.java:43)
at com.eviware.soapui.impl.wsdl.support.AbstractTestRunner.run(AbstractTestRunner.java:163)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)