idle time )
wait_timeout( could be appended to jdbc as a string, and must be higher than
c3p0 timeout and idle time )
If these formulations above should be applied, issue is gone.
> To: users@tapestry.apache.org
> Subject: Re: Issue with cannot open connection
> Date: Sat, 10 Aug 2013 17
Guys, please don't continue this thread. This is a pure MySQL problem,
completely unrelated to Tapestry. Thank you. ;)
On Sat, 10 Aug 2013 15:54:14 -0300, Dmitry Gusev
wrote:
It may be that connection that is in the pool is stil open, but database
already closed it by timeout. You need to
It may be that connection that is in the pool is stil open, but database
already closed it by timeout. You need to chek timeouts in the pool so that
it be less than in the database.
On Saturday, August 10, 2013, Nomen Nominus wrote:
> Here is my problem. I have a very classical configuration wher
: Sat, 10 Aug 2013 16:44:10 +0200
> > Subject: Re: Issue with cannot open connection
> > To: users@tapestry.apache.org
> >
> > Did you check to see if c3p0 is present in your pom? As far as I recall
> you
> > need to manually add it
> >
> >
Hello Boris.
I have added hibernate-c3p0 ver. 3.3.1-GA.jar to my lib folder. May that be the
issue of the following? Should I go for 3.6.10.Final?
> From: horvat.z.bo...@gmail.com
> Date: Sat, 10 Aug 2013 16:44:10 +0200
> Subject: Re: Issue with cannot open connection
&g
Did you check to see if c3p0 is present in your pom? As far as I recall you
need to manually add it
org.hibernate
hibernate-c3p0
3.6.10.Final
I recall having the similar problem and my solution was to add this (since
this is not included by ta
Here is my problem. I have a very classical configuration where a webapp
with some Hibernate code in it accesses a MySQL DB. Everything is
installed in Tomcat 6.
I even acquired c3p0 connection pooling with the following configuration:
http://hibernate.sourceforge.net/hibernate-configuratio