- Joined
- Mar 19, 2007
- Messages
- 42
- Reaction score
- 1
Hi all
I have installed a Lineage II server l2J (dp nightlies) on ubuntu drapper.
The LAMP server is running without any problems, the server SQl database is installed but when I try to run RegisterGameServer.sh it answers the following error :
Thx ++
I have installed a Lineage II server l2J (dp nightlies) on ubuntu drapper.
The LAMP server is running without any problems, the server SQl database is installed but when I try to run RegisterGameServer.sh it answers the following error :
Code:
java.sql.SQLException: could not init DB connection:java.lang.ClassNotFoundException: java.lang.Enum not found in gnu.gcj.runtime.SystemClassLoader{urls=[file:c3p0-0.9.1.jar,file:l2jserver.jar,file:mysql-connector-java-5.0.4-bin.jar], parent=gnu.gcj.runtime.ExtensionClassLoader{urls=[], parent=null}}
at net.sf.l2j.L2DatabaseFactory.<init>(L2DatabaseFactory.java:122)
at net.sf.l2j.L2DatabaseFactory.getInstance(L2DatabaseFactory.java:177)
at net.sf.l2j.loginserver.GameServerTable.load(GameServerTable.java:127)
at net.sf.l2j.loginserver.GameServerTable.<init>(GameServerTable.java:85)
at net.sf.l2j.gsregistering.GameServerRegister.main(GameServerRegister.java:42)
java.security.NoSuchAlgorithmException: RSA
at java.security.KeyPairGenerator.getInstance(libgcj.so.7)
at net.sf.l2j.loginserver.GameServerTable.<init>(GameServerTable.java:88)
at net.sf.l2j.gsregistering.GameServerRegister.main(GameServerRegister.java:42)
Exception in thread "main" java.lang.NullPointerException
at net.sf.l2j.loginserver.GameServerTable.<init>(GameServerTable.java:100)
at net.sf.l2j.gsregistering.GameServerRegister.main(GameServerRegister.java:42)
stun@sd-5671:~/serveur/login$
Thx ++