Advertisement
Guest User

server

a guest
Dec 6th, 2015
282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 1.40 KB | None | 0 0
  1. java.io.IOException: An established connection was aborted by the software in your host machine
  2.     at sun.nio.ch.SocketDispatcher.read0(Native Method) ~[?:1.8.0_66]
  3.     at sun.nio.ch.SocketDispatcher.read(Unknown Source) ~[?:1.8.0_66]
  4.     at sun.nio.ch.IOUtil.readIntoNativeBuffer(Unknown Source) ~[?:1.8.0_66]
  5.     at sun.nio.ch.IOUtil.read(Unknown Source) ~[?:1.8.0_66]
  6.     at sun.nio.ch.SocketChannelImpl.read(Unknown Source) ~[?:1.8.0_66]
  7.     at io.netty.buffer.UnpooledUnsafeDirectByteBuf.setBytes(UnpooledUnsafeDirectByteBuf.java:436) ~[UnpooledUnsafeDirectByteBuf.class:?]
  8.     at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:870) ~[AbstractByteBuf.class:?]
  9.     at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:208) ~[NioSocketChannel.class:?]
  10.     at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:87) [AbstractNioByteChannel$NioByteUnsafe.class:?]
  11.     at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:480) [NioEventLoop.class:?]
  12.     at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:447) [NioEventLoop.class:?]
  13.     at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:341) [NioEventLoop.class:?]
  14.     at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101) [SingleThreadEventExecutor$2.class:?]
  15.     at java.lang.Thread.run(Unknown Source) [?:1.8.0_66]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement