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)
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.
DISCORD :
utchiha_market
telegram :
https://t.me/utchiha_market
SELLIX STORE :
https://utchihamkt.mysellix.io/
Join our server for more products :
https://discord.gg/hood-services
https://campsite.bio/utchihaamkt
Check the Player or ManufactureList classes first—there’s usually a hardcoded cap in there, like 20 slots for Interlude. If you spot something like maxSlots = 20, that’s the limit, and you can tweak it.
Question
roukounas123
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 . . .
2 answers to this question
Recommended Posts
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.