opengeospatial / ets-wcs20

Executable Test Suite for WCS 2.0.1
Other
1 stars 2 forks source link

TeamEngine beta with XML parser error javax.xml.parsers.FactoryConfigurationError: Provider org.apache.xerces.jaxp.DocumentBuilderFactoryImpl not found #109

Closed bangph closed 2 years ago

bangph commented 2 years ago

I've tested WCS 2.0.1 core standard with this endpoint http://conformance.rasdaman.com/rasdaman/ows?service=WCS&version=2.0.1&request=GetCapabilities

on teamengine beta http://cite.opengeospatial.org/te2/viewOldSessionLog.jsp?session=s0108

It failed in some test cases, I wanted to look at the log by clicking on "View Details"

image

Then, it opens a new page with errors

http://cite.opengeospatial.org/te2/viewTestLog.jsp?test=s0108/d13242e65_1/d13242e193_1/d14560e64_1/d14174e30_1

image

http://cite.opengeospatial.org/te2/viewTestLog.jsp?test=s0108/d13242e65_1/d13242e193_1/d14560e73_1/d14707e28_1

image

Strangely, even with succeed tests, when I click on "View Details", it also has error

http://cite.opengeospatial.org/te2/viewTestLog.jsp?test=s0108/d13242e65_1/d13242e193_1/d14560e64_1/d14174e18_1

image

bangph commented 2 years ago

@dstenger It seems the old style results report has this problem only. The new detailed report doesn't have XML exception. However, I prefer the old detailed report as I need to check what it tested and the results on the same page.

dstenger commented 2 years ago

Thank you for reporting. We will do further investigation.

I am able to reproduce the problem on te2. I realized that the problem does not occur on Production. Also, I tried to reproduce the problem on a locally running instance of Beta and the problem does not occur. We have to check why the problem occurs on te2.

I just restarted te2 and now the problem seems to be gone. @bangph Can you please check this? However, we will do further analysis why the problem occurred in the first place.

bangph commented 2 years ago

@dstenger ok, it works without exception in te2, thanks.