Re: [h2] Recovery tool does not handle LOBs correctly (explanation and fix is proposed)

2017-08-09 Thread Sai K
Hi Thomas, Sorry to bother, do you have any update on this? On Saturday, August 5, 2017 at 12:23:58 AM UTC-5, Sai K wrote: > > Hi Thomas, > > Iam running into similar issue > > https://stackoverflow.com/questions/45518411/h2-database-error-while-trying-to-use-runscript > Iam trying to recover

Re: [h2] NPE In delete query

2017-08-09 Thread Noel Grandin
maybe try turning on the trace options and see what shows up in the server-side trace log http://h2database.com/html/features.html?highlight=trace=trace#trace_options ​ -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this

Re: [h2] NPE In delete query

2017-08-09 Thread sergeyk
Yeah, but then I tried executing the query directly using an h2 client(downloaded from the official h2 site) and got the same NPE with the stack trace i initially posted. On Wednesday, August 9, 2017 at 2:34:57 PM UTC+3, Noel Grandin wrote: > > So if I am reading that right, the actual

Re: [h2] NPE In delete query

2017-08-09 Thread Noel Grandin
So if I am reading that right, the actual exception source is inside the JDBI library that you are using? Caused by: java.lang.NullPointerException: null at org.skife.jdbi.v2.SQLStatement.internalExecute(SQLStatement.java:1338) ​ -- You received this message because you are subscribed to the

Re: [h2] NPE In delete query

2017-08-09 Thread sergeyk
That's the full stack trace in our system: org.h2.jdbc.JdbcSQLException: General error: "java.lang.NullPointerException"; SQL statement: /* ExtendedConversationH2Dao._deletePartitipants */ DELETE FROM EXCONV_PARTICIPANTS_TBL WHERE EXCONVID=? [5-192] at