You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to H2 Database
I have an old large (split) database created with the v1.4.200 version...keyword old and forgot the password. Running recovery always ends with a EOF Exception
at org.h2.message.DbException.get(DbException.java:174) at org.h2.message.DbException.convertIOException(DbException.java:331) at org.h2.store.FileStore.readFully(FileStore.java:289) at org.h2.tools.Recover.dumpPageDataLeaf(Recover.java:981) at org.h2.tools.Recover.dumpPageStore(Recover.java:493) at org.h2.tools.Recover.dumpPageStore(Recover.java:435) at org.h2.tools.Recover.process(Recover.java:240) at org.h2.tools.Recover.runTool(Recover.java:163) at org.h2.tools.Recover.main(Recover.java:129) Caused by: org.h2.jdbc.JdbcSQLException: IO Exception: "java.io.EOFException";
Any help is appreciated as I really need to recover this data.