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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


  • Posts

    • Hello everyone,   A long time ago I was also a Lucera customer. After all these years, I started wondering why the source code was never offered publicly, even as a paid option, while customers were still depending on monthly updates, extensions and closed binaries.   Because of that, I decided to start researching the project deeper from a technical point of view. I spent a lot of time analyzing how Lucera was structured, how the protections and bindings were implemented, how the core communicates with the scripts/extensions, and how everything is connected internally.   After a long process of analysis, cleanup and reconstruction, I managed to create my own decompiled Lucera based source environment. This means I can now work directly inside the source, modify core logic, change systems, fix bugs, rewrite scripts, remove limitations and develop features without depending only on external extensions or closed compiled files.   I know that some people already had access to private source versions, but for most customers the answer was always the same: “we do not sell source code.” So I decided to take a different path and build my own working source base from what I had.   This is not just a random claim or forum drama. I have already been working directly with the source, rebuilding parts of it, fixing decompilation issues, compiling scripts, correcting runtime errors and testing everything in-game.   The goal is simple: full control, full customization and the ability to continue development independently.   For anyone who doubts whether this is real or not, I will include a video demonstration showing the project, the source structure, the build process and in-game results..    
    • HOT NEWS: Gemini Spark BETA LAUNCHED! Google has officially released the Beta version of Gemini Spark, its highly anticipated modular AI workspace. Access to the new interface is currently exclusive to Google AI Ultra subscribers located within the United States. The groundbreaking update shifts the Gemini experience from a standard chat window to a clean, real-time code editor and dynamic canvas. ------------------------------------------- CONTACT Order Here: BUY GEMINI PRO Email: support@klouditem.com Telegram Channel: @klouditemcom Telegram Support: klouditem All Contact: https://linktr.ee/klouditem Website: https://klouditem.com Hours: 24/7 -- Always online SHOP NOW: klouditem.com  Gemini Pro can be useful for many daily online tasks, especially if you work with content, marketing, or websites. Some practical use cases:   ✅ Writing product descriptions ✅ Creating ad copy ideas ✅ Summarizing long documents ✅ Rewriting emails professionally ✅ Planning blog content ✅ Creating social media captions ✅ Explaining technical topics in simple words ✅ Brainstorming business ideas ✅ Checking grammar and tone ✅ Creating step-by-step guides   Best tip: don’t use AI output directly every time. Use it as a first draft, then edit it with your own experience. That gives much better and more natural results. ------------------------------------------- CONTACT Order Here: BUY GEMINI PRO Email: support@klouditem.com Telegram Channel: @klouditemcom Telegram Support: klouditem All Contact: https://linktr.ee/klouditem Website: https://klouditem.com Hours: 24/7 -- Always online SHOP NOW: klouditem.com
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..