Hi, I don't know what it could be, but possibly it's fixed in a newer version of H2.
I suggest to re-create the database, using "script to ..." and then "runscript from ...". Regards, Thomas On Monday, February 27, 2017, Дмитрий Моряков <[email protected]> wrote: > And just to draw your attention to bold lines of error log: > > > > > > > *Caused by: java.lang.NullPointerException at > org.h2.value.Value.compareTo(Value.java:945) at > org.h2.engine.Database.areEqual(Database.java:333) at > org.h2.result.ResultTempTable.find(ResultTempTable.java:307) at > org.h2.result.ResultTempTable.addRow(ResultTempTable.java:151) at > org.h2.result.ResultTempTable.addRows(ResultTempTable.java:170)* > at org.h2.result.LocalResult.addRow(LocalResult.java:289) > at org.h2.command.dml.Select.queryFlat(Select.java:543) > at org.h2.command.dml.Select.queryWithoutCache(Select.java:643) > at org.h2.command.dml.Query.query(Query.java:322) > at org.h2.command.dml.Query.query(Query.java:290) > at org.h2.command.dml.Query.query(Query.java:36) > at org.h2.command.CommandContainer.query(CommandContainer.java:90) > at org.h2.command.Command.executeQuery(Command.java:196) > > HTH, > -- > Dmitry > > -- > 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 https://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 https://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/d/optout.
