Jump to content
  • 0
Phalanx Des

Starting Server Problem

Question

I encounter this error :

 

 

 

[Error]: make_listen_bind: bind failed (socket #5, error 98: Address already in use)!

 

 

 

 

- What is the cause of this error?

-How to Fix it?

 

 

thanks... to those who wants to help

 

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

 

I Still have this error

 

 

- [Error]: make_connection: connect failed (socket #6, error 111: Connection refused)!

[info]: Closed connection from '72.45.155.50'.
[info]: Closed connection from '72.45.155.50'.

big thanks guys - lighta, ranz and jasc

 

Ahm try rebooting your vps xD

Link to comment
Share on other sites

I believe one of the map/server/char servers are still open. 

 

try ./athena-start stop

 

or else do this:

 

ps -e

 

then kill the process 

Link to comment
Share on other sites

i kill the process and start the  server .. now there is another error...

 

 

- [Error]: make_connection: connect failed (socket #6, error 111: Connection refused)!

[info]: Closed connection from '72.45.155.50'.
[info]: Closed connection from '72.45.155.50'.
Link to comment
Share on other sites

killall -09 map-server_sql && killall -09 char-server_sql && killall -09 login-server_sql && ./athena-start restart

Link to comment
Share on other sites

wow kill -09 is quite hars but ye it will work.

@Phalanx

ps -ax | grep server

that willl give you a list of process with there pid.

Found the one belong to rA and kill them by

kill 'pid1' 'pid2' 'pid3'

nb better kill in map,char,login order

Link to comment
Share on other sites

I Still have this error

 

 

- [Error]: make_connection: connect failed (socket #6, error 111: Connection refused)!

[info]: Closed connection from '72.45.155.50'.
[info]: Closed connection from '72.45.155.50'.

big thanks guys - lighta, ranz and jasc

Link to comment
Share on other sites

that mean a server, either login, char or map couldn't connect to another, which is mandatory to run properly.

Each time you seing this please close all your serv and restart them.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   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...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.