Re: tomcat eclipse and too many connections

2012-10-16 Thread g. rgar
Thanks for the reply On Tue, Oct 16, 2012 at 10:59 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > g. rgar, > > On 10/15/12 5:16 PM, g. rgar wrote: > > No I am not leaking connections - definitely. I don't use a single > > conne

Re: tomcat eclipse and too many connections

2012-10-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 g. rgar, On 10/15/12 5:16 PM, g. rgar wrote: > No I am not leaking connections - definitely. I don't use a single > connection to the DB in the scenario posted. I just undeploy and > deploy the application via Eclipse. That *may* cause connections t

Re: tomcat eclipse and too many connections

2012-10-15 Thread Mark Eggers
On 10/15/2012 2:16 PM, g. rgar wrote: Thanks for the attention No I am not leaking connections - definitely. I don't use a single connection to the DB in the scenario posted. I just undeploy and deploy the application via Eclipse. I do think it may be related to the thread issue - you know bett

Re: tomcat eclipse and too many connections

2012-10-15 Thread g. rgar
Thanks for the attention No I am not leaking connections - definitely. I don't use a single connection to the DB in the scenario posted. I just undeploy and deploy the application via Eclipse. I do think it may be related to the thread issue - you know better of course. Tomcat kills the thread an

Re: tomcat eclipse and too many connections

2012-10-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 g rgar, On 10/14/12 6:00 PM, g. rgar wrote: > maybe this is related also : > http://bugs.mysql.com/bug.php?id=65909 > > If true then a workaround must be made available I've looked at this bug and it has nothing to do with connections remaining ope

Re: tomcat eclipse and too many connections

2012-10-15 Thread Pid *
On 15 Oct 2012, at 19:01, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > g. rgar, > > On 10/14/12 6:00 PM, g. rgar wrote: >> maybe this is related also : >> http://bugs.mysql.com/bug.php?id=65909 >> >> If true then a workaround must be made available > > There ar

Re: tomcat eclipse and too many connections

2012-10-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 g. rgar, On 10/14/12 6:00 PM, g. rgar wrote: > maybe this is related also : > http://bugs.mysql.com/bug.php?id=65909 > > If true then a workaround must be made available There are two other possibilities: 1. You webapp leaks connections While it

Re: tomcat eclipse and too many connections

2012-10-14 Thread g. rgar
Thank you very much for the reply :) I do not think I leak connections cause I can get the behavior by : 1. starting eclipse 2. starting tomcat in eclipse - the app is deployed 3. making a trivial change in a servlet (adding a space) and saving - the app is redeployed 4. after some redeployements

Re: tomcat eclipse and too many connections

2012-10-14 Thread Mark Eggers
On 10/14/2012 12:14 PM, g. rgar wrote: I am developing a small java ee app (java 1.7, eclipse juno, tomcat 7.0.30, windows 7 professional, mysql-connector-java-5.1.22-bin.jar, vanilla servlets/jsp MVC) All works fine - while I change things and save .java files in eclipse it apparently redeploys

tomcat eclipse and too many connections

2012-10-14 Thread g. rgar
I am developing a small java ee app (java 1.7, eclipse juno, tomcat 7.0.30, windows 7 professional, mysql-connector-java-5.1.22-bin.jar, vanilla servlets/jsp MVC) All works fine - while I change things and save .java files in eclipse it apparently redeploys the app on Tomcat - after some redeploym