INSPIRE-MIF / helpdesk-validator

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

Transport Networks - Connection to test runner lost #267

Open danicgc opened 4 years ago

danicgc commented 4 years ago

Hi,

I'm trying to validate a Transport Networks GML (< 5 MB) and it starts running but, some minutes after the test case 'Geometry' starts, the following message is thrown: "Connection to test runner lost. The test could have been canceled without generating a report or the internet connection to the web application has been lost!" It seems like a timeout while testing geometry.

The GML file is https://ide.cat/inspire-atom/transport-networks/transport-networks-inspire.gml

The test suites I try are:

I'm using Firefox 68.6.0esr (64 bits). It's not the first time I use the validator, but for Transport Networks.

carlospzurita commented 4 years ago

Dear @danicgc

We have been aware of this problem with your dataset. There is a problem validating the Geometry nodes of the GML, causing an exception on the validator that has led to several crashes on the production instances recently. A similar issue was fixed recently.

We are looking into what could be wrong with your file, and will get back to you with a response

In the meantime, we would suggest to stop the validation of this dataset, given that it causes the service to go down. Sorry for the inconveniences.

carlospzurita commented 4 years ago

Dear @danicgc

We have located the issue. This was indeed related to the mentioned issue on my previous comment. The node<gml:pos> was being treated as 2-dimensional, ignoring the srsDimension attribute in the parent node. This was causing a memory leak from the Geometry validator component, provoking the application to crash.

We are developing a fix for this and will be uploaded in the staging instance as soon as it is ready.

carlospzurita commented 4 years ago

Dear @danicgc A new release for the ETF software, that serves as a base for the INSPIRE Validator, is on the works and will be ready soon. A new GML validation module is going to be included that it is aimed to solve several problems, including CRS related issues. You can follow any news on this release on the ETF repository.

fabiovinci commented 2 years ago

Dear @danicgc,

the new release of the ETF software is now available and we are testing its integration into the INSPIRE Validator.

Could you please provide the GML file again since it is not available now? Thanks.

danicgc commented 2 years ago

Hi @fabiovinci, It's a long time since we made the file, which we abandoned, but anyway I would say is the one in this link: https://datacloud.ide.cat/geodades/inspire-xarxes-transport-old/transport-networks-inspire-old.gml Thank you