Hello, it looks like damaged metadata of database. There should be some blocks on end of file which there is not. If you understand java code and data is important you can hack(fix) repair tool to not stop on exception about wrong datasize and dump all used chunks. And from dumped chunks you possibly can extract some of your data. MV store structure is not MUCH complicated and is described here: http://h2database.com/html/mvstore.html
or Maybe someone from commiters will investigate it, which is not very likely to happen without test case how to corrupt database :( I personally do not suggest running BETA MV_STORE on production servers with production data. And ALWAYS(!) make backups. Sincerely Petr Holik Dne čtvrtek 24. listopadu 2016 14:19:58 UTC+1 Henky Prayoga napsal(a): > > Hi, > > Yesterday we got a very strange and serious problem. We run H2 on 5 > servers and suddenly, in relatively same time, all the database gets > corrupted. I tried to recover it, but no luck. We are using the latest > 1.4.193 version. If anyone willing to see the database sample, you can > check below dropbox link. > > Btw, we found that there is some error on the filesystem log related to > "Too many open files". > > Please help... Thank you very much. > > Best Regards, > > > Henky Prayoga > > https://dl.dropboxusercontent.com/u/13081377/db-back01.rar > -- 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.
