Page 1 of 1

Strange error

Posted: Tue Jul 20, 2010 10:27 am
by kama3a
Hello i have some strange error and i think its from my network...
it happening every day 2 times... random hours...

here is the error :

loginserver

Code: Select all

com.l2jserver.loginserver.L2LoginServer <init>SEVERE: FATAL: Failed to start the Game Server Listener. Reason: Address already in use: JVM_Bindjava.net.BindException: Address already in use: JVM_Bind	at java.net.PlainSocketImpl.socketBind(Native Method)	at java.net.PlainSocketImpl.bind(Unknown Source)	at java.net.ServerSocket.bind(Unknown Source)	at java.net.ServerSocket.<init>(Unknown Source)	at com.l2jserver.loginserver.FloodProtectedListener.<init>(FloodProtectedListener.java:52)	at com.l2jserver.loginserver.GameServerListener.<init>(GameServerListener.java:37)	at com.l2jserver.loginserver.L2LoginServer.<init>(L2LoginServer.java:178)	at com.l2jserver.loginserver.L2LoginServer.main(L2LoginServer.java:57)

gameserver

Code: Select all

com.l2jserver.gameserver.LoginServerThread runWARNING: Disconnected from Login, Trying to reconnect: Read timed outjava.net.SocketTimeoutException: Read timed out	at java.net.SocketInputStream.socketRead0(Native Method)	at java.net.SocketInputStream.read(Unknown Source)	at java.net.SocketInputStream.read(Unknown Source)	at com.l2jserver.gameserver.LoginServerThread.run(LoginServerThread.java:155)
can u confirm its from network or sql... and its not fatal.
ty

Re: Strange error

Posted: Tue Jul 20, 2010 11:02 am
by janiii
google the error: Address already in use: JVM_Bind

that means, the port is already used by another application on your computer. you can use e.g. TcpView to check used ports. free that port and start the server.

Re: Strange error

Posted: Tue Jul 20, 2010 11:58 am
by kama3a
its kinda strange coz i disable almost all ports...
and software that was used on the pc....

mybe it have some split with rotuter... or something other...
i will recheck all ports again.

ty for fast respond :)