java.io.IOException: Too many open files

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
baluu
Posts: 84
Joined: Thu Jan 21, 2010 6:17 pm

java.io.IOException: Too many open files

Post 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)
User avatar
kimeraweb
Posts: 55
Joined: Sat Jul 31, 2010 5:33 pm
Location: Deutschland
Contact:

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

Post by kimeraweb »

Did you add any new feature about writing to the disk? Because looks like that and forgotten to close.
GS: 4470
DP: 7733
Post Reply