-
Notifications
You must be signed in to change notification settings - Fork 19
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
NPE when starting a Test Run with the API #225
Comments
The framework provides certain functionalities to avoid these kind of NullPointerExceptions. However, there are some test suites (i.e. the INSPIRE WMS ETS) that do not make use of the framework functionalities and then these errors occur due to their own implementations. Since this cannot be fixed in the framework, it is best to report the NPEs to the INSPIRE helpdesk.
This information indicates that there is a problem with your INSPIRE validator-specific deployment. So, from my point of view, there are two issues: 1. NPEs in general should not be thrown by the ETS and 2. there is a problem with local deployment. |
I overlooked the stacktrace part and misclassified the error thing. However, please report the problem to the INSPIRE helpdesk first, as I guess it is related to the SoapUI ETS. |
Thanks a lot @jonherrmann for your feedback. As proposed by you, I have created an issue on INSPIRE helpdesk GitHub page. |
We get NPE when starting tests for WMS service using the API call.
NPE is observed only for the first time when this API is requested but on successive API calls the test runs successfully.
We get
500
status code from etf-webapp with below stacktrace:If I run the above WMS view service directly on the INSPIRE validator then I do get the result of the test run.
Also, I see that according to your swagger API 4. Manage Test Runs documentation, we should also receive
"error": "Error message"
in case ofInternal error - 500
but we do not get any such human readable error message but only thestacktrace
withtimestamp
and theurl
. It would be great to get such a human readable error response in these scenarios as these scenarios are frequent and happens during the first run for the tests.Please let me know if you need any further support to verify the issue.
Attaching logs from etf service for your reference.
etf-5f5c9f976d-f6qx5.log
Looking forward to your feedback.
The text was updated successfully, but these errors were encountered: