Strange error

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
kama3a
Posts: 125
Joined: Mon Jul 07, 2008 4:01 pm

Strange error

Post 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
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: Strange error

Post 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.
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
kama3a
Posts: 125
Joined: Mon Jul 07, 2008 4:01 pm

Re: Strange error

Post 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 :)
Post Reply