We received the following error while opening a database.  The
database was built using 1.2.126.  We are using the following JDBC
url:

jdbc:h2:/work/pos/
posdb;LOCK_TIMEOUT=30000;WRITE_DELAY=500;CACHE_TYPE=SOFT_LRU;AUTO_SERVER=TRUE

The JVM is Java 5 IBM.  The platform is Suse Linux.

Does anyone know the cause?  Is the database corrupted?

java.lang.RuntimeException: page[2710] data leaf table:0 entries:3
parent:5 keys:[5866, 5868, 5870] offsets:[1874, 1700, 1046]
        at org.h2.message.Message.throwInternalError(Message.java:190)
        at org.h2.index.PageBtreeIndex.getPage(PageBtreeIndex.java:
148)
        at org.h2.index.PageBtreeIndex.<init>(PageBtreeIndex.java:62)
        at org.h2.table.TableData.addIndex(TableData.java:209)
        at org.h2.store.PageStore.addMeta(PageStore.java:1342)
        at org.h2.store.PageStore.redo(PageStore.java:1188)
        at org.h2.store.PageLog.recover(PageLog.java:289)
        at org.h2.store.PageStore.recover(PageStore.java:1054)
        at org.h2.store.PageStore.openExisting(PageStore.java:306)
        at org.h2.store.PageStore.open(PageStore.java:264)
        at org.h2.engine.Database.getPageStore(Database.java:2315)
        at org.h2.engine.Database.open(Database.java:630)
        at org.h2.engine.Database.openDatabase(Database.java:227)

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en.

Reply via email to