Hello.

Error code 42102-200 is from H2 1.4.200, you should not try to use both 
1.4.199 and 1.4.200 with the same database file.

If you have a database with corrupted metadata, you can add
;DATABASE_EVENT_LISTENER='path.to.Listener'
to the connection url, where path.to.Listener is a fully-qualified class 
name.
Your class must implement org.h2.api.DatabaseEventListener and it needs 
public no-arg constructor.

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/h2-database/5e008e6c-4984-4926-ab18-bb2862ba802en%40googlegroups.com.

Reply via email to