@@ -46,6 +46,33 @@ In your view, is this a defect or a feature request?
...
@@ -46,6 +46,33 @@ In your view, is this a defect or a feature request?
Please provide any additional information below.
Please provide any additional information below.
-----------------
-----------------
Hi,
This looks like a corrupt database. A workarounds is: use the tool org.h2.tools.Recover to create the SQL script file, and then re-create the database using this script. Does it work when you do this?
As far as I see, you are using version 1.2.128. An important corruption problem was fixed in version 1.2.135 (see the change log). Known causes for corrupt databases are:
- If the database was used with a version older than 1.2.135, and the process was killed while the database was closing or writing a checkpoint.
- Using the transaction isolation level READ_UNCOMMITTED (LOCK_MODE 0) while at the same time using multiple connections.
- Disabling database file protection using (setting FILE_LOCK to NO in the database URL).
Some other areas that are not fully tested are:
- Platforms other than Windows XP, Linux, Mac OS X, or JVMs other than Sun 1.5 or 1.6
- The feature MULTI_THREADED
- The features AUTO_SERVER and AUTO_RECONNECT
- The file locking method 'Serialized'
Regards,
Thomas
-----------------
This looks like a serious problem. I have a few questions:
This looks like a serious problem. I have a few questions: