OK, I get it. My jar files were packed with the 1.2.126 and my server was using the 1.2.131 that i must have downloaded later but never switched the H2 Jar file in my application's properties!
Thanks. On Mar 25, 10:51 am, Ryan How <[email protected]> wrote: > " > Exception in thread "main" org.h2.jdbc.JdbcSQLException: Version > mismatch, driver version is "current client version: 5; minimum > version: 6" but server version is {1} [90047-131] > " > > I'm no expert, but the error code indicates the version is 1.2.131 (the > -131 is the version). So I would say your client and server were running > different versions. You said you replaced a version 126 jar, so perhaps > your client was 131 and server 126? or the other way around... > > I have to say the error message is a little cryptic :). > > Hope this helps, > > Ryan -- 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.
