New issue 106 by kitaev: exception on dropIndex
http://code.google.com/p/sqljet/issues/detail?id=106
I got this exception running SimpleExample from "trunk". I'm not getting
this exception on every launch, only from time to time.
Exception in thread "main" org.tmatesoft.sqljet.core.SqlJetException:
CORRUPT: error code is CORRUPT
at
org.tmatesoft.sqljet.core.internal.btree.SqlJetMemPage.decodeFlags(SqlJetMe
mPage.java:169)
at
org.tmatesoft.sqljet.core.internal.btree.SqlJetMemPage.initPage(SqlJetMemPa
ge.java:199)
at
org.tmatesoft.sqljet.core.internal.btree.SqlJetBtreeShared.getAndInitPage(S
qlJetBtreeShared.java:985)
at
org.tmatesoft.sqljet.core.internal.btree.SqlJetBtreeShared.clearDatabasePag
e(SqlJetBtreeShared.java:918)
at
org.tmatesoft.sqljet.core.internal.btree.SqlJetBtree.clearTable(SqlJetBtree
.java:2029)
at
org.tmatesoft.sqljet.core.internal.btree.SqlJetBtree.doDropTable(SqlJetBtre
e.java:1926)
at
org.tmatesoft.sqljet.core.internal.btree.SqlJetBtree.dropTable(SqlJetBtree.
java:1881)
at
org.tmatesoft.sqljet.core.internal.schema.SqlJetSchema.doDropIndex(SqlJetSc
hema.java:652)
at
org.tmatesoft.sqljet.core.internal.schema.SqlJetSchema.dropIndexSafe(SqlJet
Schema.java:675)
at
org.tmatesoft.sqljet.core.internal.schema.SqlJetSchema.dropIndex(SqlJetSche
ma.java:661)
at
org.tmatesoft.sqljet.core.table.SqlJetDb$14.run(SqlJetDb.java:465)
at
org.tmatesoft.sqljet.core.table.SqlJetDb$6.runWithLock(SqlJetDb.java:297)
at
org.tmatesoft.sqljet.core.table.SqlJetDb.runWithLock(SqlJetDb.java:212)
at
org.tmatesoft.sqljet.core.table.SqlJetDb.runTransaction(SqlJetDb.java:294)
at
org.tmatesoft.sqljet.core.table.SqlJetDb.runWriteTransaction(SqlJetDb.java:
266)
at
org.tmatesoft.sqljet.core.table.SqlJetDb.dropIndex(SqlJetDb.java:463)
at
org.tmatesoft.sqljet.examples.simple.SqlJetSimpleExample.main(SqlJetSimpleE
xample.java:240)
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings