Re: DBCP Configuration with Tomcat 4.1.27 and mySQL
From: Jared Dykstra (dyksjare_at_hotmail.com)
Date: 12/30/03
- Next message: Jared Dykstra: "Re: UDP protocol & Object"
- Previous message: Roger: "Re: My webpgage"
- In reply to: Tom Martin: "DBCP Configuration with Tomcat 4.1.27 and mySQL"
- Next in thread: Tom Martin: "Re: DBCP Configuration with Tomcat 4.1.27 and mySQL"
- Reply: Tom Martin: "Re: DBCP Configuration with Tomcat 4.1.27 and mySQL"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 29 Dec 2003 21:23:58 -0800
webmaster@sanjamar.com (Tom Martin) wrote in message news:<1e5c5944.0312291224.66e34aa@posting.google.com>...
> I'm a Java Web developer NEWBIE that has inherited a website that
> fails every 2 hours due to poor connection pooling between Tomcat
> 4.0.6 and mySQL. In efforts to resolve this problem, I've created
> another replica DEVELOPMENT website and upgraded it to Tomcat 4.1.27.
Well, tomcat is telling you where the program fails:
java.lang.NullPointerException
at jsp.sanjamar.test.CatMan.SelectSubCategories(CatMan.java:110)
at jsp.sanjamar.test.CatMan.ListSubCategories(CatMan.java:54)
Unfortunately, from your previous post, I have no idea what line 110
of CatMan.java is, nor do I know which line corresponds to #54. Some
operation is being performed on a NULL object. Look at these two
lines and the problem will probably become obvious. It's likely a
logic problem, not a server configuration issue.
--- Jared Dykstra http://www.bork.org/~jared
- Next message: Jared Dykstra: "Re: UDP protocol & Object"
- Previous message: Roger: "Re: My webpgage"
- In reply to: Tom Martin: "DBCP Configuration with Tomcat 4.1.27 and mySQL"
- Next in thread: Tom Martin: "Re: DBCP Configuration with Tomcat 4.1.27 and mySQL"
- Reply: Tom Martin: "Re: DBCP Configuration with Tomcat 4.1.27 and mySQL"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|