java.io.IOException: Connection reset by peer
Hi all,
we get from Managed Server the following error. What is wrong? How can we find out root of failure?
- java.io.IOException: Connection reset by peer
at sun.nio.ch.FileDispatcherImpl.$$YJP$$write0(Native Method)
at sun.nio.ch.FileDispatcherImpl.write0(FileDispatcherImpl.java)
at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:47)
at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:93)
at sun.nio.ch.IOUtil.write(IOUtil.java:65)
at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:487)
at weblogic.socket.NIOSocketMuxer$NIOOutputStream.writeInternal(NIOSocketMuxer.java:1064)
at weblogic.socket.NIOSocketMuxer$NIOOutputStream.write(NIOSocketMuxer.java:983)
at weblogic.servlet.internal.ChunkOutput.writeChunkTransfer(ChunkOutput.java:622)