Hi, NoClassDefFoundError <http://192.168.1.111:8082/tools.do?jsessionid=07af0ec463a51d54f9988ff01559ea1b#> usually means a problem with the classpath. I would verify you only have one H2 jar file in the classpath.
Regards, Thomas On Thursday, September 3, 2015, rho <[email protected]> wrote: > Hi > > I get this error when I try to run the script that was generated by the > recovery tool (using the browser h2 console). I also tried creating a > recovery script for a new database with just one table, but I get the same > error. > > General error: "java.lang.NoClassDefFoundError: > org/h2/api/JavaObjectSerializer"; SQL statement: > CREATE ALIAS IF NOT EXISTS READ_BLOB FOR "org.h2.tools.Recover.readBlob" > [50000-176] > <http://192.168.1.111:8082/tools.do?jsessionid=07af0ec463a51d54f9988ff01559ea1b#> > HY000/50000 (Help) > <http://h2database.com/javadoc/org/h2/constant/ErrorCode.html#c50000> > > v1.3.176 > > --Reto > > -- > 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] > <javascript:_e(%7B%7D,'cvml','h2-database%[email protected]');> > . > To post to this group, send email to [email protected] > <javascript:_e(%7B%7D,'cvml','[email protected]');>. > Visit this group at http://groups.google.com/group/h2-database. > For more options, visit https://groups.google.com/d/optout. > -- 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 http://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/d/optout.
