Advertisement
NolanSyKinsley

Untitled

Oct 15th, 2016
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. 22:09:35] [Netty IO #11/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_102]
  4. at sun.nio.ch.SocketDispatcher.writev(Unknown Source) ~[?:1.8.0_102]
  5. at sun.nio.ch.IOUtil.write(Unknown Source) ~[?:1.8.0_102]
  6. at sun.nio.ch.SocketChannelImpl.write(Unknown Source) ~[?:1.8.0_102]
  7. at io.netty.channel.socket.nio.NioSocketChannel.doWrite(NioSocketChannel.java:249) ~[NioSocketChannel.class:?]
  8. at io.netty.channel.AbstractChannel$AbstractUnsafe.flush0(AbstractChannel.java:680) [AbstractChannel$AbstractUnsafe.class:?]
  9. at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.forceFlush(AbstractNioChannel.java:266) [AbstractNioChannel$AbstractNioUnsafe.class:?]
  10. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:488) [NioEventLoop.class:?]
  11. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:447) [NioEventLoop.class:?]
  12. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:341) [NioEventLoop.class:?]
  13. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101) [SingleThreadEventExecutor$2.class:?]
  14. at java.lang.Thread.run(Unknown Source) [?:1.8.0_102]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement