I don't really know anything about this issue, but "DB_CLOSE_ON_EXIT=FALSE"
looks suspicious to me. Might be worth trying again without it.

Cheers
Kerry

On Thu, Feb 18, 2010 at 9:05 AM, rmuller <[email protected]> wrote:

> Thank you Thomas,
>
> I use version 1.2.127. I is a real problem. In one day 1.4 GB of temp
> lobs are created.
>
> My JDBC settings are:
> url=jdbc\:h2\:${db.host}/${db.schema}
> IFEXISTS=true
> USER=admin
> PASSWORD=********
> # limit memory usage for large transactions:
> MAX_MEMORY_UNDO=10000
> # this prevents "Expire: Connection closed by client"
> DB_CLOSE_ON_EXIT=FALSE
>
> Kind Regards,
>
> Ronald
>
> On Feb 17, 7:39 pm, Thomas Mueller <[email protected]>
> wrote:
> > Hi,
> >
> > What version of H2 do you use? What is your database URL? A similar
> > problem was fixed in version 1.2.125, see alsohttp://
> www.h2database.com/html/changelog.html
> >
> > In any case, the files can be deleted after the database is closed
> > (but of course the database should do that itself).
> >
> > 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]<h2-database%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/h2-database?hl=en.
>
>

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