Hi i'm new to restlets and I was running the examples in the tutorial. In all
cases the http server loads, the client connects and then I get the following
error:
ul 4, 2007 6:26:05 PM org.safehaus.asyncweb.transport.nio.HttpIOHandler
exceptionCaught
WARNING: IO Exception on HTTP connection
java.io.IOException: An existing connection was forcibly closed by the remote
host
at sun.nio.ch.SocketDispatcher.read0(Native Method)
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:25)
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:233)
at sun.nio.ch.IOUtil.read(IOUtil.java:200)
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:236)
at org.apache.mina.io.socket.SocketIoProcessor.read
(SocketIoProcessor.java:267)
at org.apache.mina.io.socket.SocketIoProcessor.processSessions
(SocketIoProcessor.java:240)
at org.apache.mina.io.socket.SocketIoProcessor.access$200
(SocketIoProcessor.java:43)
at org.apache.mina.io.socket.SocketIoProcessor$Worker.run
(SocketIoProcessor.java:541)
Jul 4, 2007 6:26:05 PM org.safehaus.asyncweb.transport.nio.HttpIOHandler
sessionClosed
INFO: Connection closed
Has this happened to anyone before ? Any ideas ? Please reply