Re: NIO Thread Madness

2025-03-31 Thread Christopher Schultz
William, On 3/31/25 2:31 PM, William Crowell wrote: Question related to this. I found issue DBCP-599 which was released in DBCP 2.13.0 as part of Apache Tomcat 9.0.98 release. The characteristics of this major bug appear very similar to the issue I am having. Are you using an old driver that

Re: NIO Thread Madness

2025-03-31 Thread Christopher Schultz
William, On 3/31/25 3:59 PM, William Crowell wrote: Oracle’s ojdbc8.jar version 19.25.0.0.0 which should support JDBC 4.2: They I don't think you are experiencing what was reported in DBCP-599. -chris From: Christopher Schultz Date: Monday, March 31, 2025 at 3:50 PM To: users@tomcat.apache

Re: NIO Thread Madness

2025-03-31 Thread William Crowell
Question related to this. I found issue DBCP-599 which was released in DBCP 2.13.0 as part of Apache Tomcat 9.0.98 release. The characteristics of this major bug appear very similar to the issue I am having. In Tomcat’s lib directory there is a tomcat-dbcp.jar. Is that just DBCP2 repackaged

Re: NIO Thread Madness

2025-03-31 Thread William Crowell
Chris, Oracle’s ojdbc8.jar version 19.25.0.0.0 which should support JDBC 4.2: https://www.oracle.com/database/technologies/maven-central-guide.html Regards, William Crowell From: Christopher Schultz Date: Monday, March 31, 2025 at 3:50 PM To: users@tomcat.apache.org Subject: Re: NIO Thread M