Hi,

I am back and tried the Recover tool with -trace:

Created file: /home/uli/dbtest/test.h2.sql
Error: org.h2.message.DbException: IO Exception: "java.io.IOException:
Negative seek offset"; "/home/uli/dbtest/test.h2.db" [90031-143]
org.h2.message.DbException: IO Exception: "java.io.IOException:
Negative seek offset"; "/home/uli/dbtest/test.h2.db" [90031-143]
        at org.h2.message.DbException.get(DbException.java:156)
        at
org.h2.message.DbException.convertIOException(DbException.java:313)
        at org.h2.store.FileStore.seek(FileStore.java:307)
        at org.h2.tools.Recover.dumpPageStore(Recover.java:392)
        at org.h2.tools.Recover.process(Recover.java:239)
        at org.h2.tools.Recover.runTool(Recover.java:170)
        at org.h2.tools.Recover.main(Recover.java:136)
Caused by: org.h2.jdbc.JdbcSQLException: IO Exception:
"java.io.IOException: Negative seek offset"; "/home/uli/dbtest/
test.h2.db" [90031-143]
        at
org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
        ... 7 more
Caused by: java.io.IOException: Negative seek offset
        at java.io.RandomAccessFile.seek(Native Method)
        at org.h2.store.FileStore.seek(FileStore.java:303)
        ... 4 more

Uli

On 24 Sep., 17:50, Thomas Mueller <[email protected]>
wrote:
> Hi,
>
> Could you run the Recover tool with the "-trace" option? That should
> print you the full stack trace of the error.
>
> Regards,
> Thomas

-- 
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.

Reply via email to