Re: MySQL JDBC Exception: "No operations allowed after connection closed"

2006-03-16 Thread amiljusevic
The fact that I use JOTM with Tomcat forces me to use a different data source factory from the one described in the MySQL document "Using Connector/J with Tomcat", (http://dev.mysql.com/doc/refman/4.1/en/cj-tomcat-config.html) - org.objectweb.jndi.DataSourceFactory vs. org.apache.commons.dbcp

MySQL JDBC Exception: "No operations allowed after connection closed"

2006-03-14 Thread amiljusevic
I use Tomcat 5.0.28 on both Fedora and FreeBSD, MySQL 4.1.14, J/Connector JDBC driver for MySQL 3.1.11 and JOTM 2.0.10. From time to time I get the MySQL JDBC driver exception "No operations allowed after connection closed", after which DB calls from my application keep failing. The stack trac