Jump to content

Recommended Posts

Posted

Hello everyone,

I'm trying to get login and game servers going on my VPS and I use Putty software. The login server runs fine, but when i try to run game server, i get the following error:

 

Connecting to login on xx.xxx.xxx.xx:xxxx

FATAL: Failed to open server socket. Reason: Address already in use

java.net.BindException: Address already in use

        at sun.nio.ch.Net.bind(Native Method)

        at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:126)

        at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59)

        at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:52)

        at com.l2jfrozen.netcore.SelectorThread.openServerSocket(SelectorThread.java:115)

        at com.l2jfrozen.gameserver.GameServer.main(GameServer.java:615)

 

SIGTERM received. Shutting down NOW!

 

Does anyone know where's the problem? I've tried restarting the VPS, didn't help. Also I'm not running any other gameservers that could have already occupied the login server. Please help, Thank You.

 

Danielius

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...