Forum Discussion

jkrolczy's avatar
jkrolczy
Super Contributor
2 months ago
Solved

Missing endpoint for request

I have a project is OS SoapUI, that runs fine from the UI side of SoapUI manually and with the testrunner.

When I execute SoapUI to run this TestSuite from a cmd window, when it gets to the first Request, an exception is thrown that I am not able to debug at this point.

Other Projects in my Workspace work fine from the UI and Cmd line side.
At least this issue is isolated to just this project.

Anyone seen something like this before?

15:09:30,906 INFO [SoapUITestCaseRunner] running step [GET: 277CA: Rejected requiredOnly]

Missing endpoint for request [GET: 277CA: Rejected requiredOnly]

Exception in thread "Thread-11" sun.reflect.generics.reflectiveObjects.NotImplementedException

    at com.smartbear.analytics.impl.SoapUIOSMixpanelProvider.trackError(SoapUIOSMixpanelProvider.java:53)

    at com.smartbear.analytics.AnalyticsManager$1.run(AnalyticsManager.java:55)

    at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)

    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)

    at java.lang.Thread.run(Unknown Source)

15:09:30,906 ERROR [AbstractTestRunner] Exception during Test Execution

java.lang.NullPointerException

    at com.eviware.soapui.impl.wsdl.teststeps.RestTestRequestStep.run(RestTestRequestStep.java:795)

    at com.eviware.soapui.impl.wsdl.support.AbstractTestCaseRunner.runTestStep(AbstractTestCaseRunner.java:211)

    at com.eviware.soapui.impl.wsdl.testcase.WsdlTestCaseRunner.runCurrentTestStep(WsdlTestCaseRunner.java:47)

    at com.eviware.soapui.impl.wsdl.support.AbstractTestCaseRunner.internalRun(AbstractTestCaseRunner.java:138)

    at com.eviware.soapui.impl.wsdl.support.AbstractTestCaseRunner.internalRun(AbstractTestCaseRunner.java:46)

    at com.eviware.soapui.impl.wsdl.support.AbstractTestRunner.run(AbstractTestRunner.java:128)

    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)

2 Replies

  • jkrolczy's avatar
    jkrolczy
    Super Contributor

    As I continue to debug,

    I've taken the full cmd line generated when I run the testsuite from the TestRunner cmd window.

    I executed this on my laptop and everything ran correctly, like from the UI side of SoapUI.
    I went over to my Hyper-V where my ADO pipeline calls SoapUI to execute this testsuite.

    Again, I used the full cmd line and everything worked fine here as well.

    So some setting ? with the cmd line passed in from my ADO pipeline to my agent to kick off the TestRunner.

    I'm getting there slowly with this issue.
    It's always one little thing somewhere that makes a big difference. 

    • jkrolczy's avatar
      jkrolczy
      Super Contributor

      Was passing in the wrong variable setting for the correct endpoint to use with the cmd line from the ADO pipeline to the agent.