Hi,

Could you get a few full thread dumps while the problem occurs? To get
them, use "jps -l" (to get the process id), and then "jstack -l <pid>".
Also, could you get a heap histogram ("jmap -histo <pid>")?

Regards,
Thomas

On Sat, Oct 4, 2014 at 10:58 AM, Noel Grandin <noelgran...@gmail.com> wrote:

> Can you measure the time (in seconds)? It sounds like some kind of timeout.
> Knowing the rough time gap might give us a clue as to what kind of
> timeout that is.
>
> Otherwise the only thing I can think of is to fire the console up from
> inside an IDE with a debugger (eg Eclipse) and trace the sequence of
> operations.
> The Console class would be the starting point, obviously.
>
> --
> 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/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 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/d/optout.

Reply via email to