[Help]Socket Error L2J 

Newbie Spellweaver
Joined
Feb 16, 2007
Messages
7
Reaction score
0
INFO
java.io.IOException: Intento de acceso a un socket no permitido por sus permisos
de acceso
at sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method)
at sun.nio.ch.ServerSocketChannelImpl.accept(Unknown Source)
at net.sf.l2j.gameserver.SelectorThread.acceptConnection(SelectorThread.
java:555)
at net.sf.l2j.gameserver.SelectorThread.run(SelectorThread.java:302)
______________________________________
Hay alguna manera de solucionar este problema?
_________________________________________
it is possible to fix it?
_________________________
thanks for its time
 
INFO
java.io.IOException: Intento de acceso a un socket no permitido por sus permisos
de acceso
at sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method)
at sun.nio.ch.ServerSocketChannelImpl.accept(Unknown Source)
at net.sf.l2j.gameserver.SelectorThread.acceptConnection(SelectorThread.
java:555)
at net.sf.l2j.gameserver.SelectorThread.run(SelectorThread.java:302)
______________________________________
Hay alguna manera de solucionar este problema?
_________________________________________
it is possible to fix it?
_________________________
thanks for its time


Edit your start gameserver.bat, by altering the following:
java -Xmx1024m
java -Xmx512m
 
Upvote 0
Try not to use the same PC for server and client.
It will, for sure, solve your problem...
 
Upvote 0
It works also with lowering the amount of used memory in StartGameserver.bat, but then your players will shout for lag.
It depends, anyhow, on the amount of players you expect to have on the server.
 
Upvote 0
Back