Jump to content
  • 0

Help Guys


roukounas123

Question

good afternoon ... a help here please !!! when i run the server to my regular ip it pulls it off(see below)

while when I run the server to 127.0.0.1 it runs normally ... can anyone help me? Thnx

 

 

Game Server.

Listening for transport dt_socket at address: 5005
[16:34:53]  INFO =================================================
[16:34:53]  INFO Copyright: ...............
[16:34:53]  INFO Update: .................. 
[16:34:53]  INFO Chronicle: ............... High Five Part 5
[16:34:53]  INFO =================================================
[16:34:53]  INFO Loaded 6 trade words.
[16:34:53]  INFO Abuse: Loaded 153 abuse words.
[16:34:53]  WARN Port 7777 is allready binded. Please free it and restart server.
[16:34:54]  WARN Port 7777 is allready binded. Please free it and restart server.
[16:34:55]  WARN Port 7777 is allready binded. Please free it and restart server.

 

Login Server.

[16:35:33]  INFO Loaded 127 server names
Exception in thread "main" java.net.BindException: Cannot assign requested address: 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 l2f.loginserver.AuthServer.checkFreePorts(AuthServer.java:63)
        at l2f.loginserver.AuthServer.main(AuthServer.java:83)

Server terminated abnormaly ...


Server terminated ...

Press any key to continue . . .

 

 

 

 

 

Edited by roukounas123
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

good afternoon ... a help here please !!! when i run the server to my regular ip it pulls it off(see below)

while when I run the server to 127.0.0.1 it runs normally ... can anyone help me? Thnx

 

 

Game Server.

Listening for transport dt_socket at address: 5005
[16:34:53]  INFO =================================================
[16:34:53]  INFO Copyright: ...............
[16:34:53]  INFO Update: .................. 
[16:34:53]  INFO Chronicle: ............... High Five Part 5
[16:34:53]  INFO =================================================
[16:34:53]  INFO Loaded 6 trade words.
[16:34:53]  INFO Abuse: Loaded 153 abuse words.
[16:34:53]  WARN Port 7777 is allready binded. Please free it and restart server.
[16:34:54]  WARN Port 7777 is allready binded. Please free it and restart server.
[16:34:55]  WARN Port 7777 is allready binded. Please free it and restart server.

 

Login Server.

[16:35:33]  INFO Loaded 127 server names
Exception in thread "main" java.net.BindException: Cannot assign requested address: 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 l2f.loginserver.AuthServer.checkFreePorts(AuthServer.java:63)
        at l2f.loginserver.AuthServer.main(AuthServer.java:83)

Server terminated abnormaly ...


Server terminated ...

Press any key to continue . . .

Link to comment
Share on other sites

  • 0

http://lmgtfy.com/?q=Exception+in+thread+"main"+java.net.BindException%3A+Cannot+assign+requested+address%3A+JVM_Bind

 

maybe you opened the server 2 times and the port is already used so try to change the port.

Second maybe you are under a router and you've put your external IP. There you should put your internal ip ( 192.168.X.X ) and then port forward from router settings.

 

But those things you could've find just by copy and pasting the error message on google.

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