Advertisement
Guest User

Untitled

a guest
Jul 29th, 2015
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1.  
  2. Exception occured for channel: [id: 0xc1985c1a, /176.93.36.137:50747 => /192.223.29.200:43594], closing...
  3. java.io.IOException: An established connection was aborted by the software in your host machine
  4. at sun.nio.ch.SocketDispatcher.read0(Native Method)
  5. at sun.nio.ch.SocketDispatcher.read(Unknown Source)
  6. at sun.nio.ch.IOUtil.readIntoNativeBuffer(Unknown Source)
  7. at sun.nio.ch.IOUtil.read(Unknown Source)
  8. at sun.nio.ch.SocketChannelImpl.read(Unknown Source)
  9. at io.netty.buffer.UnpooledUnsafeDirectByteBuf.setBytes(UnpooledUnsafeDirectByteBuf.java:447)
  10. at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:881)
  11. at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:241)
  12. at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:119)
  13. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511)
  14. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468)
  15. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382)
  16. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354)
  17. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:111)
  18. at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:137)
  19. at java.lang.Thread.run(Unknown Source)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement