DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12460>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12460 Tomcat server hangs when getting datasource connection Summary: Tomcat server hangs when getting datasource connection Product: Tomcat 5 Version: Unknown Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Catalina AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Tomcat5 server hangs when trying to get the database connection with Pointbase 4.2. >From pointbase server, it seems the connection has been made. But the container hangs and gives no response during getConnection() while the system is kept busy. The datasource was looked up successfully by: datasource = (DataSource) ic.lookup(JNDINames.WORKFLOW_DATASOURCE); But container hangs when web applicaiton calls: dbConnection = datasource.getConnection(); The same code and config worked on Tomcat 4.0 with no problem. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>