Jump to content
  • 0

Register Game Server


RandomDude

Question

Exception in thread "main" java.lang.ExceptionInInitializerError
        at com.mysql.jdbc.Util.stackTraceToString(Util.java:355)
        at com.mysql.jdbc.Util.<clinit>(Util.java:120)
        at com.mysql.jdbc.NonRegisteringDriver.parseURL(NonRegisteringDriver.jav
a:814)
        at com.mysql.jdbc.NonRegisteringDriver.acceptsURL(NonRegisteringDriver.j
ava:278)
        at java.sql.DriverManager.getDriver(Unknown Source)
        at com.mchange.v2.c3p0.DriverManagerDataSource.driver(DriverManagerDataS
ource.java:240)
        at com.mchange.v2.c3p0.DriverManagerDataSource.getConnection(DriverManag
erDataSource.java:131)
        at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnecti
on(WrapperConnectionPoolDataSource.java:161)
        at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnecti
on(WrapperConnectionPoolDataSource.java:147)
        at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPoolManager.initializeAu
tomaticTestTable(C3P0PooledConnectionPoolManager.java:987)
        at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPoolManager.createPooled
ConnectionPool(C3P0PooledConnectionPoolManager.java:910)
        at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPoolManager.getPool(C3P0
PooledConnectionPoolManager.java:397)
        at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPoolManager.getPool(C3P0
PooledConnectionPoolManager.java:414)
        at com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource.getConnection(A
bstractPoolBackedDataSource.java:140)
        at com.l2jserver.L2DatabaseFactory.<init>(L2DatabaseFactory.java:100)
        at com.l2jserver.L2DatabaseFactory.getInstance(L2DatabaseFactory.java:16
0)
        at com.l2jserver.loginserver.GameServerTable.loadRegisteredGameServers(G
ameServerTable.java:137)
        at com.l2jserver.loginserver.GameServerTable.<init>(GameServerTable.java
:73)
        at com.l2jserver.loginserver.GameServerTable$SingletonHolder.<clinit>(Ga
meServerTable.java:679)
        at com.l2jserver.loginserver.GameServerTable.getInstance(GameServerTable
.java:671)
        at com.l2jserver.tools.gsregistering.BaseGameServerRegister.load(BaseGam
eServerRegister.java:307)
        at com.l2jserver.tools.gsregistering.GameServerRegister.<init>(GameServe
rRegister.java:47)
        at com.l2jserver.tools.gsregistering.BaseGameServerRegister.startCMD(Bas
eGameServerRegister.java:279)
        at com.l2jserver.tools.gsregistering.BaseGameServerRegister.main(BaseGam
eServerRegister.java:188)
Caused by: java.lang.RuntimeException: Can't load resource bundle due to underly
ing exception java.util.MissingResourceException: Can't find bundle for base nam
e com.mysql.jdbc.LocalizedErrorMessages, locale da_DK
        at com.mysql.jdbc.Messages.<clinit>(Messages.java:61)
        ... 24 more
Caused by: java.util.MissingResourceException: Can't find bundle for base name c
om.mysql.jdbc.LocalizedErrorMessages, locale da_DK
        at java.util.ResourceBundle.throwMissingResourceException(Unknown Source
)
        at java.util.ResourceBundle.getBundleImpl(Unknown Source)
        at java.util.ResourceBundle.getBundle(Unknown Source)
        at com.mysql.jdbc.Messages.<clinit>(Messages.java:59)
        ... 24 more
Press any key to continue . . .

wtf?

Edited by RandomDude
Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0

Have you compiled the pack? :D since many ppl try to do it via source.. :P

Edited by SweeTs
Link to comment
Share on other sites

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