RE: Issue with cannot open connection

2013-08-10 Thread Nomen Nominus
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

Re: Issue with cannot open connection

2013-08-10 Thread Thiago H de Paula Figueiredo
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

Re: Issue with cannot open connection

2013-08-10 Thread Dmitry Gusev
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

Re: Issue with cannot open connection

2013-08-10 Thread Boris Horvat
: 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 > > > >

RE: Issue with cannot open connection

2013-08-10 Thread Nomen Nominus
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

Re: Issue with cannot open connection

2013-08-10 Thread Boris Horvat
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