Hi, It looks like the store is closed while doing compaction. So it is probably closed twice (maybe concurrently). I'm not sure what could have caused this. I'm afraid we would need a reproducible test case.
What might help is adding ";TRACE_LEVEL_FILE=3" to the database URL (everywhere), so all JDBC method calls are logged. Regards, Thomas On Tuesday, May 10, 2016, Brett Ryan <[email protected]> wrote: > I'm trying to shutdown defrag a database followed by a backup. My tests > are when ran in isolation there is no problem, the problem seems to only > occur when ran from a windows scheduled task for some reason. > > When ran manually I am building a DB that is 4GB in size, after a defrag > this is reduced to < 800MB. > > I'm using h2 1.4.191. > > -- > 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] > <javascript:_e(%7B%7D,'cvml','h2-database%[email protected]');> > . > To post to this group, send email to [email protected] > <javascript:_e(%7B%7D,'cvml','[email protected]');>. > Visit this group at https://groups.google.com/group/h2-database. > For more options, visit https://groups.google.com/d/optout. > -- 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 https://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/d/optout.
