Advertisement
Guest User

Untitled

a guest
Jul 18th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. [20:20:53] [Netty Server IO #2/ERROR] [FML]: 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) ~[?:1.8.0_211]
  4. at sun.nio.ch.SocketDispatcher.read(Unknown Source) ~[?:1.8.0_211]
  5. at sun.nio.ch.IOUtil.readIntoNativeBuffer(Unknown Source) ~[?:1.8.0_211]
  6. at sun.nio.ch.IOUtil.read(Unknown Source) ~[?:1.8.0_211]
  7. at sun.nio.ch.SocketChannelImpl.read(Unknown Source) ~[?:1.8.0_211]
  8. at io.netty.buffer.PooledUnsafeDirectByteBuf.setBytes(PooledUnsafeDirectByteBuf.java:288) ~[PooledUnsafeDirectByteBuf.class:?]
  9. at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1100) ~[AbstractByteBuf.class:?]
  10. at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:372) ~[NioSocketChannel.class:?]
  11. at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:123) [AbstractNioByteChannel$NioByteUnsafe.class:?]
  12. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:624) [NioEventLoop.class:?]
  13. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:559) [NioEventLoop.class:?]
  14. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:476) [NioEventLoop.class:?]
  15. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:438) [NioEventLoop.class:?]
  16. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) [SingleThreadEventExecutor$5.class:?]
  17. at java.lang.Thread.run(Unknown Source) [?:1.8.0_211]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement