Unable to start the login server

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
wanderer_ua
Posts: 2
Joined: Thu Nov 26, 2009 10:12 am
Location: Ukraine

Unable to start the login server

Post by wanderer_ua »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:3970M
L2JDP Revision Number:7123M

Unable to start the login server

System: w2k3 x64, Java 1.6 u18, MySQL 5.1, AMD Athlon x2, 4Gb RAM

Code: Select all

Starting L2J Login Server. loading login configL2Properties: Missing property for key - PacketHandlerDebugL2Properties: Missing property for key - RequestServerIDL2Properties: Missing property for key - AcceptAlternateIDL2Properties: Missing property for key - DatapackRootL2Properties: Missing property for key - RouterHostnameLoading mmo.propertiesL2Properties: Missing property for key - IOSelectorThreadCountMLog 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 -> lgjsb8874r6q3p1m2wqws|92e78c, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> com.mysql.jdbc.Driver, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, identityToken -> lgjsb8874r6q3p1m2wqws|92e78c, idleConnectionTestPeriod -> 3600, initialPoolSize -> 10, jdbcUrl -> jdbc:mysql://localhost/l2data_l2j, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 10, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 20, 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 communicationStored 20 keys for Blowfish communicationLoaded 127 server namesException in thread "main" java.lang.ExceptionInInitializerError        at com.l2jserver.gameserver.ThreadPoolManager.getInstance(ThreadPoolManager.java:88)        at com.l2jserver.L2DatabaseFactory.getConnection(L2DatabaseFactory.java:223)        at com.l2jserver.loginserver.GameServerTable.loadRegisteredGameServers(GameServerTable.java:157)        at com.l2jserver.loginserver.GameServerTable.<init>(GameServerTable.java:90)        at com.l2jserver.loginserver.GameServerTable.load(GameServerTable.java:71)        at com.l2jserver.loginserver.L2LoginServer.<init>(L2LoginServer.java:139)        at com.l2jserver.loginserver.L2LoginServer.main(L2LoginServer.java:57)Caused by: java.lang.IllegalArgumentException        at java.util.concurrent.ThreadPoolExecutor.<init>(Unknown Source)        at java.util.concurrent.ThreadPoolExecutor.<init>(Unknown Source)        at com.l2jserver.gameserver.ThreadPoolManager.<init>(ThreadPoolManager.java:103)        at com.l2jserver.gameserver.ThreadPoolManager.<init>(ThreadPoolManager.java:65)        at com.l2jserver.gameserver.ThreadPoolManager$SingletonHolder.<clinit>(ThreadPoolManager.java:470)        ... 7 more server terminated 
Login server from the Nightly Build does not run too. Old login server(3826M) with the same settings runs fine
Image
hope
Posts: 1160
Joined: Thu Aug 30, 2007 5:17 pm

Re: Unable to start the login server

Post by hope »

5.L2Properties: Missing property for key - RequestServerID
update your configs
wanderer_ua
Posts: 2
Joined: Thu Nov 26, 2009 10:12 am
Location: Ukraine

Re: Unable to start the login server

Post by wanderer_ua »

hope wrote:5.L2Properties: Missing property for key - RequestServerID
update your configs
Really, i am noob. Big tnx.

Close or delete this topic.
Image
bozZo
Posts: 4
Joined: Wed Mar 10, 2010 10:52 am

Re: Unable to start the login server

Post by bozZo »

hope wrote:5.L2Properties: Missing property for key - RequestServerID
update your configs
i have the same problem how can i do this ? how can i update my configs?
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: Unable to start the login server

Post by jurchiks »

open server.properties and set the server ID, and never leave blank entries
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
Post Reply