RE: Help! heavy traffic is crapping out our site every 5 min! DBCP exceptions

2003-08-14 Thread Barclay A. Dunn
EMAIL PROTECTED] Sent: Friday, August 08, 2003 1:27 PM To: Tomcat Users List Subject: RE: Help! heavy traffic is crapping out our site every 5 min! DBCP exceptions Is it also unlimited (or insanely huge) on the database? -e On Fri, 8 Aug 2003, Barclay A. Dunn wrote: > i adjusted the pool t

RE: Help! heavy traffic is crapping out our site every 5 min! DBCP exceptions

2003-08-14 Thread Lawrence, Gabriel
, August 08, 2003 10:43 AM To: Tomcat Users List Subject: RE: Help! heavy traffic is crapping out our site every 5 min! DBCP exceptions your logic seems on target to me. my sysadmin (who's just as stymied as i am) says that according to his sources, sockets on linux are open files so if the

RE: Help! heavy traffic is crapping out our site every 5 min! DBCP exceptions

2003-08-14 Thread Barclay A. Dunn
ers List > Subject: RE: Help! heavy traffic is crapping out our site > every 5 min! DBCP exceptions > > > cool. that works for me. so, let's say i want to watch my sql server > connections monitor and run this pool monitor from a jsp at > the same time. > shouldn't

Help! heavy traffic is crapping out our site every 5 min! DBCP exceptions

2003-08-14 Thread Barclay A. Dunn
we are getting a ton of these errors in our catalina.out and i could use help in fixing it. i know they are related to our connection pooling, but not what to do to fix. my understanding of the underlying mechanics of connection pooling is somewhat limited. i have put two different but related er

RE: Help! heavy traffic is crapping out our site every 5 min! DBCP exceptions

2003-08-14 Thread Barclay A. Dunn
). thanks a million everybody for trying to be so helpful. barclay -Original Message- From: Angus Mezick [mailto:[EMAIL PROTECTED] Sent: Friday, August 08, 2003 2:23 PM To: Tomcat Users List Subject: RE: Help! heavy traffic is crapping out our site every 5 min! DBCP exceptions Al

RE: Help! heavy traffic is crapping out our site every 5 min! DBCP exceptions

2003-08-14 Thread Angus Mezick
[EMAIL PROTECTED] > Sent: Friday, August 08, 2003 2:47 PM > To: Tomcat Users List > Subject: RE: Help! heavy traffic is crapping out our site > every 5 min! DBCP exceptions > > > ah! there's the rub. i am also searching the archives of the > jakarta-commons-users li

RE: Help! heavy traffic is crapping out our site every 5 min! DBCP exceptions

2003-08-14 Thread Angus Mezick
gt; > > -Original Message----- > From: Lawrence, Gabriel [mailto:[EMAIL PROTECTED] > Sent: Friday, August 08, 2003 1:47 PM > To: Tomcat Users List > Subject: RE: Help! heavy traffic is crapping out our site > every 5 min! DBCP > exceptions > > Try running netstat o

RE: Help! heavy traffic is crapping out our site every 5 min! DBCP exceptions

2003-08-14 Thread Angus Mezick
August 08, 2003 5:49 PM > To: Tomcat Users List > Subject: RE: Help! heavy traffic is crapping out our site > every 5 min! DBCP exceptions > > > ok, well, at least we have concrete proof of it. > > now, given that i can confirm that i am closing connections > (calling c

RE: Help! heavy traffic is crapping out our site every 5 min! DBCP exceptions

2003-08-14 Thread rob engstrom
ay A. Dunn [mailto:[EMAIL PROTECTED] Sent: Friday, August 08, 2003 10:43 AM To: Tomcat Users List Subject: RE: Help! heavy traffic is crapping out our site every 5 min! DBCP exceptions your logic seems on target to me. my sysadmin (who's just as stymied as i am) says that according to his

RE: Help! heavy traffic is crapping out our site every 5 min! DBCP exceptions

2003-08-14 Thread Mike Curwen
t Users List > Subject: RE: Help! heavy traffic is crapping out our site > every 5 min! DBCP exceptions > > > You might want to switch over to the commons-dev list at this > point and talk to the dbcp people themselves. But for > starters I suggest you try to build the

RE: Help! heavy traffic is crapping out our site every 5 min! DBCP exceptions

2003-08-14 Thread Angus Mezick
gException e) { // TODO Auto-generated catch block //e.printStackTrace(); } > -Original Message- > From: Angus Mezick > Sent: Friday, August 08, 2003 3:26 PM > To: 'Tomcat Users List' > Subject: RE: Help! heavy traffic is crapping ou

RE: Help! heavy traffic is crapping out our site every 5 min! DBCP exceptions

2003-08-14 Thread Barclay A. Dunn
PROTECTED] Sent: Friday, August 08, 2003 10:20 PM To: Tomcat Users List Subject: RE: Help! heavy traffic is crapping out our site every 5 min! DBCP exceptions Sorry, I sent this a little to soon... Get 5 or 10 thread dumps in a row real fast... just bam, bam, bam, etc... >From that you can

RE: Help! heavy traffic is crapping out our site every 5 min! DBCP exceptions

2003-08-14 Thread Barclay A. Dunn
our site every 5 min! DBCP exceptions Hi, Your pool of connections to your database is exhausted. Try upping the number. -e On Fri, 8 Aug 2003, Barclay A. Dunn wrote: > we are getting a ton of these errors in our catalina.out and i could use > help in fixing it. > > i know they

Re: Help! heavy traffic is crapping out our site every 5 min! DBCP exceptions

2003-08-14 Thread Nikola Milutinovic
> now, given that i can confirm that i am closing connections (calling close() > on them, which returns them to the pool), can you suggest how i might locate > where those connections are not getting released? i have read some stuff > about dbcp not being entirely reliable in releasing connections.

RE: Help! heavy traffic is crapping out our site every 5 min! DBCP exceptions

2003-08-14 Thread Barclay A. Dunn
s the only user of connections to this db) trying to check my assumptions here. barclay -Original Message- From: Angus Mezick [mailto:[EMAIL PROTECTED] Sent: Friday, August 08, 2003 4:00 PM To: [EMAIL PROTECTED] Subject: RE: Help! heavy traffic is crapping out our site every 5 min! DBCP

RE: Help! heavy traffic is crapping out our site every 5 min! DBCP exceptions

2003-08-10 Thread Angus Mezick
> From: Angus Mezick [mailto:[EMAIL PROTECTED] > Sent: Friday, August 08, 2003 4:00 PM > To: [EMAIL PROTECTED] > Subject: RE: Help! heavy traffic is crapping out our site every 5 min! > DBCP exceptions > > > Oh, here is the code that will work with a JNDI resour

RE: Help! heavy traffic is crapping out our site every 5 min! DBCP exceptions

2003-08-09 Thread Barclay A. Dunn
ric J. Pinnell [mailto:[EMAIL PROTECTED] Sent: Friday, August 08, 2003 1:38 PM To: Tomcat Users List Subject: RE: Help! heavy traffic is crapping out our site every 5 min! DBCP exceptions I'm pretty sure "can't create socket" means it can't connect to the DB for some reason. I wo