新手玩家

- 贡献度
- 0
- 金元
- 205
- 积分
- 21
- 精华
- 0
- 注册时间
- 2019-1-26
|
The conglomerate (1,264) requested does not exist.
java.sql.SQLException: The conglomerate (1,264) requested does not exist.
at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
at org.apache.derby.impl.jdbc.Util.<unknown>(Unknown Source)
at org.apache.derby.impl.jdbc.TransactionResourceImpl.<unknown>(Unknown Source)
at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedStatement.executeStatement(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
at org.gdstash.db.DBItem.createTables(Unknown Source)
at org.gdstash.db.GDDBData.createDataTables(Unknown Source)
at org.gdstash.ui.GDConfigPane$DBImportWorker.doInBackground(Unknown Source)
at org.gdstash.ui.GDConfigPane$DBImportWorker.doInBackground(Unknown Source)
at javax.swing.SwingWorker$1.call(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at javax.swing.SwingWorker.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: ERROR XSAI2: The conglomerate (1,264) requested does not exist.
at org.apache.derby.impl.store.access.heap.HeapConglomerateFactory.readConglomerate(Unknown Source)
at org.apache.derby.impl.store.access.CacheableConglomerate.setIdentity(Unknown Source)
at org.apache.derby.impl.services.cache.ConcurrentCache.find(Unknown Source)
at org.apache.derby.impl.store.access.RAMAccessManager.conglomCacheFind(Unknown Source)
at org.apache.derby.impl.store.access.RAMTransaction.<unknown>(Unknown Source)
at org.apache.derby.impl.store.access.RAMTransaction.<unknown>(Unknown Source)
at org.apache.derby.impl.store.access.RAMTransaction.openConglomerate(Unknown Source)
at org.apache.derby.impl.sql.execute.DDLConstantAction.<unknown>(Unknown Source)
at org.apache.derby.impl.sql.execute.DropTableConstantAction.executeConstantAction(Unknown Source)
at org.apache.derby.impl.sql.execute.MiscResultSet.open(Unknown Source)
at org.apache.derby.impl.sql.GenericPreparedStatement.executeStmt(Unknown Source)
at org.apache.derby.impl.sql.GenericPreparedStatement.<unknown>(Unknown Source)
... 13 more
|
|