Re: Potential connection leakage
Dear Chris I see. Thanks a lot. Your article is useful. Regards Johnny On Sat, May 30, 2009 at 11:35 AM, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Johnny, > > On 5/28/2009 11:53 PM, Johnny Lui wrote: >> Potential connection leakage:4 > > Looks like you might be leaking connections. You should fix that! > > http://blog.christopherschultz.net/?p=68 > > - -chris > -BEGIN PGP SIGNATURE- > Version: GnuPG v1.4.9 (MingW32) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ > > iEYEARECAAYFAkogqWcACgkQ9CaO5/Lv0PAuYQCfVGwzJ+hYFqFsO8fJgGsuTjXb > JW0AmwZpeEYCbGneTys+iM0TV1cVsdg9 > =T4Ef > -END PGP SIGNATURE- > > - > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > > - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org
Re: Potential connection leakage
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Johnny, On 5/28/2009 11:53 PM, Johnny Lui wrote: > Potential connection leakage:4 Looks like you might be leaking connections. You should fix that! http://blog.christopherschultz.net/?p=68 - -chris -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkogqWcACgkQ9CaO5/Lv0PAuYQCfVGwzJ+hYFqFsO8fJgGsuTjXb JW0AmwZpeEYCbGneTys+iM0TV1cVsdg9 =T4Ef -END PGP SIGNATURE- - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org
Potential connection leakage
Dear all Just hit this error yesterday, but found no clues from google. Description on the web application: It is running on j2sdk1.4.2_11 and Apache Tomcat/4.1.39-LE-jdk14 It uses exploded deploy approach. Only root application present. It connects to an Oracle database in another IP. It uses org.apache.commons.dbcp.BasicDataSourceFactory, oracle.jdbc.driver.OracleDriver and javax.sql.DataSource to connect. There is no apache sits in front of it. Below is the log. I can provide more information if needed. Thanks for your help. Created MBeanServer with ID: 5e179a:1218399b401:-8000:localhost.localdomain:1 StandardEngine[null]: setJvmRoute=sjm May 28, 2009 3:43:57 AM org.apache.coyote.http11.Http11BaseProtocol init INFO: Initializing Coyote HTTP/1.1 on http-8084 Starting service Tomcat-Standalone Apache Tomcat/4.1.39-LE-jdk14 -- listing properties -- May 28, 2009 3:43:58 AM org.apache.coyote.http11.Http11BaseProtocol start INFO: Starting Coyote HTTP/1.1 on http-8084 May 28, 2009 3:43:58 AM org.apache.jk.common.ChannelSocket init INFO: JK: ajp13 listening on /0.0.0.0:8009 May 28, 2009 3:43:58 AM org.apache.jk.server.JkMain start INFO: Jk running ID=0 time=0/47 config=null Potential connection leakage:4 Potential connection leakage:5 Potential connection leakage:6 Potential connection leakage:7 Potential connection leakage:8 Potential connection leakage:9 Potential connection leakage:10 Potential connection leakage:11 Potential connection leakage:12 Potential connection leakage:13 Potential connection leakage:14 Potential connection leakage:15 Potential connection leakage:16 Potential connection leakage:17 Potential connection leakage:18 Potential connection leakage:19 Potential connection leakage:20 Potential connection leakage:20 Potential connection leakage:20 Potential connection leakage:20 Regards Johnny - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org