-
Notifications
You must be signed in to change notification settings - Fork 2
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
Errors in tomcat log #41
Comments
I am able to reproduce this issue on local environment if you can see the session/error_log/log.xml the XMLValidatingParser is failed to parse request resource. The Test
In similar way following tests were failed:
All above tests are expecting the owcExceptionReport but get the different response. I think the issue is with the service not with ets so service should be fixed. Here is the error log: log.txt |
@lgoltz Errors are expected. Do you see any improvements which can be done to improve logging? Otherwise, this issue can be closed. |
The response is a multipart response with XML and an Image, expected is an ExceptionReport E.g.
|
I have updated the parser configuration to above in request and tested with the same service but still getting failed with the same error. I have configured the parser with the below configuration then the test gets passed. I saw the response but it doesn't have exception report still the test getting passed.
Test Request: Response: Download |
Discussion between @keshav-nangare and @ghobona on 2020-07-15. @keshav-nangare will check whether an if-else condition can be used to check whether the MIME type of the response is xml or a multipart. |
The following tests are fixed with the PR #63 :
|
@keshav-nangare |
I have fixed the tests which were getting failed. Now some of the next tests are getting failed because the request's response is multipart and test using XMLValidatingParser as it's not supporting that response type. Should I update all the tests which are failing with above reason? |
I have updated the remaining tests having parser problems and tested changes on my machine successfully. Please find the changes in the same PR. |
Still, additional tests are failing when the pull request is tested with https://demo.cubewerx.com/cubewerx/cubeserv/cite_wcs111?DATASTORE=Foundation&SERVICE=WCS&REQUEST=GetCapabilities&VERSION=1.1.1. |
Tested with https://onestop.cubewerx.com/cubewerx/cubeserv/cite_wcs?DATASTORE=Foundation&service=WCS&request=GetCapabilities&VERSION=1.1.1 on a local docker environment (TEAM Engine 5.3, 1.13-SNAPSHOT).
Several errors are reported in the tomcat log:
The text was updated successfully, but these errors were encountered: