I haven't tried to reproduce this, but posting in case anyone knows off-hand what happened.
I have an app that runs h2 in embedded mode, and I did the following steps (reconstructed from memory & shell log): 1) start app with AUTO_SERVER in the db flags, load a bunch of data 2) start h2 console with org.h2.tools.Server -web, and connect to the same db with AUTO_SERVER, to inspect the tables 3) restart app At this point the embedded features in the app are failing, presumably because h2 is now running in client/server mode in the app. 4) restart app w/o AUTO_SERVER This fails to open the db, perhaps because it's in-use by the h2 console 5) kill the h2 console process 6) start app w/o AUTO_SERVER All data is lost, all tables empty. It looks a bit like the file was truncated, because it's quite small. Running version 1.3.175 -- 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 post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/d/optout.
