TaSK icon indicating copy to clipboard operation
TaSK copied to clipboard

Execute a TestRunPlan over ReST requires dummy RMIURL.

Open carschu opened this issue 1 year ago • 0 comments

I want to upload and execute my working TestRunPlan over ReST endpoint {baseUrl}/execute/trp and get the error.

    "statuscode": "400",
    "errormessage": "Bad Request: Received TestRunplan could not be parsed: TaSKRequestHandler: RMI URL is not defined in TestRunPlan.",

I'm a little bit confused why I must to add a (dummy) RMI endpoint to my TestRunPlan. From my point of view it is only necessary for Clients under test. I'm able to continue with this workaround.

    <RMIURL>localhost</RMIURL>
    <RMIPort>1099</RMIPort>

carschu avatar Jun 22 '23 10:06 carschu