Has anyone else gotten this error when they try to deploy the sample Stock
Quote Service?
I'm using Red Hat Linux 7.1
Tomcat 4.0.2
Axis Alpha 3.

I followed the install instructions, put axis.jar, etc/ under the
WEB-INF/lib directory and I can tell from
the log file that this JAR file is being read. For some reason it just can't
find this particular class.
Any insights appreciated!
-Chris




java.lang.NoClassDefFoundError: javax/xml/rpc/namespace/QName
        at
org.apache.axis.encoding.SOAPTypeMappingRegistry.<clinit>(SOAPTypeMappingReg
is
try.java:72)
        at
org.apache.axis.deployment.SimpleDeploymentManager.<init>(SimpleDeploymentMa
na
ger.java:110)
        at
org.apache.axis.deployment.wsdd.SimpleWsddDeploymentManager.<init>(SimpleWsd
dD
eploymentManager.java:66)
        at org.apache.axis.AxisEngine.<init>(AxisEngine.java:101)

Reply via email to