Advertisement
Guest User

Help#2

a guest
Jan 16th, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.45 KB | None | 0 0
  1. NetworkDispatcher exception
  2. java.io.IOException: An existing connection was forcibly closed by the remote host
  3. at sun.nio.ch.SocketDispatcher.read0(Native Method)
  4. at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
  5. at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
  6. at sun.nio.ch.IOUtil.read(IOUtil.java:192)
  7. at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:380)
  8. at io.netty.buffer.UnpooledUnsafeDirectByteBuf.setBytes(UnpooledUnsafeDirectByteBuf.java:446)
  9. at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:881)
  10. at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:225)
  11. at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:119)
  12. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511)
  13. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468)
  14. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382)
  15. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354)
  16. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
  17. at java.lang.Thread.run(Thread.java:745)
  18. 20:52:23 net.labymod.support.util.CapturePrintStream
  19.  
  20. Netty Client IO #2 catching
  21. java.io.IOException: An existing connection was forcibly closed by the remote host
  22. at sun.nio.ch.SocketDispatcher.read0(Native Method)
  23. at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
  24. at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
  25. at sun.nio.ch.IOUtil.read(IOUtil.java:192)
  26. at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:380)
  27. at io.netty.buffer.UnpooledUnsafeDirectByteBuf.setBytes(UnpooledUnsafeDirectByteBuf.java:446)
  28. at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:881)
  29. at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:225)
  30. at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:119)
  31. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511)
  32. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468)
  33. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382)
  34. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354)
  35. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
  36. at java.lang.Thread.run(Thread.java:745)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement