Okay I cloned the repository and I am willing to tweak the source code to 
ignore the errors. Anyone out there who can guide me a bit. Reading chunks 
gives the error.

java.lang.IllegalStateException: Chunk 60877 is invalid [1.4.197/6]
    at org.h2.mvstore.DataUtils.newIllegalStateException(DataUtils.java:881)
    at org.h2.mvstore.MVStore.loadChunkMeta(MVStore.java:772)
    at org.h2.mvstore.MVStore.readStoreHeader(MVStore.java:730)
    at org.h2.mvstore.MVStore.<init>(MVStore.java:380)
    at org.h2.mvstore.MVStore$Builder.open(MVStore.java:3210)
    at org.h2.tools.Recover.dumpMVStoreFile(Recover.java:606)
    at org.h2.tools.Recover.process(Recover.java:348)
    at org.h2.tools.Recover.runTool(Recover.java:196)
    at org.h2.tools.Recover.main(Recover.java:159)

What would be a good attemp to ignore this invalid value?

Am Sonntag, 8. Juli 2018 16:51:05 UTC+2 schrieb Sven Eric Panitz:
>
> In other words. No simple way to rescue my data. So I hope to find some 
> recent back up files....
>
> Am Sonntag, 8. Juli 2018 15:06:53 UTC+2 schrieb Noel Grandin:
>>
>> If you are willing to build from source, you can sometimes tweak the 
>> source code to ignore certain errors and insert good values when it seems 
>> bad ones, in order to run the Recover tool.
>> ​
>>
>

-- 
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