System.err.println("END DATABASE DUMP: "+total+" objects");
} catch (Db4oException e) {
System.err.println("Unable to dump database contents. Treating as corrupt database.");
e.printStackTrace();
try {
database.rollback();
} catch (Throwable t) {} // ignore, closing
try {
database.close();
} catch (Throwable t) {} // ignore, closing
database = null;