Advertisement
Guest User

Untitled

a guest
Jul 16th, 2013
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 2013-07-16 02:17:02 [WARNING] Unexpected exception in the selector loop.
  2. io.netty.util.IllegalReferenceCountException: refCnt: 0, decrement: 1
  3. at io.netty.buffer.AbstractReferenceCountedByteBuf.release(AbstractReferenceCountedByteBuf.java:115)
  4. at io.netty.util.ReferenceCountUtil.release(ReferenceCountUtil.java:53)
  5. at io.netty.channel.ChannelOutboundBuffer.fail(ChannelOutboundBuffer.java:231)
  6. at io.netty.channel.AbstractChannel$AbstractUnsafe.flushNow(AbstractChannel.java:743)
  7. at io.netty.channel.nio.NioEventLoop.processWritable(NioEventLoop.java:524)
  8. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:496)
  9. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:464)
  10. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:358)
  11. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101)
  12. at java.lang.Thread.run(Thread.java:722)
  13. 2013-07-16 02:17:03 [INFO] Disconnecting It9BvkVhsDGV [/221.232.247.27:43482]: O Martelo Proibicao falou!
  14. 2013-07-16 02:17:03 [WARNING] Promise done already:
  15. java.lang.IllegalStateException: recycled already
  16. at io.netty.util.Recycler$Stack.push(Recycler.java:96)
  17. at io.netty.util.Recycler.recycle(Recycler.java:56)
  18. at io.netty.channel.MessageList.recycle(MessageList.java:162)
  19. at io.netty.channel.AbstractChannel$AbstractUnsafe.flushNow(AbstractChannel.java:705)
  20. at io.netty.channel.nio.NioEventLoop.processWritable(NioEventLoop.java:524)
  21. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:496)
  22. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:464)
  23. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:358)
  24. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101)
  25. at java.lang.Thread.run(Thread.java:722)
  26. 2013-07-16 02:17:03 [WARNING] Unexpected exception in the selector loop.
  27. java.lang.IllegalStateException: recycled already
  28. at io.netty.util.Recycler$Stack.push(Recycler.java:96)
  29. at io.netty.util.Recycler.recycle(Recycler.java:56)
  30. at io.netty.channel.MessageList.recycle(MessageList.java:162)
  31. at io.netty.channel.ChannelOutboundBuffer.fail(ChannelOutboundBuffer.java:234)
  32. at io.netty.channel.AbstractChannel$AbstractUnsafe.flushNow(AbstractChannel.java:743)
  33. at io.netty.channel.nio.NioEventLoop.processWritable(NioEventLoop.java:524)
  34. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:496)
  35. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:464)
  36. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:358)
  37. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101)
  38. at java.lang.Thread.run(Thread.java:722)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement