I have a problem with a webapp that uses Spring 2.0.7 and C3P0. The webapp works fine, until I undeploy it. After the webapp is undeployed I start to see this error message in the tomcat log file.
I have reported this problem to the C3P0 project, but they indicate that C3P0 is working correctly, Spring just isn't shutting down C3P0 correctly when the webapp is undeployed. http://sourceforge.net/tracker/index...&a tid=383690Code:Exception in thread "Timer-1" java.lang.NullPointerException at com.mchange.v2.log.log4j.Log4jMLog$Log4jMLogger.isLoggable(Log4jMLog.java:252) at com.mchange.v2.resourcepool.BasicResourcePool$CheckIdleResourcesTask.run(BasicResourcePool.java:1342) at java.util.TimerThread.mainLoop(Timer.java:512) at java.util.TimerThread.run(Timer.java:462)
Is anyone else dealing with this issue?
Has anyone fixed this issue?


Reply With Quote