Title: errors when accessing 1st page of axis installation
From the errors you got java.lang.NoClassDefFoundError at javax/xml/rpc/namespace/QName & at org.apache.axis.deployment.SimpleDeploymentManager, it looks like it is looking for axis.jar file. Files QName and SimpleDeploymentManager are in axis.jar file.
 
java.lang.NoClassDefFoundError: javax/xml/rpc/namespace/QName
 at org.apache.axis.encoding.SOAPTypeMappingRegistry.<clinit>(SOAPTypeMappingRegistry.java:72)
 at org.apache.axis.deployment.SimpleDeploymentManager.<init>(SimpleDeploymentManager.java:110)
 at org.apache.axis.deployment.wsdd.SimpleWsddDeploymentManager.<init>(SimpleWsddDeploymentManager.java:66)
 at org.apache.axis.AxisEngine.<init>(AxisEngine.java:101)
 at org.apache.axis.server.AxisServer.<init>(AxisServer.java:121)
 at org.apache.axis.transport.http.AdminServlet.getEngine(AdminServlet.java:87)
 at org.apache.axis.transport.http.AdminServlet.doGet(AdminServlet.java:96)
 
But from the stack trace it seems that it found the axis.jar file. What are the jar files you have in your classpath? May be it is due to the version mis-match. Can you verify that the above mentioned 2 files are there in your axis.jar file? Which web server are you using?
 
Nirmala
-----Original Message-----
From: Jianlin Chang [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 12, 2002 2:33 PM
To: [EMAIL PROTECTED]
Subject: errors when accessing 1st page of axis installation

Under the 1st page for Axis installation axis/index.html, there are two links:

    • Administer Axis <servlet/AdminServlet>
    • Visit <servlet/AxisServlet> the Axis Servlet

Access both links generates errors as shown in the enclosed doc.  What might be the cause of errors and how can I correct?

The error mentioned: java.lang.NoClassDefFoundError: javax/xml/rpc/namespace/QName
I tried to install java XML-RPC package jaxrpc-api.jar jaxrpc-ri.jar files into webapps/axis/WEB-INF/lib, it doesn't help either.

I am using xml-axis-alpha3 binary distribution.

Thanks. <<error.txt>>

Reply via email to