Rupert Westenthaler created STANBOL-1368:
--------------------------------------------
Summary: Bad language configuration in RESTful NLP Analysis Engine
after remote service was unavailable
Key: STANBOL-1368
URL: https://issues.apache.org/jira/browse/STANBOL-1368
Project: Stanbol
Issue Type: Bug
Components: Enhancement Engines
Affects Versions: 0.12.0
Reporter: Rupert Westenthaler
Assignee: Rupert Westenthaler
Priority: Minor
Fix For: 0.12.1
The RESTful NLP Analyis Engine can enter a state where it sends requests for
languages that are not supported by the remote service.
In such cases users will see exceptions like
{code}
The language 'en' of the parsed text is not supported (supported: [it, es])
at
org.apache.stanbol.enhancer.engines.restful.nlp.impl.RestfulNlpAnalysisEngine$AnalysisResponseHandler.handleResponse(RestfulNlpAnalysisEngine.java:377)
{code}
Workaround: In such cases it is sufficient to restart the engine (OSGI
component)
--
This message was sent by Atlassian JIRA
(v6.2#6252)