I am using H2 within a scala/lift Web application. Due to a 
OutOfMemoryError my data base is corrupted.

The recovery tool however seems to have problems with the data-base:

java -cp lib/h2*.jar org.h2.tools.Recover
Exception in thread "main" java.lang.IllegalStateException: Chunk 60877 is 
invalid [1.4.187/6]
    at org.h2.mvstore.DataUtils.newIllegalStateException(DataUtils.java:773)
    at org.h2.mvstore.MVStore.readStoreHeader(MVStore.java:695)
    at org.h2.mvstore.MVStore.<init>(MVStore.java:348)
    at org.h2.mvstore.MVStore$Builder.open(MVStore.java:2782)
    at org.h2.mvstore.MVStoreTool.info(MVStoreTool.java:315)
    at org.h2.tools.Recover.process(Recover.java:341)
    at org.h2.tools.Recover.runTool(Recover.java:195)
    at org.h2.tools.Recover.main(Recover.java:158)


Any chance, that I can rescue my data base?

-- 
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 https://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.

Reply via email to