Code: Select all
[12/02 04:29:03] Exception: loadCastleData(): Column 'side' not found.
java.sql.SQLException: Column 'side' not found.
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:996)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:935)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:924)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:870)
at com.mysql.jdbc.ResultSetImpl.findColumn(ResultSetImpl.java:1064)
at com.mysql.jdbc.ResultSetImpl.getString(ResultSetImpl.java:5201)
at com.mchange.v2.c3p0.impl.NewProxyResultSet.getString(NewProxyResultSe
t.java:908)
at com.l2jserver.gameserver.model.entity.Castle.load(Castle.java:650)
at com.l2jserver.gameserver.model.entity.Castle.<init>(Castle.java:246)
at com.l2jserver.gameserver.instancemanager.CastleManager.loadInstances(
CastleManager.java:283)
at com.l2jserver.gameserver.GameServer.<init>(GameServer.java:284)
at com.l2jserver.gameserver.GameServer.main(GameServer.java:475)
Code: Select all
[12/02 05:24:41] ------------------------------------------------=[ Database ]
[12/02 05:24:42] GameServer: Used memory: 56MB
[12/02 05:24:42] Updated characters online status.
[12/02 05:24:42] Could not clean up database: Unknown column 'forums.forum_paren
t' in 'where clause'
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'forum
s.forum_parent' in 'where clause'
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou
rce)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at com.mysql.jdbc.Util.handleNewInstance(Util.java:377)
at com.mysql.jdbc.Util.getInstance(Util.java:360)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:978)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3887)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3823)
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2435)
at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2582)
at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2526)
at com.mysql.jdbc.StatementImpl.executeUpdate(StatementImpl.java:1618)
at com.mysql.jdbc.StatementImpl.executeUpdate(StatementImpl.java:1549)
at com.mchange.v2.c3p0.impl.NewProxyStatement.executeUpdate(NewProxyStat
ement.java:436)
at com.l2jserver.gameserver.idfactory.IdFactory.cleanUpDB(IdFactory.java
:284)
at com.l2jserver.gameserver.idfactory.IdFactory.<init>(IdFactory.java:14
8)
at com.l2jserver.gameserver.idfactory.BitSetIDFactory.<init>(BitSetIDFac
tory.java:54)
at com.l2jserver.gameserver.idfactory.IdFactory.<clinit>(IdFactory.java:
162)
at com.l2jserver.gameserver.GameServer.<init>(GameServer.java:188)
at com.l2jserver.gameserver.GameServer.main(GameServer.java:475)
[12/02 05:24:42] Cleaned 0 expired timestamps from database.
[12/02 05:24:42] BitSetIDFactory: 102912 id's available.