That's probably a configuration issue with the MySQL JDBC driver or
the MySQL server as MySQL shuts down the connection after a certain
period of inactivity.
You can try to specify some properties in the jdbc url, e.g.
autoReconnect, see here for details:

http://dev.mysql.com/doc/connector/j/en/cj-driver-classname.html#id2624462

Tom

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to