Advertisement
Guest User

Untitled

a guest
Jan 11th, 2017
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. Jan 11, 2017 5:52:52 PM io.netty.channel.DefaultChannelPipeline onUnhandledInboundException
  2. WARNING: An exceptionCaught() event was fired, and it reached at the tail of the pipeline. It usually means the last handler in the pipeline did not handle the exception.
  3. java.io.IOException: Connection reset by peer
  4. at sun.nio.ch.FileDispatcherImpl.read0(Native Method)
  5. at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:39)
  6. at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
  7. at sun.nio.ch.IOUtil.read(IOUtil.java:192)
  8. at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:380)
  9. at io.netty.buffer.PooledUnsafeDirectByteBuf.setBytes(PooledUnsafeDirectByteBuf.java:288)
  10. at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1100)
  11. at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:367)
  12. at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:118)
  13. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:610)
  14. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:551)
  15. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:465)
  16. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:437)
  17. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:873)
  18. at java.lang.Thread.run(Thread.java:745)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement