Re: [h2] Corrupt Database Chunk Wont Recover

2019-07-13 Thread Evgenij Ryazanov
Building instructions are here: https://h2database.com/html/build.html#building However, you you can load the sources from h2/src/main into any Java IDE and launch the recovery process directly from the IDE. When you see a failure that isn't handled automatically you can add some try-catch

Re: [h2] Corrupt Database Chunk Wont Recover

2019-07-13 Thread Coleman Yantis
Ive commented out the errors but I am stuck on how to build the jar. I tried running the pom and build files yet none want to work. On Saturday, July 13, 2019 at 3:06:17 PM UTC-5, Noel Grandin wrote: > > Your best bet involves building your own copy of H2 and selectively > disabling the chunks

Re: [h2] Corrupt Database Chunk Wont Recover

2019-07-13 Thread Noel Grandin
Your best bet involves building your own copy of H2 and selectively disabling the chunks of code that are throwing exceptions. That is however, an error right near the beginning when the critical metadata structures are being loaded, so I wouldn't hold out a lot of hope of getting much data back.

[h2] Corrupt Database Chunk Wont Recover

2019-07-13 Thread Coleman Yantis
Hello, One of my clients had their database corrupted and I've spent way too much time googling and trying to find a solution on how to repair it. I tried using the Recover tool but it just stops at the broken chunk and gives this error: Exception in thread "main"