-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
curl -X OPTIONS -H "Cache-Control: no-cache" -H "Postman-Token: 4c7fecdb-4ee7-743c-2d96-cea6c8fb0c90" -d 'Show me the source of knowledge' "http://rv1443.1blu.de/current/e-translation/tilde?input=Hello%2C%20world!&informat=text&outformat=csv&source-lang=en&target-lang=de&filter=extract-entities-only"
produces
{
"exception": "eu.freme.common.exception.FREMEHttpException",
"path": "/toolbox/convert/documents/extract-entities-only",
"error": "Internal Server Error",
"status": 500,
"timestamp": 1485174312968
}
and log file
ERROR 2017-01-23 13:25:12,966 [http-nio-8089-exec-10] eu.freme.common.exception.ExceptionHandlerService - Request: http://rv1443.1blu.de:8089/toolbox/convert/documents/extract-entities-only raised
eu.freme.common.exception.FREMEHttpException
at eu.freme.bservices.controllers.sparqlconverters.SparqlConverterController.filter(SparqlConverterController.java:187)
...
happens in all api endpoints that use the sparql converter. This leads to freme-project/freme-project.github.io#332
Reactions are currently unavailable