DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=30389>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=30389 No timeout in Tomcat for dbcp Connection object hanging Summary: No timeout in Tomcat for dbcp Connection object hanging Product: Tomcat 4 Version: 4.1.29 Platform: PC OS/Version: Linux Status: NEW Severity: Major Priority: Other Component: Unknown AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] When the network connection between tomcat and database (experienced with sybase ASE 12.5) is lost, the 'Connection' hangs indefinitely. This is not closed / handled by tomcat. It hangs in the line of code "con = DatasourceObject.getConnection();" There is no option to set the timeout period in the tomcat itself for closing the connections. None of the other options in the connection pooling stuff - add fyi: used SharedPoolDatasourceFactory in dbcp - like maxWait / validationQuery /removeAbandoned/ removeAbandonedTimeout etc doesnt work. Network issues is a general issue, however, no fix is present for this issue. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]