Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Execute a TestRunPlan over ReST requires dummy RMIURL. #22

Open
carschu opened this issue Jun 22, 2023 · 0 comments
Open

Execute a TestRunPlan over ReST requires dummy RMIURL. #22

carschu opened this issue Jun 22, 2023 · 0 comments

Comments

@carschu
Copy link

carschu commented Jun 22, 2023

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant