I am getting an exception when Cocobase tried to connect to our db2 datasource using the native driver. I do not get an exception using the toolbox driver.
I do not have the stack trace because of some AS400 nuttiness, but here is what I remember: the exception was in the Cocobase connect() method, and was a NullPointerException at a Hashtable.put(). Since this Hashtable method will throw a NPE if the key or value is null, I think I might be missing some piece of the configuration.
The question is: what key/value elements are you expecting when you call that put() method in connect()?
P.S.-> If I can regenerate the stack trace, I will add it later, but it may be several days, I don't have that kind of time right now.
|