Jump to content
  • 0

HELP - JAVA_Bind Error


Question

Posted

Hello guys, I know that this may be a question that is frequently asked, I've already tried to find answers around the web, I've tried the search bar and also google but none of articles that I've read were able to solve my problem. So here it is, when i'm trying to start the loginserver, I've got a error which imply this thing "JVM_Bind".

 

My Java version is : JDK 7u3 x32

 

Everything is fine for the gameserver console except one line which refers to "JVM_bind" as well. It seems that all my problems are connected to this "JVM_bind" but what is it ? Could someone help to resolve this problem ? Please, I'm really exhausted, I've tried everything that I could but nothing worked. Thank you.

 

Loginserver:

 

Starting L2J Login Server.

 

loading login config

L2Properties: Missing property for key - DatapackRoot

Loading mmo.properties

MLog clients using java 1.4+ standard logging.

Initializing c3p0-0.9.2-pre1 [built 27-May-2010 01:00:49 -0400; debug? true; tra

ce: 10]

Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireInc

rement -> 5, acquireRetryAttempts -> 0, acquireRetryDelay -> 500, autoCommitOnCl

ose -> true, automaticTestTable -> connection_test_table, breakAfterAcquireFailu

re -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connec

tionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, dataSou

rceName -> 1hge1ac8m19kgbz91jyaprv|1880b02, debugUnreturnedConnectionStackTraces

-> false, description -> null, driverClass -> com.mysql.jdbc.Driver, factoryCla

ssLocation -> null, forceIgnoreUnresolvedTransactions -> false, identityToken ->

1hge1ac8m19kgbz91jyaprv|1880b02, idleConnectionTestPeriod -> 3600, initialPoolS

ize -> 10, jdbcUrl -> jdbc:mysql://localhost/l2jls, maxAdministrativeTaskTime ->

0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0,

maxPoolSize -> 10, maxStatements -> 0, maxStatementsPerConnection -> 100, minPoo

lSize -> 10, numHelperThreads -> 3, numThreadsAwaitingCheckoutDefaultUser -> 0,

preferredTestQuery -> null, properties -> {user=******, password=******}, proper

tyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, statementDestroyerNumA

ctiveThreads -> -1, statementDestroyerNumConnectionsInUseAllUsers -> -1, stateme

ntDestroyerNumConnectionsInUseDefaultUser -> -1, statementDestroyerNumConnection

sWithDeferredDestroyStatementsAllUsers -> -1, statementDestroyerNumConnectionsWi

thDeferredDestroyStatementsDefaultUser -> -1, statementDestroyerNumDeferredDestr

oyStatementsAllUsers -> -1, statementDestroyerNumDeferredDestroyStatementsDefaul

tUser -> -1, statementDestroyerNumIdleThreads -> -1, statementDestroyerNumTasksP

ending -> -1, statementDestroyerNumThreads -> -1, testConnectionOnCheckin -> fal

se, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, usesTra

ditionalReflectiveProxies -> false ]

Loading LoginController...

Cached 10 KeyPairs for RSA communication

Stored 20 keys for Blowfish communication

Loaded 127 server names

Loaded 0 registered Game Servers

Cached 10 RSA keys for Game Server communication.

Loaded 2 IP Bans.

FATAL: Failed to start the Game Server Listener. Reason: Cannot assign requested

address: JVM_Bind

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 com.l2jserver.loginserver.FloodProtectedListener.<init>(FloodProtecte

dListener.java:52)

        at com.l2jserver.loginserver.GameServerListener.<init>(GameServerListene

r.java:37)

        at com.l2jserver.loginserver.L2LoginServer.<init>(L2LoginServer.java:185

)

        at com.l2jserver.loginserver.L2LoginServer.main(L2LoginServer.java:59)

 

Server terminated abnormaly

 

 

server terminated

 

Loginserver properties:

 

# Bind ip of the LoginServer, use * to bind on all available IPs

# WARNING: <u><b><font color="red">Please don't change default IPs here if you don't know what are you doing!</font></b></u>

# WARNING: <u><b><font color="red">External/Internal IPs are now inside "ipconfig.xml" file.</font></b></u>

# Default: * (0.0.0.0)

LoginserverHostname = *

# Default: 2106

LoginserverPort = 2106

 

# The address on which login will listen for GameServers, use * to bind on all available IPs

# WARNING: <u><b><font color="red">Please don't change default IPs here if you don't know what are you doing!</font></b></u>

# WARNING: <u><b><font color="red">External/Internal IPs are now inside "ipconfig.xml" file.</font></b></u>

# Default: * (0.0.0.0)

LoginHostname = *

 

# The port on which login will listen for GameServers

# Default: 9014

LoginPort = 9014

10 answers to this question

Recommended Posts

  • 0
Posted

Problem its on your IPs!

Do you have dynamic ip? If yes you should made an DNS. (www.no-ip.com)

 

Damn. Doesn't matter if he has dynamic ip or not, should work in both cases. Just put your IP into login config.

  • 0
Posted

Yeah yeah, I know all of that but the fact is that I'm trying to play in localhost so that way I don't have to change anything in ipconfig.xml or anything else it should work. I've also tried to reinstall the datapack without changing anything but the problem was still there, I really need your help :/

  • 0
Posted

Actually I've tried this and it didn't work :/ even wan IP doesn't work I just want to give up, that's not the first time that I set up a server I've already set up Hellbound, Gracia, Interlude but I've never been confronted to the JVM_bind problem, really that is too hard for me. :/If someone knows how to resolve this problem properly just tell me, IP doesn't matter in that case, I've tried everything.

  • 0
Posted

Actually I've tried this and it didn't work :/ even wan IP doesn't work I just want to give up, that's not the first time that I set up a server I've already set up Hellbound, Gracia, Interlude but I've never been confronted to the JVM_bind problem, really that is too hard for me. :/If someone knows how to resolve this problem properly just tell me, IP doesn't matter in that case, I've tried everything.

Because you didn't open these ports.

  • 0
Posted (edited)

Even though your post is from 2012,

i will post this for other l2j enthusiasts who encountered this issue:

http://www.speedguide.net/port.php?port=2106

Port 2106 = l2.exe, l2j, aion

 

Search here for additional info 

http://stackoverflow.com/search?q=jvm_bind

Edited by camolus

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



  • Posts

    • Discord         :  utchiha_market Telegram        : https://t.me/utchiha_market    
    • 🎮 Stop staying offline — level up your Discord today!  🎁 Discord Nitro from just $2.9 — for yourself or as a gift!  🔑 Ready-to-use Discord accounts aged from 1 to 24 months starting at $0.44  💥 Everything you need to get started:  ✔️ Real Android devices, email + SMS verification (depends on the product)  ✔️ Nitro Classic & Full — 1 to 12 months (with or without account login)  ✔️ Unlimited accounts — perfect for bots, arbitrage, communities, marketing, and more   🚀 Promo code: DISCORD7 (7% discount)   Payment methods: bank cards · cryptocurrency · other popular options   How to buy:  ➡ Online Store: Click ✅  ➡ Telegram Bot: Click ✅   Other services:  ➡ SMM Panel: Click ✅   Assortment: 🤖 Discord accounts - mail:password:token with email included (email is working) Activated by SMS | ✨ 1 order = 3 accounts ✨ | Price from: $0.44  🤖 ⚡️DISCORD⚡️ Real Android devices ⚡️ Verified on RAMBLER.RU or FIRSTMAIL | Working email included | SMS (phone) verified ☑️ | Age from 3 months | Suitable for any purposes | Accounts without limitations or SMS | Price from: $0.5  🤖 ✨DISCORD✨ accounts | 1 order = 3 accounts | Verified email only (@rambler.ru / @firstmail), email included (working) | Gender: MIX | Price from: $0.5  🤖 ⚡️DISCORD⚡️ Real Android | ☑️ 1 order = 3 accounts | Verified via RAMBLER.RU or FIRSTMAIL | Working email included | SMS verified | Age from 1 month | Suitable for any purposes | Accounts without limitations or SMS | Price from: $0.75  🤖 ⚡️DISCORD⚡️ Real Android devices | Verified via RAMBLER.RU or FIRSTMAIL | Email included (may not work) | SMS verified | Age from 1 year | Suitable for any purposes | Accounts without limitations or SMS | Price from: $0.8  🤖 ⚡️DISCORD⚡️ Real Android devices | Verified via RAMBLER.RU or FIRSTMAIL | Email included (may not work) | SMS verified | Age from 2 years | Suitable for any purposes | Accounts without limitations or SMS | Price from: $1.5  🤖 ⚡️DISCORD⚡️ Real Android devices | Verified via RAMBLER.RU or FIRSTMAIL | Working email included | SMS verified | Age from 1 year | Suitable for any purposes | Accounts without limitations or SMS | Price from: $2   🤖 🎁 Discord Nitro Classic (Basic) | 1 MONTH | Requires login & password | Full subscription warranty | Price from: $2.9  🤖 🎁 Discord Nitro FULL | 1 MONTH | Requires login & password | Full subscription warranty | Price from: $4.9  🤖 🎁 Discord Nitro Classic (Basic) GIFT | 1 MONTH | No login required | Full subscription warranty | Price from: $3.5  🤖 🎁 Discord Nitro FULL | 12 MONTHS | Requires login & password | Full subscription warranty | Price from: $35  🤖 🎁 Discord Nitro Classic (Basic) GIFT | 12 MONTHS | No login required | Full subscription warranty | Price from: $17  🤖 🎁 Discord Nitro Classic (Basic) | 12 MONTHS | Requires login & password | Full subscription warranty | Price from: $15   Regular customers get extra discounts and promo codes!   Support:  ➡ Telegram: https://t.me/solomon_bog ✅  ➡ Discord: https://discord.gg/y9AStFFsrh ✅  ➡ WhatsApp: https://wa.me/79051904467 ✅  ➡ ✉ Email: solomonbog@socnet.store ✅   ➡ Telegram Channel: https://t.me/accsforyou_shop ✅   You can also use these contacts to:  — Discuss wholesale purchases  — Propose a partnership (current partners: https://socnet.bgng.io/partners )  — Become a supplier SocNet — Digital Goods & Premium Subscriptions Store ✅ Want to get the most out of ChatGPT without limits or overpaying?  Get access to ChatGPT-4 and 4o1 — the legendary AI already helping millions to earn, create, automate, and save time! What we offer:  Shared access from just $5 for 2 or 5 people — perfect for testing and easy entry  Dedicated ChatGPT 4o1 personal account — just for you or on your own email  PRO account with unlimited requests — ideal for developers, businesses, and advanced users   Promo code: PLUS7 (7% discount)  Payment: bank cards · cryptocurrency · other popular methods   How to buy:  ➡ Online Store: Click   ➡ Telegram Bot: Click    Other services:  ➡ SMM Panel: Click    Assortment: ChatGPT 4 Plus Shared account FOR 2/5 PEOPLE | Price from: $5 / $10  ChatGPT 4o1 Dedicated Personal account FOR 1 PERSON or ON YOUR ACCOUNT | Price from: $18  ChatGPT PRO account with UNLIMITED REQUESTS | Dedicated Personal account ONLY FOR 1 PERSON or ON YOUR ACCOUNT | Works in any country or region | Price from: $220   Regular customers receive additional discounts and promo codes!   Support:  ➡ Telegram: https://t.me/solomon_bog   ➡ Discord: https://discord.gg/y9AStFFsrh   ➡ WhatsApp: https://wa.me/79051904467   ➡ ✉ Email: solomonbog@socnet.store    ➡ Telegram Channel: https://t.me/accsforyou_shop    You can also contact us to:  — Discuss wholesale purchases  — Propose partnerships (current partners: https://socnet.bgng.io/partners )   — Become a supplier
    • We bought a turnkey project and they did everything at the highest level.
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock