Jump to content
  • 0

Starting Server Problem


Phalanx Des

Question


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  24
  • Reputation:   0
  • Joined:  02/13/14
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  104
  • Topics Per Day:  0.02
  • Content Count:  429
  • Reputation:   60
  • Joined:  08/19/12
  • Last Seen:  

 

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


  • Group:  Members
  • Topic Count:  29
  • Topics Per Day:  0.01
  • Content Count:  270
  • Reputation:   20
  • Joined:  12/10/11
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  24
  • Reputation:   0
  • Joined:  02/13/14
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  104
  • Topics Per Day:  0.02
  • Content Count:  429
  • Reputation:   60
  • Joined:  08/19/12
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  737
  • Reputation:   216
  • Joined:  11/29/11
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  24
  • Reputation:   0
  • Joined:  02/13/14
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  737
  • Reputation:   216
  • Joined:  11/29/11
  • Last Seen:  

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