2012/11/7 Christopher Schultz <ch...@christopherschultz.net>: > > These are the actual Exception objects I can see: > > 3 instances of org.apache.tomcat.util.buf.UDecoder$DecodeException > > 1 instance of > org.apache.tomcat.dbcp.dbcp.AbandonedTrace$AbandonedObjectException > > (I am using a Tomcat-configured JNDI DataSource) > > 1 instance of > org.apache.naming.resources.ImmutableNameNotFoundException >
The first and the last one were dealt by https://issues.apache.org/bugzilla/show_bug.cgi?id=50460 I do not know about the dbcp one. It might be an issue. It certainly will contain a stack trace (it is what it is used for). I usually run with logAbandoned being turned off. Do you have opened connections in your pool? Do you have closeMethod="close" on your pool definition? > > jdk1.7.0_09.jdk > Tomcat 7.0.32 > I wonder whether there are any differences wrt to jdk 1.6. (...) Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org