I do see the following exception intermmittently (not always). I am
operatring the server with -no-security option.
-harish
com.sun.jersey.api.client.ClientHandlerException: java.net.SocketException:
Unexpected end of file from server
at
com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:151)
at
com.sun.jersey.api.client.filter.LoggingFilter.handle(LoggingFilter.java:183)
at com.sun.jersey.api.client.Client.handle(Client.java:648)
at
com.sun.jersey.api.client.WebResource.handle(WebResource.java:680)
at
com.sun.jersey.api.client.WebResource.access$200(WebResource.java:74)
at
com.sun.jersey.api.client.WebResource$Builder.post(WebResource.java:568)
at
com.adobe.cit.textanalytics.stanbol.client.impl.StanbolClientImpl$1.annotate(StanbolClientImpl.java:90)
at
com.adobe.cit.textanalytics.application.processor.StanbolAnnotatorThread.run(StanbolAnnotatorThread.java:78)
Caused by: java.net.SocketException: Unexpected end of file from server
at
sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:774)
at
sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:633)
at
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1195)
at
java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:379)
at
sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:318)
at
com.sun.jersey.client.urlconnection.URLConnectionClientHandler._invoke(URLConnectionClientHandler.java:249)
at
com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:149)
... 7 more
--
Thanks
Harish