[Interlude] Unknown column 'obj_id' in field list

Find the proper support area, Saga-Version.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
razzly
Posts: 16
Joined: Sat Jul 11, 2009 5:34 pm

[Interlude] Unknown column 'obj_id' in field list

Post by razzly »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:
L2JDP Revision Number:

java.log

Code: Select all

2009.12.24 14:49:38,703	INFO	10	net.sf.l2j.Config	loading gameserver config2009.12.24 14:49:38,859	INFO	10	com.mchange.v2.log.MLog	MLog clients using java 1.4+ standard logging.2009.12.24 14:49:39,109	INFO	10	com.mchange.v2.c3p0.C3P0Registry	Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace: 10]2009.12.24 14:49:39,656	INFO	10	com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource	Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 5, acquireRetryAttempts -> 0, acquireRetryDelay -> 500, autoCommitOnClose -> true, automaticTestTable -> connection_test_table, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, dataSourceName -> z8kflt851hjblkp15h9oe2|1faba46, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> com.mysql.jdbc.Driver, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, identityToken -> z8kflt851hjblkp15h9oe2|1faba46, idleConnectionTestPeriod -> 3600, initialPoolSize -> 10, jdbcUrl -> jdbc:mysql://localhost/l2jdb, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 100, maxStatements -> 0, maxStatementsPerConnection -> 100, minPoolSize -> 10, numHelperThreads -> 3, numThreadsAwaitingCheckoutDefaultUser -> 0, preferredTestQuery -> null, properties -> {user=******, password=******}, propertyCycle -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, usesTraditionalReflectiveProxies -> false ]2009.12.24 14:49:39,734	INFO	10	net.sf.l2j.gameserver.GameServer	L2J Server Version:    ${l2j.revision}2009.12.24 14:49:39,734	INFO	10	net.sf.l2j.gameserver.GameServer	L2J Datapack Version:  ${l2jdp.revision}2009.12.24 14:49:39,750	INFO	10	net.sf.l2j.gameserver.idfactory.IdFactory	Updated characters online status.2009.12.24 14:49:39,890	SEVERE	10	net.sf.l2j.gameserver.idfactory.BitSetIDFactory	BitSet ID Factory could not be initialized correctly2009.12.24 14:49:39,921	INFO	10	net.sf.l2j.gameserver.idfactory.BitSetIDFactory	IDFactory: 102912 id's available.2009.12.24 14:49:39,921	SEVERE	10	net.sf.l2j.gameserver.GameServer	Could not read object IDs from DB. Please Check Your Data. 
And this is error in GS Console:

Code: Select all

com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Unknown column: 'obj_id' in field list
What is this?
User avatar
JIV
L2j Veteran
L2j Veteran
Posts: 1882
Joined: Sun Jan 06, 2008 8:17 pm
Location: Slovakia
Contact:

Re: [Interlude] Unknown column 'obj_id' in field list

Post by JIV »

messed Db, erase all (also tables) and install full.
Post Reply