And I've tried to backup an old database with 154, then restore it with 154 : no problem with h2 console, all my data are here; but it's impossible to connect from the driver in my software with the same error message :
org.h2.jdbc.JdbcSQLException: Unsupported database file version or invalid file header in file /blablabla/database_name.h2.db [90048-122] Please help me, I'm so desperate ... Le 7 avril 2011 16:19, Frédéric Vergnaud <[email protected]> a écrit : > Now, the error message is : > > org.h2.jdbc.JdbcSQLException: Unsupported database file version or invalid > file header in file /blablabla/database_name.h2.db [90048-122] > > What does it means exactly ? It works great with 153 ... but if I try to > open it one first time with 154, it can't, and when I try to re-use 153, it > makes the error code .... > > So the result is that I can't access any of my databses created with H2 ... > :( > > > > Le 7 avril 2011 15:21, Frédéric Vergnaud <[email protected]> a > écrit : > > yes, but I 've got this error when I use the latest driver (1.3.154) ! >> This driver can't read older database ? No, it's impossible .... >> >> >> 2011/4/7 Dario Fassi <[email protected]> >> >>> 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. >>> >> >> > -- 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.
