freme-project / e-services

Apache License 2.0
1 stars 1 forks source link

PUBLIC FREME: external services fails because of "Bad Gateway" #37

Closed andish closed 7 years ago

andish commented 7 years ago

For e-Terminology and E-Translation:

{
  "exception": "eu.freme.common.exception.ExternalServiceFailedException",
  "path": "/e-translation/tilde",
  "message": "java.net.UnknownHostException: services.tilde.com: unknown error",
  "error": "Bad Gateway",
  "status": 502,
  "timestamp": 1473059257744
}

For E-entity: https://api.freme-project.eu/current/e-entity/freme-ner/documents?language=en&dataset=dbpedia&mode=all

{
  "exception": "eu.freme.bservices.filter.proxy.exception.BadGatewayException",
  "path": "/e-entity/freme-ner/documents",
  "message": "Proxy failed: java.net.UnknownHostException: rv2622.1blu.de: unknown error",
  "error": "Bad Gateway",
  "status": 502,
  "timestamp": 1473059069456
}

Tested with public version - Full documentation: http://api.freme-project.eu/doc/current/api-doc/full.html#!/e-Terminology/e_terminology

jnehring commented 7 years ago

I could fix this through a restart of FREME live. This is a dublicate of this bug: https://github.com/freme-project/FREMECommon/issues/22