opengeospatial / ets-wfs20

Executable Test Suite for WFS 2.0
Other
8 stars 11 forks source link

Validation fails for getFeaturesByType with grammar pool error message #269

Open annat2022 opened 4 months ago

annat2022 commented 4 months ago

Hi, I'm getting an validation error for this WFS service: https://transformiraj.nipp.hr/ows/services/org.2.abf7ddc6-7578-4070-a9db-c291a42e55c6_wfs?SERVICE=WFS&REQUEST=GetCapabilities&VERSION=2.0.0

The test getFeaturesByType failed with this error message:

1 schema validation error(s) detected. Severity: WARNING Message: One of the grammar(s) returned from the user's grammar pool is in conflict with another grammar. Location:

I tested with the CITE Team Engine BETA (version 1.40).

Any ideas what could be wrong here?

All the best Anna

dstenger commented 4 months ago

Thanks for reporting. I re-tested your service on https://cite.ogc.org/te2/ (Beta) and all getFeaturesByType tests were completed successfully. Can you please execute a re-test and report back if the problem still exists?

annat2022 commented 4 months ago

Hi @dstenger, I re-ran the test, but the validation still fails for Basic WFS getFeaturesByType. Here's my test result: s0003.zip

All the best Anna

dstenger commented 4 months ago

Thanks for the update. Now, I am also able to reproduce the problem on Beta environment. We will do further investigation.

bpross-52n commented 4 months ago

I checked the GetFeature response with another XML validation tool (eclipse) and also got the warning message. However, as this is only a warning, we will check, if this should lead to a failure.

dstenger commented 3 months ago

The error message is generated by the xerces library (parsing of the XML) which is not under our control. We are currently debugging your service to find out the root cause.

@annat2022 It seems that your services is not working correctly anymore (e.g. GetFeature request runs into a timeout). Can you please bring it back up again so that we can continue with our analysis?

annat2022 commented 2 months ago

It seems that your services is not working correctly anymore (e.g. GetFeature request runs into a timeout).

@dstenger Could you please specify this? I can successfully download data for instance via this GetFeature request and I can access the GetCapabilities. For me the service is working as expected.

dstenger commented 2 months ago

Service is back up again. We will continue to investigate.