Hi
I have a simple app with a single restlet using the TemplateRepresentation.
On every request I get :
INFO: Error while handling an HTTP server call
java.io.IOException: Stream closed
at simple.http.ResponseStream.ensureOpen(Unknown Source)
at simple.http.ResponseStream.flushBuffer(Unknown Source)
at simple.http.ResponseStream.flush(Unknown Source)
at
com.noelios.restlet.connector.AbstractHttpServerCall.
sendResponseOutput(AbstractHttpServerCall.java:268)
        at
com.noelios.restlet.connector.
AbstractHttpServer.handle(AbstractHttpServer.java:131)
        at
com.noelios.restlet.connector.AbstractHttpServer.
handle(AbstractHttpServer.java:106)
...
...
..

Looking at the code , I suspect the TemplateRepresentation class closes the
connection, and AbstractHttpServerCall then tries to flush it...

any thoughts?

Cheers
Zohar

Reply via email to