Advertisement
jjacobson

Untitled

Jul 2nd, 2013
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. 2013-07-01 22:24:58 [SEVERE] java.io.IOException: Connection reset by peer
  2. 2013-07-01 22:24:58 [SEVERE] at sun.nio.ch.FileDispatcherImpl.read0(Native Method)
  3. 2013-07-01 22:24:58 [SEVERE] at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:39)
  4. 2013-07-01 22:24:58 [SEVERE] at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:225)
  5. 2013-07-01 22:24:58 [SEVERE] at sun.nio.ch.IOUtil.read(IOUtil.java:193)
  6. 2013-07-01 22:24:58 [SEVERE] at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:359)
  7. 2013-07-01 22:24:58 [SEVERE] at io.netty.buffer.PooledUnsafeDirectByteBuf.setBytes(PooledUnsafeDirectByteBuf.java:274)
  8. 2013-07-01 22:24:58 [SEVERE] at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:887)
  9. 2013-07-01 22:24:58 [SEVERE] at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:247)
  10. 2013-07-01 22:24:58 [SEVERE] at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:89)
  11. 2013-07-01 22:24:58 [SEVERE] at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:489)
  12. 2013-07-01 22:24:58 [SEVERE] at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:464)
  13. 2013-07-01 22:24:58 [SEVERE] at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:358)
  14. 2013-07-01 22:24:58 [SEVERE] at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101)
  15. 2013-07-01 22:24:58 [SEVERE] at java.lang.Thread.run(Thread.java:722)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement