INSPIRE-MIF / helpdesk-validator

Community discussion forum for INSPIRE validation issues
42 stars 22 forks source link

WMTS validation - NullPointerExceptions and other errors #1103

Open peterkysel27 opened 1 month ago

peterkysel27 commented 1 month ago

Hello,

we are trying to set up an INSPIRE compliant WMTS, which is available for testing purposes at: https://ako.vugk.sk/geoserver/oi/gwc/service/wmts?SERVICE=wmts&REQUEST=getcapabilities&VERSION=1.0.0

However, in the validation report (https://inspire.ec.europa.eu/validator/test-run/details.html?id=EIDf4b17e7b-2301-48e9-9e6d-033666fe1991) there are many NullPointerExceptions related to the GetCapabilities and GetTile requests. These requests should work normally (for example http://ako.vugk.sk/geoserver/oi/gwc/service/wmts?FORMAT=image%2Fpng&LAYER=OI.OrthoimageCoverage&REQUEST=GetTile&SERVICE=WMTS&STYLE=OI.OrthoimageCoverage.Default&TILECOL=0&TILEMATRIX=EPSG%3A3046%3A1&TILEMATRIXSET=EPSG%3A3046&TILEROW=0&VERSION=1.0.0). I think it is something similar to #225.

Then at the bottom of the report there is an error message "A request without mandatory parameter 'service' has been done and the service did not throw an exception.". However, when I send this request without the "service" parameter (https://ako.vugk.sk/geoserver/oi/gwc/service/wmts?FORMAT=image%2Fpng&LAYER=OI.OrthoimageCoverage&REQUEST=GetTile&STYLE=OI.OrthoimageCoverage.Default&TILECOL=0&TILEMATRIX=EPSG%3A3046%3A1&TILEMATRIXSET=EPSG%3A3046&TILEROW=0&VERSION=1.0.0), it does throw an exception.

Then at the AT84 test there is also a strange error message "The following layers do not have a correct identifier according with the harmonised layer names given in the INSPIRE collection: 'OI.OrthoimageCoverage'.", but this identifier of the layer should be right according to the http://inspire.ec.europa.eu/layer/layer.en.xml.

Could you please help us with these problems? Thank you. Peter

fabiovinci commented 3 weeks ago

Dear @peterkysel27,

the service does not appear to be available, so we cannot reproduce the errors.

Could you please check?

peterkysel27 commented 2 weeks ago

Hello,

we had some problems with the server and we had to shut it down last week, but now it should be working again.