[h2] Re: java -cp h2*.jar org.h2.tools.Recover -> Exception in thread "main" java.nio.BufferUnderflowException

2019-03-23 Thread Evgenij Ryazanov
Unfortunately, in this case you need to insert some try-catch blocks into sources to skip broken pages. Perhaps you can comment out invocations of MVStoreTool.dump() and MVStoreTool.info() in Recover.process() first. They aren't required. -- You received this message because you are

[h2] Re: java -cp h2*.jar org.h2.tools.Recover -> Exception in thread "main" java.nio.BufferUnderflowException

2019-03-23 Thread Evgenij Ryazanov
Hello. You can build H2 from its current sources: https://github.com/h2database/h2database Building instructions are here: https://h2database.com/html/build.html#building You need a jar target. There was a change since the last release that may help you. -- You received this message because