Hi, Yes, you are using quite an old version of H2 (about 2 years old).
Also, did you set the property "h2.logAllErrors"? If yes, I suggest to disable it. This should solve the problem as well. Regards, Thomas On Wed, Aug 21, 2013 at 3:39 PM, Noel Grandin <[email protected]> wrote: > Looks like something went wrong when a connection was opened, and H2 tried > to log the exception, but failed because the filesystem is read-only. > > If you don't want H2 to write things to the filesystem, you should > probably tweak your trace settings. See here: > http://h2database.com/html/**features.html#trace_options<http://h2database.com/html/features.html#trace_options> > > Also, you're quite a few versions out of date, so I can't guarantee that > the current trace options are exactly what your version supports. > So you should probably check the features.html file included in your > download. > > > On 2013-08-21 15:24, ady wrote: > >> Hi, >> We are see following exeption in our log file, it seems these are >> happening during insert/update time. Please let me know if anyone has >> experience the same and was able to get rid of it. >> Any pointers or help would be much appreciated. >> >> > -- > 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+unsubscribe@**googlegroups.com<h2-database%[email protected]> > . > To post to this group, send email to [email protected]. > Visit this group at > http://groups.google.com/**group/h2-database<http://groups.google.com/group/h2-database> > . > For more options, visit > https://groups.google.com/**groups/opt_out<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 [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.
