EIDA / userfeedback

This repository is meant to collect feedback from EIDA users by means of its Issue Tracker
11 stars 5 forks source link

[Service] Problem with INGV dataselect #15

Closed javiquinte closed 5 years ago

javiquinte commented 5 years ago

Connections to the application.wadl method of the Dataselect WS from INGV stop after 60 seconds with a timeout.

This has been tried with an fdsnws_fetch command which is used almost every day to check that the Alparray data can be delivered.

fdsnws_fetch -vvv -N Z3 -C "HHZ" -s "2016-03-01" -e "2016-03-01T00:02:00" -o data.mseed

The error looks like:

retrying http://webservices.ingv.it/fdsnws/dataselect/1/application.wadl (2) after 60 seconds due to <urlopen error [Errno -3] Temporary failure in name resolution>

flofux commented 5 years ago

I also cannot access INGV services today.

from obspy.clients.fdsn import Client
client = Client('INGV')

FDSNException: No FDSN services could be discovered at 'http://webservices.ingv.it'. This could be due to a temporary service outage or an invalid FDSN service address.

massimo1962 commented 5 years ago

Hi, the problems are due to general network issues (DNS, IP Routing, etc..) and not to the services itself. our network admins are working on this, we are supporting them as much as we can. However, we (the datacentre) cannot solve these problems.

We already confirmed missing DNS records in parts of the internet. Is this the same issue you are seeing?

petrrr commented 5 years ago

The DNS issues should have been solved. Could you give us a feedback and close if solved.?

javiquinte commented 5 years ago

Dataselect service seems to be up again, but is not working properly. DNS issue seems to be solved.

16

massimo1962 commented 5 years ago

here we can say that DNS issue it's solved, I close this issue and continue in #16.