EIDA / userfeedback

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

[EIDA-availability web tool] Routing broken / federator web service not available? #130

Closed flixha closed 1 year ago

flixha commented 1 year ago

Describe the problem When checking data availability with the EIDA availability web tool, any request currently returns an Error 500: Internal server error.

To Reproduce Try to request, e.g. "NS", "BER, "2018-01-01", 2018-12-31" in the EIDA availability web tool

Error report

OOPS! The WFCatalog returned the following error:

Error 500: Internal server error

Error while routing: 500, message='INTERNAL SERVER ERROR', url=URL('http://eidaws-stationlite:8089/eidaws/routing/1/query?service=wfcatalog&format=post&access=any&network=NS&station=BER&location=*&channel=?DF,HG?,?H?&starttime=2018-01-01T00:00:00&endtime=2018-12-31T00:00:00')

Usage details are available from http://www.fdsn.org/webservices/

Request:
http://federator.orfeus-eu.org/fedws/wfcatalog/json/1/query?include=sample&net=NS&sta=BER&start=2018-01-01&end=2018-12-31&cha=HG?,?H?,?DF

Request Submitted:
2022-08-24T16:02:42.064453

Service version:
0.12.1

Client Firefox and Chrome webbrowsers

kaestli commented 1 year ago

i acknowledge the issue; i am looking into it...

kaestli commented 1 year ago

The issue is solved. It was a mis-administration on our side (docker container of one component restarted without network bindings)

all requests to the federator, and with this, the availability portal should be up and working again.

flixha commented 1 year ago

Yes it's working again, thanks for fixing!