Code (Text):
13:54:52 [严重] May 01, 2016 1:54:52 PM io.netty.channel.DefaultChannelPipeline$TailContext exceptionCaught
警告: 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.
io.netty.channel.unix.Errors$NativeIoException: accept() failed: 打开的文件过多
at io.netty.channel.unix.Errors.newIOException(Errors.java:105)
at io.netty.channel.unix.Socket.accept(Socket.java:215)
at...