Major problem, need help
Posted: Thu Feb 04, 2010 12:50 pm
Can someone help me with this gameserver's error:
java.io.IOException: Too many open files
at sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method)
at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:145)
at org.mmocore.network.SelectorThread.acceptConnection(SelectorThread.java:239)
at org.mmocore.network.SelectorThread.run(SelectorThread.java:173)
I've got a similar error in the login console and noone can't login
I've tried setting ulimit from the default 1024 to 5000 but I've got the same problem, so any help would be appreciated.
java.io.IOException: Too many open files
at sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method)
at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:145)
at org.mmocore.network.SelectorThread.acceptConnection(SelectorThread.java:239)
at org.mmocore.network.SelectorThread.run(SelectorThread.java:173)
I've got a similar error in the login console and noone can't login
I've tried setting ulimit from the default 1024 to 5000 but I've got the same problem, so any help would be appreciated.