Advertisement
Guest User

Untitled

a guest
Jun 25th, 2013
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. 01:35:19 [SEVERE] Jun 26, 2013 1:35:19 AM io.netty.channel.DefaultChannelPipeline$TailHandler exceptionCaught
  2. WARNING: An exceptionCaught() event was fired, and it reached at the tail of the pipeline. It usually means the last handler in the pipeline did not handle the exception.
  3. java.io.IOException: Too many open files
  4. at sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method)
  5. at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:226)
  6. at io.netty.channel.socket.nio.NioServerSocketChannel.doReadMessages(NioServerSocketChannel.java:112)
  7. at io.netty.channel.nio.AbstractNioMessageChannel$NioMessageUnsafe.read(AbstractNioMessageChannel.java:61)
  8. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:429)
  9. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:392)
  10. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:322)
  11. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:114)
  12. at java.lang.Thread.run(Thread.java:722
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement