Failed to start the Game Server Listener. Reason: Addres s already in use: JVM_Bind

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
l2jpower
Posts: 15
Joined: Thu Oct 01, 2015 10:59 am

Failed to start the Game Server Listener. Reason: Addres s already in use: JVM_Bind

Post by l2jpower »

i have this problem

Code: Select all

Starting L2J Login Server.

[08/01 02:59:57] Using HikariCP connection pool.
[08/01 02:59:57] Loading LoginController...
[08/01 02:59:58] Cached 10 KeyPairs for RSA communication
[08/01 02:59:59] Stored 20 keys for Blowfish communication
[08/01 02:59:59] GameServerTable: Loaded 127 server names.
[08/01 02:59:59] HikariPool-0 - is starting.
[08/01 02:59:59] GameServerTable: Loaded 1 registered Game Servers.
[08/01 03:00:00] GameServerTable: Cached 10 RSA keys for Game Server communicati
on.
[08/01 03:00:00] Loaded 2 IP Bans.
[08/01 03:00:00] FATAL: Failed to start the Game Server Listener. Reason: Addres
s already in use: JVM_Bind
java.net.BindException: Address already in use: JVM_Bind
        at java.net.DualStackPlainSocketImpl.bind0(Native Method)
        at java.net.DualStackPlainSocketImpl.socketBind(Unknown Source)
        at java.net.AbstractPlainSocketImpl.bind(Unknown Source)
        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>(FloodProtecte
dListener.java:49)
        at com.l2jserver.loginserver.GameServerListener.<init>(GameServerListene
r.java:37)
        at com.l2jserver.loginserver.L2LoginServer.<init>(L2LoginServer.java:151
)
        at com.l2jserver.loginserver.L2LoginServer.main(L2LoginServer.java:61)


Login Server terminated abnormally!


Login Server Terminated.

Press any key to continue . . .
User avatar
UnAfraid
L2j Veteran
L2j Veteran
Posts: 4199
Joined: Mon Jul 23, 2007 4:25 pm
Location: Bulgaria
Contact:

Re: Failed to start the Game Server Listener. Reason: Addres s already in use: JVM_Bind

Post by UnAfraid »

looks like you have something on that port, another login server is already running
Image
l2jpower
Posts: 15
Joined: Thu Oct 01, 2015 10:59 am

Re: Failed to start the Game Server Listener. Reason: Addres s already in use: JVM_Bind

Post by l2jpower »

thanks. my problem its my skype
Post Reply