You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Michael Rimov <ri...@centercomp.com> on 2002/09/13 22:09:50 UTC

Stupid Installation Help

Hey All,

I downloaded and installed:
		xml-axis-rc1-bin.zip


I then proceeded to install the webapp portion into my own tomcat 
installation.  However, when I run it, I'm getting a batch of 
NoClassDefFound Errors.  Check the classpath, right?  Well, here's my 
WEB-INF/lib:

09/05/2002  10:42 AM            16,755 axis-ant.jar
09/05/2002  10:42 AM         1,006,221 axis.jar
09/05/2002  10:42 AM            63,515 commons-discovery.jar
09/05/2002  10:42 AM            26,342 commons-logging.jar
09/05/2002  10:42 AM            35,623 jaxrpc.jar
09/05/2002  10:42 AM           378,778 log4j-1.2.4.jar
09/05/2002  10:42 AM            18,459 saaj.jar
09/05/2002  10:42 AM           109,356 wsdl4j.jar
06/21/2002  11:09 AM           933,730 xercesImpl.jar
06/13/2002  04:53 PM           108,484 xml-apis.jar

The errors so far I have logged are:

org.apache.axis.transport.http.AxisServletBase
javax.xml.rpc.handler.MessageContext

Just in case I was fighting Tomcat, I even added the jars above to the 
environment CLASSPATH variable, but still couldn't get them to load.

I've tried:
-Extracting the classes via WinZip into WEB-INF/classes
-Re-downloading the binary just in case there was a weird corruption problem
-Opening the jar files to manually verify that the 'missing' classes were 
indeed there.

Anyway, anybody got any clues as to what I'm doing wrong??

Thanks in advance!
						-Mike