Which version is this and what does your db URL look like? On Tue, 07 Jul 2015 at 18:02, BStock <[email protected]> wrote:
> Hi all, > > I have just encountered the following issue and begun investigation into > it but was hoping to get some advice as to where the root issue might lie > and/or how to go about unearthing more information about what is actually > happening. > > I have an application running in JBoss 8.2 using H2 in embedded mode. Upon > stopping and restarting JBoss during certain database update phases of the > application it seems that a String value being written to a CLOB field in > one table somehow also gets written to a CLOB field in a completely > unrelated table. Running H2 with trace-level 3 I see the initial (correct) > update statement being built and executed, but there is no record of H2 > doing anything that should result in one of the values from that update > ending up in a field in another table. One other symptom is that the > 'stray' value seems to get truncated - usually about ~70% of the original > string is written. > > Switching from MVStore to PageStore seems to 'fix' the problem, but I > would very much like to try and get a better idea of where the problem lies. > > Any help or guidance would be most appreciated. > Ben. > > -- > 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/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 http://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/d/optout.
