Netty Boss IO Thread dies
deinlandel
dein at hackerdom.ru
Fri Aug 19 06:39:31 EDT 2011
Ok, I think I fihured this out.
Logging in netty was turned off (by default).
After I turned it on with InternalLoggerFactory.setDefaultFactory(new
Slf4JLoggerFactory()); (I am using slf4j in my server), I've started getting
"Too many open files" exception from boss thread.
This error was solved by raising open files limit in linux.
BUT the most interesting point is: Boss thread stopped dying BEFORE I fixed
this error. It generated "Too many open files" exceptions but continued
working. That means It was crashing because it had no logger to write to. I
think this problem should be examined.
Anyway, thanks for your support.
--
View this message in context: http://netty-forums-and-mailing-lists.685743.n2.nabble.com/Netty-Boss-IO-Thread-dies-tp6683480p6702679.html
Sent from the Netty User Group mailing list archive at Nabble.com.
More information about the netty-users
mailing list