Hi,

It could be a problem of the "serialized" access mode in combination with
your networked file system. Which file system do you use, and which
operating system(s)? How many clients? If the file system is NFS, what are
parameters?

I know networked file systems are problematic, would it be possible to
avoid a shared access? What about the automatic mixed mode?
http://h2database.com/html/features.html#auto_mixed_mode or the server mode?

Regards,
Thomas




On Thu, Aug 1, 2013 at 10:16 PM, <truci...@gmail.com> wrote:

> 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 h2-database+unsubscr...@googlegroups.com.
> To post to this group, send email to h2-database@googlegroups.com.
> Visit this group at http://groups.google.com/group/h2-database.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
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 h2-database+unsubscr...@googlegroups.com.
To post to this group, send email to h2-database@googlegroups.com.
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