Jump to content
  • 0

[HELP]Login Server Prob


Question

Posted

my login server gives me all the time this log if i start it... i dont know what i can do... i tried over 3 hours but without luck...

 

loading login config

L2Properties: Missing property for key - PacketHandlerDebug

L2Properties: Missing property for key - RequestServerID

L2Properties: Missing property for key - AcceptAlternateID

L2Properties: Missing property for key - DatapackRoot

L2Properties: Missing property for key - RouterHostname

Loading mmo.properties

MLog clients using java 1.4+ standard logging.

Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace: 10]

Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 5, acquireRetryAttempts -> 0, acquireRetryDelay -> 500, autoCommitOnClose -> true, automaticTestTable -> connection_test_table, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, dataSourceName -> ha9ds48n1lspsr1wfzc9|78ce5b1c, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> com.mysql.jdbc.Driver, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, identityToken -> ha9ds48n1lspsr1wfzc9|78ce5b1c, idleConnectionTestPeriod -> 3600, initialPoolSize -> 10, jdbcUrl -> jdbc:mysql://localhost/l2jdb, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 10, maxStatements -> 0, maxStatementsPerConnection -> 100, minPoolSize -> 10, numHelperThreads -> 3, numThreadsAwaitingCheckoutDefaultUser -> 0, preferredTestQuery -> null, properties -> {user=******, password=******}, propertyCycle -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, usesTraditionalReflectiveProxies -> false ]

Loading LoginController...

Cached 10 KeyPairs for RSA communication

Stored 20 keys for Blowfish communication

Loaded 127 server names

Loaded 1 registered Game Servers

Cached 10 RSA keys for Game Server communication.

Loaded 2 IP Bans.

FATAL: Failed to start the Game Server Listener. Reason: Address already in use

java.net.BindException: Address already in use

at java.net.PlainSocketImpl.socketBind(Native Method)

at java.net.AbstractPlainSocketImpl.bind(AbstractPlainSocketImpl.java:353)

at java.net.ServerSocket.bind(ServerSocket.java:336)

at java.net.ServerSocket.<init>(ServerSocket.java:202)

at java.net.ServerSocket.<init>(ServerSocket.java:114)

at com.l2jserver.loginserver.FloodProtectedListener.<init>(FloodProtectedListener.java:48)

at com.l2jserver.loginserver.GameServerListener.<init>(GameServerListener.java:37)

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

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

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

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