Forum Discussion

nicorette's avatar
nicorette
Occasional Contributor
9 years ago

NullPointerException - getIconPath

Hello,

 

Version used: ReadyAPI-1.5.0-m-Snapshot (2016-01-21)

(Please add a build number! :mantongue:)

 

Description:

If you run a testCase you get the following exception logged to the tab of readyAPI-log (the log repeats for each testStep):

 

Fri Jan 22 09:43:38 GMT 2016:ERROR:Error notifying listener after step
   java.lang.NullPointerException
       at com.eviware.soapui.support.UISupport.getIconPath(UISupport.java:1028)
       at com.eviware.soapui.impl.wsdl.history.LatestTestRunsDataCollector.afterStep(LatestTestRunsDataCollector.java:54)
       at com.eviware.soapui.impl.wsdl.support.AbstractTestCaseRunner.notifyListenersAfterStep(AbstractTestCaseRunner.java:273)
       at com.eviware.soapui.impl.wsdl.support.AbstractTestCaseRunner.runTestStep(AbstractTestCaseRunner.java:243)
       at com.eviware.soapui.impl.wsdl.testcase.WsdlTestCaseRunner.runCurrentTestStep(WsdlTestCaseRunner.java:47)
       at com.eviware.soapui.impl.wsdl.support.AbstractTestCaseRunner.internalRun(AbstractTestCaseRunner.java:148)
       at com.eviware.soapui.impl.wsdl.support.AbstractTestCaseRunner.internalRun(AbstractTestCaseRunner.java:1)
       at com.eviware.soapui.impl.wsdl.support.AbstractTestRunner.run(AbstractTestRunner.java:130)
       at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
       at java.util.concurrent.FutureTask.run(FutureTask.java:266)
       at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
       at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
       at java.lang.Thread.run(Thread.java:745)