We had some help debugging the connection pool exhausted issue over the weekend and for now it seems that changing jdbcUsePool=true to jdbcUsePool=false stops the site from crashing due to connection pool issues. We are going to investigate more to see why connection pooling isn't working like expected.
-Kristen On 8/15/09 7:46 AM, "Caldarale, Charles R" <[email protected]> wrote: >> From: David Smith [mailto:[email protected]] >> Subject: Re: Connection Pool Exhausted >> >> some other app on the same tomcat instance >> is leaking the connections. > > Can't be another app - the connections are declared local to this webapp. > > As David states, finding out what changed before the restart may well be > critical to the diagnosis. > > - Chuck > > > THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY > MATERIAL and is thus for use only by the intended recipient. If you received > this in error, please contact the sender and delete the e-mail and its > attachments from all computers. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > -- Kristen Walker Digital Media Resources Developer Instructional Media Services Santa Barbara County Education Office 4400 Cathedral Oaks Road P.O. Box 6307 Santa Barbara, CA 93160-6307 (805)964-4711 ext. 5244/FAX (805)683-3597 [email protected] http://www.sbceoportal.org --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
