Advertisement
Guest User

Untitled

a guest
May 10th, 2015
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. [21:02:31] [Netty Client IO #4/ERROR] [FML]: NetworkDispatcher exception
  2. java.io.IOException: Eine bestehende Verbindung wurde softwaregesteuert
  3. durch den Hostcomputer abgebrochen
  4. at sun.nio.ch.SocketDispatcher.read0(Native Method) ~[?:1.8.0_40]
  5. at sun.nio.ch.SocketDispatcher.read(Unknown Source) ~[?:1.8.0_40]
  6. at sun.nio.ch.IOUtil.readIntoNativeBuffer(Unknown Source) ~[?:1.8.0_40]
  7. at sun.nio.ch.IOUtil.read(Unknown Source) ~[?:1.8.0_40]
  8. at sun.nio.ch.SocketChannelImpl.read(Unknown Source) ~[?:1.8.0_40]
  9. at io.netty.buffer.UnpooledUnsafeDirectByteBuf.setBytes(UnpooledUnsafeDirectByteBuf.java:436) ~[UnpooledUnsafeDirectByteBuf.class:?]
  10. at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:870) ~[AbstractByteBuf.class:?]
  11. at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:208) ~[NioSocketChannel.class:?]
  12. at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:87) [AbstractNioByteChannel$NioByteUnsafe.class:?]
  13. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:480) [NioEventLoop.class:?]
  14. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:447) [NioEventLoop.class:?]
  15. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:341) [NioEventLoop.class:?]
  16. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101) [SingleThreadEventExecutor$2.class:?]
  17. at java.lang.Thread.run(Unknown Source) [?:1.8.0_40]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement