Hi,
I am using restlet server. the error is not happeing inside my code,
this error is happening after control left my code and
while its inside the server.
INFO: Exception while consuming the Simple request's input stream
java.io.IOException: Stream closed
at simple.http.MonitoredInputStream.ensureOpen
(MonitoredInputStream.java:184)
at simple.http.MonitoredInputStream.read
(MonitoredInputStream.java:83)
at java.io.FilterInputStream.read(FilterInputStream.java:66)
at
com.noelios.restlet.ext.simple.SimpleProtocolHandler.handle
(SimpleProtocolHandler.java:77)
at simple.http.Dispatcher.run(Dispatcher.java:83)
at simple.util.process.Daemon.execute(Daemon.java:121)
at simple.util.process.Daemon.run(Daemon.java:106)
Thanks in advance.
Regards,
Jahid