Re: [h2] Re: Corrupt Database Chunk Wont Recover

2019-07-17 Thread Silvio
197... -- 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 h2-database+unsubscr...@googlegroups.com. To view this discussion on the web visit

Re: [h2] Re: Corrupt Database Chunk Wont Recover

2019-07-17 Thread Silvio
107 is on the download page. That one should work also. I still have 196 from before. Perhaps the H2 guys can help you with that. -- 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,

Re: [h2] Re: Corrupt Database Chunk Wont Recover

2019-07-16 Thread Andrei Tokar
You can get them from maven repo https://mvnrepository.com/artifact/com.h2database/h2. So you did not like whatever I've recovered? I doubt that there is any more data in this file. -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To

Re: [h2] Re: Corrupt Database Chunk Wont Recover

2019-07-15 Thread Coleman Yantis
How do you find those older jars? On Mon, Jul 15, 2019 at 9:29 AM Silvio wrote: > Try to run the Recover tool from H2 version 196 or 197. I regularly deal > with corrupted databases since moving to 199 and in 9 out of 10 cases the > older Recover tool works where the one in 199 will not. This

Re: [h2] Re: Corrupt Database Chunk Wont Recover

2019-07-15 Thread Coleman Yantis
Attempted to convert it to a mv.db file and then when loaded got this 15.07 09:05:09 [Server] WARN Caused by: java.lang.IllegalStateException: Store header is corrupt: nio:/plugins/McRPG/database/mcrpg.mv.db [1.4.198/6] On Sun, Jul 14, 2019 at 4:35 PM Andrei Tokar wrote: > Please see attached