Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] EofException to console

Is there anyway to shut off EofException from being printed to the console?

thanks

org.mortbay.jetty.EofException
        at org.mortbay.jetty.HttpGenerator.flush(HttpGenerator.java:789)
        at org.mortbay.jetty.HttpGenerator.complete(HttpGenerator.java:676)
        at 
org.mortbay.jetty.HttpConnection.completeResponse(HttpConnection.java:684)
        at org.mortbay.jetty.Response.complete(Response.java:1126)
        at org.mortbay.jetty.Response.sendRedirect(Response.java:432)


Caused by: java.io.IOException: Connection reset by peer
        at sun.nio.ch.FileDispatcher.write0(Native Method)
        at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:29)
        at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:100)
        at sun.nio.ch.IOUtil.write(IOUtil.java:71)
        at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:334)
        at org.mortbay.io.nio.ChannelEndPoint.flush(ChannelEndPoint.java:179)
        at org.mortbay.io.nio.SelectChannelEndPoint.flush(SelectChannelEndPoi



      


Back to the top