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 Dave Hoffer <DH...@xrite.com> on 2005/02/02 18:50:31 UTC

Install/Setup/Test of Axis fails

Hello,

I am following the Installation Instructions for Axis 1.2.  I am
installing on XP and have already installed and have running Tomcat
4.1.31.  I am also using the optional Xerces parser and xmlsec.jar.
When I validate the Axis installation with happyaxis all is well.

The problems start when I test deploying a web service.  Following the
Installation Instructions, I attempt to deploy deploy.wsdd in the stock
sample project.  This process gives me a log4j warning stating that no
appenders could be found.  This does not seem serious because it seems
to indicate that it deployed correctly stating "Done processing".

I then back up two folders and attempt to call GetQuote like this:
java -cp .;%AXISCLASSPATH% samples.stock.GetQuote 
-lhttp://localhost:8080/axis/servlet/AxisServlet -uuser1 -wpass1 XXX

This returns with a warning regarding log4j.  It then throws and
exception java.lang.NoClassDefFoundError: javax/wsdl/OperationType

What is the cause of this error (and the warnings)?

-dh