Advertisement
Guest User

Server-side error message

a guest
Feb 26th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. The error I get on the server console is as follows (the client crashes without any kind of error message):
  2.  
  3. [20:29:14] [Netty IO #1/ERROR] [FML]: NetworkDispatcher exception
  4. java.io.IOException: An existing connection was forcibly closed by the remote host
  5. at sun.nio.ch.SocketDispatcher.read0(Native Method) ~[?:1.8.0_73]
  6. at sun.nio.ch.SocketDispatcher.read(Unknown Source) ~[?:1.8.0_73]
  7. at sun.nio.ch.IOUtil.readIntoNativeBuffer(Unknown Source) ~[?:1.8.0_73]
  8. at sun.nio.ch.IOUtil.read(Unknown Source) ~[?:1.8.0_73]
  9. at sun.nio.ch.SocketChannelImpl.read(Unknown Source) ~[?:1.8.0_73]
  10. at io.netty.buffer.UnpooledUnsafeDirectByteBuf.setBytes(UnpooledUnsafeDirectByteBuf.java:436) ~[UnpooledUnsafeDirectByteBuf.class:?]
  11. at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:870) ~[AbstractByteBuf.class:?]
  12. at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:208) ~[NioSocketChannel.class:?]
  13. at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:87) [AbstractNioByteChannel$NioByteUnsafe.class:?]
  14. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:480) [NioEventLoop.class:?]
  15. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:447) [NioEventLoop.class:?]
  16. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:341) [NioEventLoop.class:?]
  17. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101) [SingleThreadEventExecutor$2.class:?]
  18. at java.lang.Thread.run(Unknown Source) [?:1.8.0_73]
  19. [20:29:14] [Server thread/INFO]: Dragennd lost connection: TranslatableComponent{key='disconnect.genericReason', args=[Internal Exception: java.io.IOException: An existing connection was forcibly closed by the remote host], siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null}}
  20. [20:29:14] [Server thread/INFO]: Dragennd left the game
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement