DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22355>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22355
Axis validation throws exception after finding all correct lilbraries
------- Additional Comments From jmarks@predictivemedia.com 2003-08-13 13:08 -------
I followed Rick and Steve's advice. I installed that latest full Tomcat
version (not the LE version). I also got the latest Xerces and Xalan jars
(xercesImpl.jar, xalan.jar, and xsltc.jar) and placed them in
<tomcat_home>/common/endorsed. Same problem. I found the following:
http://www.tek-tips.com/gviewthread.cfm/lev2/4/lev3/32/pid/269/qid/621826,
which suggests that catalina.policy might need updating if -security is set in
the Tomcat command line. Since I'm running Tomcat as a Windows service, I'm
not sure if this is the case.
I also found http://java.sun.com/webservices/docs/1.2/jaxp/Updating.html,
which tells you how to override the default JAXP packages that come with the
Java 1.4.1 jre. It doesn't seem to solve the problem either. I'm wondering if
maybe I need to set -Djava.endorsed.dirs=<tomcat_home>/common/endorsed on the
Tomcat command line.
It is clearly the case that something is messed up with XML parsers and/or
related APIs. I'm going to triple-check the Axis installation to be absolutely
certain I didn't miss something obvious, but nothing seems to be working so
far.
|