Jump to content
  • 0

high five login server problem


Question

Posted

i download the Lucid Team Core

game server all ok

but when i run login server i got this

 

Starting L2-LT Login Server.

17:18:59.038  loading login config
17:18:59.079  Black IPs: loaded.
17:18:59.080  White IPs: loaded.
17:18:59.127  MLog clients using java 1.4+ standard logging.
17:18:59.236  Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true
; trace: 10]
17:18:59.374  Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSourc
e [ acquireIncrement -> 5, acquireRetryAttempts -> 0, acquireRetryDelay -> 100,
autoCommitOnClose -> true, automaticTestTable -> null, breakAfterAcquireFailure
-> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectio
nTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, dataSource
Name -> 1hge3rw8k1nu2jx31c79hhj|45a5049a, debugUnreturnedConnectionStackTraces -
> false, description -> null, driverClass -> com.mysql.jdbc.Driver, factoryClass
Location -> null, forceIgnoreUnresolvedTransactions -> false, identityToken -> 1
hge3rw8k1nu2jx31c79hhj|45a5049a, idleConnectionTestPeriod -> 60, initialPoolSize
-> 1, jdbcUrl -> jdbc:mysql://localhost/login, maxAdministrativeTaskTime -> 0,
maxConnectionAge -> 0, maxIdleTime -> 600, maxIdleTimeExcessConnections -> 0, ma
xPoolSize -> 10, maxStatements -> 100, maxStatementsPerConnection -> 0, minPoolS
ize -> 1, numHelperThreads -> 5, numThreadsAwaitingCheckoutDefaultUser -> 0, pre
ferredTestQuery -> null, properties -> {user=******, password=******}, propertyC
ycle -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false,
unreturnedConnectionTimeout -> 0, usesTraditionalReflectiveProxies -> false ]
17:18:59.579  ConfigSystem: Null value for key: Accounts_URL
17:18:59.586  Loading LoginController...
17:18:59.588  Loaded Whirlpool as default crypt.
17:19:00.346  Cached 10 KeyPairs for RSA communication
Exception in thread "main" java.lang.NullPointerException
        at l2lt.util.MTRandom.next(MTRandom.java:345)
        at java.util.Random.nextDouble(Unknown Source)
        at l2lt.util.Rnd.get(Rnd.java:22)
        at l2lt.loginserver.LoginController.generateBlowFishKeys(LoginController
.java:199)
        at l2lt.loginserver.LoginController.<init>(LoginController.java:153)
        at l2lt.loginserver.LoginController.load(LoginController.java:106)
        at l2lt.loginserver.L2LoginServer.<init>(L2LoginServer.java:166)
        at l2lt.loginserver.L2LoginStart.main(L2LoginStart.java:7)

Server terminated abnormaly


server terminated

Press any key to continue . . .

1 answer to this question

Recommended Posts

  • 0
Posted

MTRandom is kind of deprecated you could try replacing it with Rnd made by Forsaiken from L2J.

 

It works very good, and faster than older implementations.

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


×
×
  • 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