We are using h2 1.2.147. At a certain point in time, a VM machine running h2 as exausted the disk space. When the problem was discovered, we sopped our applications, enlaged the disk space, and than we restarted the database. We suddently got some errors, so we sopped our applications, we run the Recover tool, and the the RunScript tool. Running the script we got:
RunScript -script ./a3data.h2.sql -url jdbc:h2:./a3data -password primeur -user primeur Exception in thread "main" org.h2.jdbc.JdbcSQLException: Unique index or primary key violation: "A3_ACCOUNT_IX1 ON PUBLIC.A3_ACCOUNT(USERNAME, ACCOUNT_STATE)"; SQL statement: Having a look at the sql script, there were some errors: too many inserts for a table with a unique constraint! Is H2 'safe' (ACID) agaist file system full problems ? Thanks in advance, Fulvio -- 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.
