Advertisement
Guest User

Untitled

a guest
Jul 30th, 2016
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 2.03 KB | None | 0 0
  1. java.io.IOException: An existing connection was forcibly closed by the remote host
  2.         at sun.nio.ch.SocketDispatcher.read0(Native Method) ~[?:1.8.0_101]
  3.         at sun.nio.ch.SocketDispatcher.read(Unknown Source) ~[?:1.8.0_101]
  4.         at sun.nio.ch.IOUtil.readIntoNativeBuffer(Unknown Source) ~[?:1.8.0_101]
  5.         at sun.nio.ch.IOUtil.read(Unknown Source) ~[?:1.8.0_101]
  6.         at sun.nio.ch.SocketChannelImpl.read(Unknown Source) ~[?:1.8.0_101]
  7.         at io.netty.buffer.UnpooledUnsafeDirectByteBuf.setBytes(UnpooledUnsafeDirectByteBuf.java:446) ~[UnpooledUnsafeDirectByteBuf.class:?]
  8.         at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:881) ~[AbstractByteBuf.class:?]
  9.         at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:225) ~[NioSocketChannel.class:?]
  10.         at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:119) [AbstractNioByteChannel$NioByteUnsafe.class:?]
  11.         at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511) [NioEventLoop.class:?]
  12.         at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468) [NioEventLoop.class:?]
  13.         at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382) [NioEventLoop.class:?]
  14.         at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354) [NioEventLoop.class:?]
  15.         at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [SingleThreadEventExecutor$2.class:?]
  16.         at java.lang.Thread.run(Unknown Source) [?:1.8.0_101]
  17. [09:25:36] [Server thread/INFO]: Apocryphai 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, insertion=null}}
  18. [09:25:36] [Server thread/INFO]: Apocryphai left the game
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement