Hello,

I have frequently some errors messages from the trace file.
 
Like this :
  08-01 12:07:02 database: flush 
java.lang.RuntimeException: log.removeUntil not found: 12963 last 11074
        at 
org.h2.message.DbException.throwInternalError(DbException.java:228)
        at org.h2.store.PageLog.removeUntil(PageLog.java:729)
        at org.h2.store.PageLog.removeUntil(PageLog.java:704)
        at org.h2.store.PageStore.checkpoint(PageStore.java:434)
        at org.h2.engine.Database.checkpoint(Database.java:2243)
        at org.h2.engine.Database.checkpointIfRequired(Database.java:2215)
        at org.h2.store.WriterThread.run(WriterThread.java:84)
        at java.lang.Thread.run(Unknown Source)
   
Or
 
  Error opening database: "Could not load properties Z/:… 
basecutoff.lock.db"  
 
 
 
Environment : 
Multi-client from multi-computer, which can connected, sometimes while few 
secondes, to the same database (embedded) on a hard drive, on network.
 
connexion used for h2-1.3.171 : “;FILE_LOCK=SERIALIZED”
 
So I don't understand what is the problem. All seems ok on my java code, 
but ... 
Moreover the "Flush's problem" freeze the database for the others users ; 
Indeed trace file is locked for others.

If you have the beginning of a response, i will be happy :)

And if you have a best mode for this configuration of connexion, i am 
interested :)


Thks

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to