kokopikou Posted September 24, 2011 Posted September 24, 2011 Starting Login Server. INFO : loading login config INFO : MLog clients using log4j logging. INFO : Initializing c3p0-0.9.1.1 [built 15-March-2007 01:32:31; debug? true; tra ce: 10] INFO : Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acq uireIncrement -> 5, acquireRetryAttempts -> 0, acquireRetryDelay -> 500, autoCom mitOnClose -> true, automaticTestTable -> connection_test_table, breakAfterAcqui reFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, dataSourceName -> pgk25z8i16hnx4m18uifa3|2a5b68ea, debugUnreturnedConnectionStac kTraces -> false, description -> null, driverClass -> com.mysql.jdbc.Driver, fac toryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, identityT oken -> pgk25z8i16hnx4m18uifa3|2a5b68ea, idleConnectionTestPeriod -> 60, initial PoolSize -> 3, jdbcUrl -> jdbc:mysql://localhost/l2jdb, lastAcquisitionFailureDe faultUser -> null, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdl eTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 20, maxStatements -> 0, maxStatementsPerConnection -> 100, minPoolSize -> 1, numHelperThreads -> 2 0, numThreadsAwaitingCheckoutDefaultUser -> 0, preferredTestQuery -> null, prope rties -> {user=******, password=******}, propertyCycle -> 0, testConnectionOnChe ckin -> true, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, usesTraditionalReflectiveProxies -> false ] INFO : Loaded 127 server names INFO : LoginManager initiating INFO : Cached 10 KeyPairs for RSA communication Exception in thread "main" java.lang.NullPointerException at net.sf.l2j.tools.math.MTRandom.next(MTRandom.java:347) at java.util.Random.nextDouble(Unknown Source) at net.sf.l2j.util.Rnd.nextInt(Rnd.java:54) at net.sf.l2j.loginserver.manager.LoginManager.generateBlowFishKeys(Logi nManager.java:190) at net.sf.l2j.loginserver.manager.LoginManager.<init>(LoginManager.java: 155) at net.sf.l2j.loginserver.manager.LoginManager.load(LoginManager.java:10 6) at net.sf.l2j.loginserver.L2LoginServer.<init>(L2LoginServer.java:109) at net.sf.l2j.loginserver.L2LoginServer.main(L2LoginServer.java:77) Server terminated abnormaly server terminated Press any key to continue . . . this is problem can help me i dont know for what Quote
0 Tryskell Posted September 24, 2011 Posted September 24, 2011 Use java 32 or java 64 according of your OS. Quote
0 Virusgr Posted September 24, 2011 Posted September 24, 2011 use jdk6 to register the gameserver again and then run everything.jdk7 introduces a new random method that mess things up.(only high five fully support jdk7 so far) Quote
Question
kokopikou
Starting Login Server.
INFO : loading login config
INFO : MLog clients using log4j logging.
INFO : Initializing c3p0-0.9.1.1 [built 15-March-2007 01:32:31; debug? true; tra
ce: 10]
INFO : Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acq
uireIncrement -> 5, acquireRetryAttempts -> 0, acquireRetryDelay -> 500, autoCom
mitOnClose -> true, automaticTestTable -> connection_test_table, breakAfterAcqui
reFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null,
connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester,
dataSourceName -> pgk25z8i16hnx4m18uifa3|2a5b68ea, debugUnreturnedConnectionStac
kTraces -> false, description -> null, driverClass -> com.mysql.jdbc.Driver, fac
toryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, identityT
oken -> pgk25z8i16hnx4m18uifa3|2a5b68ea, idleConnectionTestPeriod -> 60, initial
PoolSize -> 3, jdbcUrl -> jdbc:mysql://localhost/l2jdb, lastAcquisitionFailureDe
faultUser -> null, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdl
eTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 20, maxStatements
-> 0, maxStatementsPerConnection -> 100, minPoolSize -> 1, numHelperThreads -> 2
0, numThreadsAwaitingCheckoutDefaultUser -> 0, preferredTestQuery -> null, prope
rties -> {user=******, password=******}, propertyCycle -> 0, testConnectionOnChe
ckin -> true, testConnectionOnCheckout -> false, unreturnedConnectionTimeout ->
0, usesTraditionalReflectiveProxies -> false ]
INFO : Loaded 127 server names
INFO : LoginManager initiating
INFO : Cached 10 KeyPairs for RSA communication
Exception in thread "main" java.lang.NullPointerException
at net.sf.l2j.tools.math.MTRandom.next(MTRandom.java:347)
at java.util.Random.nextDouble(Unknown Source)
at net.sf.l2j.util.Rnd.nextInt(Rnd.java:54)
at net.sf.l2j.loginserver.manager.LoginManager.generateBlowFishKeys(Logi
nManager.java:190)
at net.sf.l2j.loginserver.manager.LoginManager.<init>(LoginManager.java:
155)
at net.sf.l2j.loginserver.manager.LoginManager.load(LoginManager.java:10
6)
at net.sf.l2j.loginserver.L2LoginServer.<init>(L2LoginServer.java:109)
at net.sf.l2j.loginserver.L2LoginServer.main(L2LoginServer.java:77)
Server terminated abnormaly
server terminated
Press any key to continue . . .
this is problem can help me i dont know for what
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.