On Mon, Apr 15, 2013 at 6:39 PM, harish suvarna <[email protected]> wrote: > Caused by: java.lang.NullPointerException > at java.io.Reader.<init>(Reader.java:78) > at java.io.InputStreamReader.<init>(InputStreamReader.java:97) > at > com.adobe.g11n.language.components.GTLibAutoCategorizer.ProcessAnnotations(GTLibAutoCategorizer.java:233)
This looks like if you engine tries to read from a InputStreamReader, but the parsed InputStream is NULL. Without knowing the source I con not say much more, but if the stream is obtained from Stanbol (e.g. Blob#getInputStream() or ContentItem#getInputStream()) than this is indeed unexpected - as those methods should not return null values. best Rupert > -- > Thanks > Harish -- | Rupert Westenthaler [email protected] | Bodenlehenstraße 11 ++43-699-11108907 | A-5500 Bischofshofen
