https://issues.apache.org/bugzilla/show_bug.cgi?id=53122
Chuck Caldarale <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID OS/Version| |All --- Comment #1 from Chuck Caldarale <[email protected]> 2012-04-22 19:27:14 UTC --- (In reply to comment #0) > Exception while using JDBC DB Connection pool along with MySQL. > > java.lang.NullPointerException > at com.mysql.jdbc.Statement.executeUpdate(Statement.java:1418) > at com.mysql.jdbc.Statement.executeUpdate(Statement.java:1317) > at com.load.servlet.SQLInsert.doGet(SQLInsert.java:69) Note that the call to the MySQL code is coming from your servlet, not Tomcat. Regardless, bugzilla is not a support forum; please post usage queries to the Tomcat user's mailing list. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
