Hi! I'm not quite sure I understood what you want me to check; is this it?
mysql> SHOW GLOBAL VARIABLES LIKE "wait_timeout"; +---------------+-------+ | Variable_name | Value | +---------------+-------+ | wait_timeout | 28800 | +---------------+-------+ 1 row in set (0.00 sec) mysql> SHOW VARIABLES LIKE "wait_timeout"; +---------------+-------+ | Variable_name | Value | +---------------+-------+ | wait_timeout | 28800 | +---------------+-------+ 1 row in set (0.00 sec) Friendly greetings, Mikael On 13 December 2012 10:01, seba.wag...@gmail.com <seba.wag...@gmail.com>wrote: > *is longer than the server configured value of > 'wait_timeout'. You should consider either expiring and/or testing* > > => What is your value of the MySQL configuration wait_timeout ? > > See for example also: > https://www.google.com.au/search?q=MySQL+configure+wait_timeout > > If you tell us your config value we can compare it to our running server(s) > and if there is any discrepancy. > > Sebastian > > > > 2012/12/13 Maxim Solodovnik <solomax...@gmail.com> > > > On Thu, Dec 13, 2012 at 6:35 AM, Mikael Kurula <alcar...@gmail.com> > wrote: > > > > > I don't know how to check which version of OpenJPA I'm using > > > > > > The version of OpenJPA is: openjpa-bundle-2.2.1.jar > > > > > > -- > > WBR > > Maxim aka solomax > > > > > > -- > Sebastian Wagner > https://twitter.com/#!/dead_lock > http://www.webbase-design.de > http://www.wagner-sebastian.com > seba.wag...@gmail.com >