Hi,
I see this error happening quite often when I close the application and it
was deleting a row from a table.
This table has one relation to a second table which is defined with a
cascade constraint...
Following error appears on next time we try start the database:
Caused by:
*org.h2.jdbc.JdbcSQLException*: Row not found when trying to delete from
index """"".I41: ( /* key:65 */ 2946460, STRINGDECODE('Object not found.'
[90112-141]
The output from documentation/Error Analyzer is:
"T*he error with code 90112 is thrown when a row was deleted twice while
locking was disabled. This is an intern exception that should never be
thrown to the application, because such deleted should be detected and the
resulting exception ignored inside the database engine. *
*Row not found when trying to delete from index UID_INDEX_0"*
After this error, it´s impossible to have this db working again... even when
we use recovery or ignore error strategy...
Is it possible to avoid such situation?
Thanks in advance.
--
Márcio Geovani Jasinski
Blumenau, Santa Catarina
Fone: +55 47 9653 4899
--
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.