freme-project / e-Entity

Apache License 2.0
1 stars 1 forks source link

NullPointerException in FREME NER #25

Closed jnehring closed 9 years ago

jnehring commented 9 years ago

I wanted to test FREME NER. I called

POST http://api-dev.freme-project.eu/current/e-entity/freme-ner/documents?language=de&dataset=dbpedia&informat=text

with post body Welcome to Berlin

and the response is

{
    "timestamp": 1436877904042,
    "error": "Internal Server Error",
    "status": 500,
    "exception": "java.lang.NullPointerException",
    "path": "/e-entity/freme-ner/documents"
}

It works when I do not specify a post body and submit the input text in the query string.

nilesh-c commented 9 years ago

@cirola2000 is this a problem with the broker? Please check my curl examples on Skype.

nilesh-c commented 9 years ago

This is the main breaking problem that needs to be fixed. The other bugs (which are fixed, deployed but not yet committed) are at the FREME-NER level, but this one is at the broker level.