Login-failutr without error
Posted: Wed May 27, 2009 8:12 pm
L2J Revision 3074:
L2JDP Revision 6133:
Okay, if i'm trying to connect to my server, i can see Bartz on login screen. But can't log into the server from there.
Every GameGuard-realtet thing is False, ByPass validation on True ( maybe a security thing ..)
There is no error-msg relatet to this, just something about a 'time' - column, for me without infos^^
Maybe someone can get the problem with it:
L2JDP Revision 6133:
Okay, if i'm trying to connect to my server, i can see Bartz on login screen. But can't log into the server from there.
Every GameGuard-realtet thing is False, ByPass validation on True ( maybe a security thing ..)
There is no error-msg relatet to this, just something about a 'time' - column, for me without infos^^
Maybe someone can get the problem with it:
Code: Select all
May 27, 2009 7:51:07 PM net.sf.l2j.gameserver.model.itemcontainer.ItemContainer restoreWARNING: could not restore container:com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'time' in 'field list' at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) at java.lang.reflect.Constructor.newInstance(Constructor.java:513) at com.mysql.jdbc.Util.handleNewInstance(Util.java:406) at com.mysql.jdbc.Util.getInstance(Util.java:381) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1030) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:956) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3515) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3447) at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1951) at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2101) at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2554) at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1761) at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:1912) at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.executeQuery(NewProxyPreparedStatement.java:76) at net.sf.l2j.gameserver.model.itemcontainer.ItemContainer.restore(ItemContainer.java:603) at net.sf.l2j.gameserver.model.L2Clan.<init>(L2Clan.java:180) at net.sf.l2j.gameserver.datatables.ClanTable.<init>(ClanTable.java:90) at net.sf.l2j.gameserver.datatables.ClanTable.getInstance(ClanTable.java:64) at net.sf.l2j.gameserver.GameServer.<init>(GameServer.java:256) at net.sf.l2j.gameserver.GameServer.main(GameServer.java:544)