Hi, Seems you have an older jdbc driver in your GUI client (1.2.122) and newer database&driver in you server 1.3.154. Look at your error codes: [*50000-122*] and [*90124-154*]
regards Dario. El 07/04/11 07:12, frederic.vergnaud escribió: > Hi Thomas, > I have a very big problem with my database. When I try to connect ti > one of my tables called Message, I've the following error : > > org.h2.jdbc.JdbcSQLException: General error: > java.lang.RuntimeException: parent not found:20 [*50000-122*] > And in the H2 console, I success connect the database, but when I'm > trying to make a SELECT on my table Message, I've this error > message : > > File not found: "/blablabla/database_name.lobs.db/ > 10.t20.lob.db" [*90124-154*] 90124/90124 > but I suspect it happened > after an update from the 1.2.122 version to the 1.3.153 version (then > 1.3.154 I actually use) > -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
