Error redeploying dbxml
539846Feb 1 2007 — edited Mar 2 2008I 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?