Re: [JBoss-user] JBoss and MySql Problems

2001-09-26 Thread Nicolai P Guba
"Daniel Ferrante" <[EMAIL PROTECTED]> writes: > Thanks Nicolai - I've strongly debated dropping the Entity Bean > stuff entirely. I believe I've found a work around to buy me some > time by setting GCEnabled to true and GCMxIdleTime to 1. It > cleans all the loose connections up. This defi

Re: [JBoss-user] JBoss and MySql Problems

2001-09-25 Thread Fred Loney
ssage - From: "Daniel Ferrante" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 25, 2001 3:00 PM Subject: RE: [JBoss-user] JBoss and MySql Problems I have narrowed down part of the problem to the following exception being thrown java.util.ConcurrentModifica

RE: [JBoss-user] JBoss and MySql Problems

2001-09-25 Thread Daniel Ferrante
hint as to where to begin debugging this. The app is under moderate load. Dan -Original Message- From: Fred Loney [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 25, 2001 1:50 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] JBoss and MySql Problems I agree that low pool size is

Re: [JBoss-user] JBoss and MySql Problems

2001-09-25 Thread David Jencks
that > would be of value. > > Fred Loney > Spirited Software, Inc. > www.spiritedsw.com > > - Original Message - > From: "David Jencks" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, September 25, 2001 5:20 AM > Subject

Re: [JBoss-user] JBoss and MySql Problems

2001-09-25 Thread Fred Loney
w.com - Original Message - From: "David Jencks" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 25, 2001 5:20 AM Subject: Re: [JBoss-user] JBoss and MySql Problems > On 2001.09.24 23:04:00 -0400 marc fleury wrote: > > |Let me say it aga

RE: [JBoss-user] JBoss and MySql Problems

2001-09-25 Thread Daniel Ferrante
ubject: Re: [JBoss-user] JBoss and MySql Problems "Daniel Ferrante" <[EMAIL PROTECTED]> writes: > I am trying to debug why my application constantly dies (or hangs) > after 100 connections are created. I have made sure that I am > closing all the connections to the databa

Re: [JBoss-user] JBoss and MySql Problems

2001-09-25 Thread David Jencks
th a fairly small value proportional to > |the > |load on your app, there is something wrong that you need to fix. > | > |david jencks > | > |> Thanks, > |> Dan > |> > |> -Original Message- > |> From: David Jencks [mailto:[EMAIL PROTECTED]] > |&g

Re: [JBoss-user] JBoss and MySql Problems

2001-09-25 Thread Nicolai P Guba
"Daniel Ferrante" <[EMAIL PROTECTED]> writes: > I am trying to debug why my application constantly dies (or hangs) > after 100 connections are created. I have made sure that I am > closing all the connections to the database in my code (that is > anywhere I make a direct connection to the databa

RE: [JBoss-user] JBoss and MySql Problems

2001-09-24 Thread marc fleury
vid jencks | |> Thanks, |> Dan |> |> -Original Message- |> From: David Jencks [mailto:[EMAIL PROTECTED]] |> Sent: Monday, September 24, 2001 6:37 PM |> To: [EMAIL PROTECTED] |> Subject: Re: [JBoss-user] JBoss and MySql Problems |> |> |> Well, setting m

RE: [JBoss-user] JBoss and MySql Problems

2001-09-24 Thread Daniel Ferrante
Thanks David - I heard you loud and clear. I went back and set the MAXCONN variable to 10. Dan -Original Message- From: David Jencks [mailto:[EMAIL PROTECTED]] Sent: Monday, September 24, 2001 9:55 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] JBoss and MySql Problems On

Re: [JBoss-user] JBoss and MySql Problems

2001-09-24 Thread David Jencks
> -Original Message- > From: David Jencks [mailto:[EMAIL PROTECTED]] > Sent: Monday, September 24, 2001 6:37 PM > To: [EMAIL PROTECTED] > Subject: Re: [JBoss-user] JBoss and MySql Problems > > > Well, setting maxsize to 0 means no limit. Some db/driver combinat

RE: [JBoss-user] JBoss and MySql Problems

2001-09-24 Thread Daniel Ferrante
icensePool] Pool licensePool [45/45/Unlimited] destroyed object org.opentools.minerva.jdbc.xa.wrapper.XAConnectionImpl@21d02f. Thanks, Dan -Original Message- From: David Jencks [mailto:[EMAIL PROTECTED]] Sent: Monday, September 24, 2001 6:37 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user]

Re: [JBoss-user] JBoss and MySql Problems

2001-09-24 Thread David Jencks
Well, setting maxsize to 0 means no limit. Some db/driver combinations have a limit on the number of concurrent connections, at least from one ip address. Try setting maxsize rather small -- say 5 or 10 -- and verify you really are releasing connections. david jencks On 2001.09.24 18:00:22 -04