Someone elase had a very similar problem and got this answer: i believe because the core Java classes will only be loaded from your JAVA_HOME location
there are very specific rules to how Tomcat classloading works. specific packages will only be loaded from specific locations only. more info here: http://jakarta.apache.org/tomcat/tomcat-5.5-doc/class-loader-howto.html On a Linux bos you can do something like find . -name *.jar |xargs grep "javax.xml.soap.SOAPBody.class" in order to find all jar-Files containing SAAJ. Bye, Guenter > -----Original Message----- > From: J R [mailto:[EMAIL PROTECTED] > Sent: Monday, June 13, 2005 3:31 PM > To: [email protected] > Subject: Unknown Location > > Hi everyone, > I followed the installation for Axis to the 't'. > However, when I look at the happyaxis page, I get the > following: > > Error: Invalid version of SAAJ API found in an > unknown location. > Make sure that Axis' saaj.jar precedes an unknown > location in > CLASSPATH. > Axis will not work. > See http://ws.apache.org/axis/java/install.html > * Found JAX-RPC API ( javax.xml.rpc.Service ) at an > unknown location > > * Found Apache-Axis ( > org.apache.axis.transport.http.AxisServlet ) at > /usr/local/tomcat/jakarta-tomcat-5.0.18/webapps/axis/WEB-INF/l > ib/axis.jar > > * Found Jakarta-Commons Discovery ( > org.apache.commons.discovery.Resource ) at > /usr/local/tomcat/jakarta-tomcat-5.0.18/webapps/axis/WEB-INF/l > ib/commons-discovery-0.2.jar > > * Found Jakarta-Commons Logging ( > org.apache.commons.logging.Log ) at > /usr/local/tomcat/jakarta-tomcat-5.0.18/bin/commons-logging-api.jar > > * Found Log4j ( org.apache.log4j.Layout ) at > /usr/local/tomcat/jakarta-tomcat-5.0.18/webapps/axis/WEB-INF/l > ib/log4j-1.2.8.jar > > * Found IBM's WSDL4Java ( > com.ibm.wsdl.factory.WSDLFactoryImpl ) at > /usr/local/tomcat/jakarta-tomcat-5.0.18/webapps/axis/WEB-INF/l > ib/wsdl4j-1.5.1.jar > > * Found JAXP implementation ( > javax.xml.parsers.SAXParserFactory ) at > an unknown location > > * Found Activation API ( > javax.activation.DataHandler ) at > /usr/local/tomcat/jakarta-tomcat-5.0.18/webapps/axis/WEB-INF/l > ib/activation.jar > > Any ideas how to correct? > > JR > > > > __________________________________ > Do you Yahoo!? > Make Yahoo! your home page > http://www.yahoo.com/r/hs >
