Skip to Main Content

Java Database Connectivity (JDBC)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

PoolMan (Connection Pooling) problem with xml file!

843854Jul 16 2003 — edited Jul 21 2003
Hello everyone!

We are now using PoolMan 2.0.3 for our project which is based on Tomcat 4.1.12.
I was able to get the sample running, after which I decided to try it in our web environment.

I faced a very annoying problem by doing this: I always get the following error on the Java console:

"** ERROR: Unable to find XML file poolman.xml: java.lang.NullPointerException"

and the JSP shows me the following information:

"org.apache.jasper.JasperException: No pool named xxx! Check your poolman.xml"
(together with a long stack trace which does not really tell me anything of interest).

I have placed the poolman.xml file on several places but it did not work. Amongst these places there is a the %context%\WEB-INF\classes\ directory or a directory to which the classpath points. None of my tries worked.

Could anybody be so kind and provide helpful information?

Thanks in advance,
Gregor Graf
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 18 2003
Added on Jul 16 2003
1 comment
211 views