Advertisement
Guest User

Untitled

a guest
Aug 21st, 2018
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. [20:01:08] [Netty Server IO #9/ERROR] [FML]: NetworkDispatcher exception
  2. java.io.IOException: An existing connection was forcibly closed by the remote host
  3. at sun.nio.ch.SocketDispatcher.writev0(Native Method) ~[?:1.8.0_181]
  4. at sun.nio.ch.SocketDispatcher.writev(Unknown Source) ~[?:1.8.0_181]
  5. at sun.nio.ch.IOUtil.write(Unknown Source) ~[?:1.8.0_181]
  6. at sun.nio.ch.SocketChannelImpl.write(Unknown Source) ~[?:1.8.0_181]
  7. at io.netty.channel.socket.nio.NioSocketChannel.doWrite(NioSocketChannel.java:432) ~[NioSocketChannel.class:?]
  8. at io.netty.channel.AbstractChannel$AbstractUnsafe.flush0(AbstractChannel.java:856) [AbstractChannel$AbstractUnsafe.class:?]
  9. at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.forceFlush(AbstractNioChannel.java:368) [AbstractNioChannel$AbstractNioUnsafe.class:?]
  10. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:618) [NioEventLoop.class:?]
  11. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:559) [NioEventLoop.class:?]
  12. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:476) [NioEventLoop.class:?]
  13. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:438) [NioEventLoop.class:?]
  14. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) [SingleThreadEventExecutor$5.class:?]
  15. at java.lang.Thread.run(Unknown Source) [?:1.8.0_181]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement