Skip to Main Content

Berkeley DB Family

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!

Error redeploying dbxml

539846Feb 1 2007 — edited Mar 2 2008
I am having an issue when I redeploy a Tomcat app that uses DBXML.
Before the app is shutdown, delete() is called on the XmlManager (which should close() dbxml environment as well). however, when the app is redeployed, I get an exception:

SEVERE: Error reading tld listeners java.lang.NullPointerException

and then later:

java.lang.UnsatisfiedLinkError: Native Library libdb_java45.dll already loaded in another classloader.

The app starts fine, however, if I stop and start tomcat.

Am I destroying dbxml incorrectly? Any ideas?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 30 2008
Added on Feb 1 2007
2 comments
1,876 views