I've got an urgent problem (haven't we all) and I really really could use some help.
I am experiencing the problem described in detail in:
http://www.mail-archive.com/[EMAIL PROTECTED]/msg05036.html
Which is in short, nullpointer exceptions when using resultset.close(); statement.close() in combination with an oracle database under tomcat 4.1.29.
The problem is that we have the same configuration (at least to the eye) running on different servers and that not all the servers exhibit the same behavior. One server runs fine on the given code, the other one crashes.
I've tested it under both jdk1.3.1_09 and jdk1.4.1_02, the jdk version does not seem to be the cause of the problem.
It really does seem to be the common-dbcp1.1 package but I have only the given link to go by.
So my questions:
1. has anyone experienced the problem and solved it?
2. does anyone know if there is only ONE common-dbcp1.1 or are there different builds of this package and is there a way to update my tomcat installation?
3. does anyone have some pointers how to go about solving this (i know that is a very general question).
One option is to go though all the code and change the way resultsets and statements are closed, but that doesn't seem right.
Another option is changing the source for the class that is the source of the problem and recompile it, but that doesn't seem right either.
Any ideas for be appreciated very much.
Greetz Hans
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]