freme-project / freme-ner

Apache License 2.0
6 stars 1 forks source link

Update dataset fails on live #159

Closed bgrusdt closed 7 years ago

bgrusdt commented 7 years ago

Updating a dataset from the full API fails with response code 0 and response headers:

{
  "error": "no response from server"
}

The response body contains: " no content"

When I use Postman to do the request, I get this error:

{
  "exception": "eu.freme.common.exception.FREMEHttpException",
  "path": "/e-entity/freme-ner/datasets/testSetbrgru/",
  "message": "Error from server at http://rv2622.1blu.de/solrlive: /opt/solr/server/solr/elinker/data/index/_9fv2_Lucene50_0.pos",
  "error": "Internal Server Error",
  "status": 500,
  "timestamp": 1476106893438
}

It does work on the dev version.

This seems to be related or the same as this issue #157 .

sandroacoelho commented 7 years ago

Hi @bgrusdt

Could you please try again? Seems that our FREME-LIVE index was corrupted. I fixed it using our backup.

bgrusdt commented 7 years ago

Thank you @sandroacoelho , it works now!