Page 1 of 1

java.io.IOException: Too many open files

Posted: Mon Feb 21, 2011 11:52 am
by baluu
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:4502
L2JDP Revision Number:7793


During tw i got this error and stdout.log it was over 1.5G for that day.. anyone know why?

Code: Select all

java.io.IOException: Too many open files        at sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method)        at sun.nio.ch.ServerSocketChannelImpl.accept(Unknown Source)        at org.mmocore.network.SelectorThread.acceptConnection(SelectorThread.java:239)        at org.mmocore.network.SelectorThread.run(SelectorThread.java:173)

Re: java.io.IOException: Too many open files

Posted: Tue Feb 22, 2011 11:26 am
by kimeraweb
Did you add any new feature about writing to the disk? Because looks like that and forgotten to close.