Here is the full log.

Caused by: org.h2.jdbc.JdbcSQLException: General error: 
"java.lang.RuntimeException: page[30284] data node table:167 entries:168 [1438, 
1437, 2679, 2706, 2709, 2711, 2713, 2716, 3690, 3706, 3709, 4481, 12184, 16323, 
16364, 16368, 16370, 16372, 16528, 16531, 16545, 16547, 16601, 16604, 16608, 
16609, 16612, 16615, 16617, 16726, 16730, 16732, 17165, 17168, 17170, 17173, 
17176, 17179, 17180, 17185, 17254, 17256, 17259, 17261, 17264, 17267, 17280, 
17282, 17287, 17309, 17310, 17344, 17346, 17348, 17390, 17392, 17396, 17422, 
17429, 17432, 17434, 17449, 17563, 17604, 17605, 17608, 17611, 17614, 17616, 
17625, 17627, 17631, 17636, 17638, 17642, 17645, 17646, 17649, 17663, 17665, 
17667, 17669, 17672, 17707, 17911, 17913, 17930, 17933, 18010, 18028, 18050, 
18068, 18072, 18084, 18087, 18090, 18093, 18096, 18097, 18111, 18172, 18174, 
18176, 18180, 18183, 18186, 18189, 18191, 18194, 18198, 18201, 18202, 18206, 
18209, 18211, 18215, 18217, 18219, 18222, 18229, 18233, 18234, 18237, 18260, 
18261, 18266, 18274, 18302, 18304, 18307, 18309, 18325, 18328, 18330, 18333, 
18339, 18342, 18345, 18347, 18349, 18393, 18395, 18400, 18402, 18682, 18767, 
18770, 18773, 18775, 18778, 18781, 18783, 18787, 18799, 18804, 18806, 18826, 
18887, 18890, 18988, 19603, 19604, 20961, 21033, 21036, 21038, 21043, 21047, 
22223] parent 148311 expected 5" [50000-168]
        at org.h2.message.DbException.getJdbcSQLException(DbException.java:329)
        at org.h2.message.DbException.get(DbException.java:158)
        at org.h2.message.DbException.convert(DbException.java:281)
        at org.h2.engine.Database.openDatabase(Database.java:252)
        at org.h2.engine.Database.<init>(Database.java:217)
        at org.h2.engine.Engine.openSession(Engine.java:56)
        at org.h2.engine.Engine.openSession(Engine.java:159)
        at org.h2.engine.Engine.createSessionAndValidate(Engine.java:138)
        at org.h2.engine.Engine.createSession(Engine.java:121)
        at org.h2.engine.Engine.createSession(Engine.java:28)
        at 
org.h2.engine.SessionRemote.connectEmbeddedOrServer(SessionRemote.java:305)
        at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:108)
        at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:92)
        at org.h2.Driver.connect(Driver.java:72)
        at 
org.jboss.jca.adapters.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:249)
        ... 36 more
Caused by: java.lang.RuntimeException: page[30284] data node table:167 
entries:168 [1438, 1437, 2679, 2706, 2709, 2711, 2713, 2716, 3690, 3706, 3709, 
4481, 12184, 16323, 16364, 16368, 16370, 16372, 16528, 16531, 16545, 16547, 
16601, 16604, 16608, 16609, 16612, 16615, 16617, 16726, 16730, 16732, 17165, 
17168, 17170, 17173, 17176, 17179, 17180, 17185, 17254, 17256, 17259, 17261, 
17264, 17267, 17280, 17282, 17287, 17309, 17310, 17344, 17346, 17348, 17390, 
17392, 17396, 17422, 17429, 17432, 17434, 17449, 17563, 17604, 17605, 17608, 
17611, 17614, 17616, 17625, 17627, 17631, 17636, 17638, 17642, 17645, 17646, 
17649, 17663, 17665, 17667, 17669, 17672, 17707, 17911, 17913, 17930, 17933, 
18010, 18028, 18050, 18068, 18072, 18084, 18087, 18090, 18093, 18096, 18097, 
18111, 18172, 18174, 18176, 18180, 18183, 18186, 18189, 18191, 18194, 18198, 
18201, 18202, 18206, 18209, 18211, 18215, 18217, 18219, 18222, 18229, 18233, 
18234, 18237, 18260, 18261, 18266, 18274, 18302, 18304, 18307, 18309, 18325, 
18328, 18330, 18333, 18339, 18342, 18345, 18347, 18349, 18393, 18395, 18400, 
18402, 18682, 18767, 18770, 18773, 18775, 18778, 18781, 18783, 18787, 18799, 
18804, 18806, 18826, 18887, 18890, 18988, 19603, 19604, 20961, 21033, 21036, 
21038, 21043, 21047, 22223] parent 148311 expected 5
        at org.h2.message.DbException.throwInternalError(DbException.java:228)
        at org.h2.index.PageDataIndex.getPage(PageDataIndex.java:239)
        at org.h2.index.PageDataNode.find(PageDataNode.java:164)
        at org.h2.index.PageDataIndex.find(PageDataIndex.java:274)
        at org.h2.table.RegularTable.addIndex(RegularTable.java:244)
        at org.h2.store.PageStore.addMeta(PageStore.java:1685)
        at org.h2.store.PageStore.readMetaData(PageStore.java:1590)
        at org.h2.store.PageStore.recover(PageStore.java:1364)
        at org.h2.store.PageStore.openExisting(PageStore.java:361)
        at org.h2.store.PageStore.open(PageStore.java:285)
        at org.h2.engine.Database.getPageStore(Database.java:2118)
        at org.h2.engine.Database.open(Database.java:577)
        at org.h2.engine.Database.openDatabase(Database.java:222)

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.

Reply via email to