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 Minh Duong <md...@iwise.com> on 2002/06/05 18:04:39 UTC

ClassNotFoundException in org.apache.axis.client.Admin during deployment

Hi,

I'm a newbie to Axis and Tomcat. This is my test environment:

Win2K Server
JDK1.4
Tomcat 3.2.4
Axis (beta2)
Xalan (2.0.1)

Tomcat is running as a service and the http server.

 I  was following the installation instructions, but when it came to deploy the service I got the following error:

c:\jdk1.4\bin\java -classpath c:\xml-axis-beta2\lib\axis.jar;c:\xml-axis-beta2\lib\clutil.jar;c:\xml-axis-beta2\lib\commons-logging.jar;c:\xml-axis-beta2\lib\jaxrpc.jar;c:\xml-axis-beta2\lib\log4j-core.jar;c:\xml-axis-beta2\lib\tt-bytecode.jar;c:\xml-axis-beta2\lib\wsdl4j.jar;c:\xalan-j_2_0_1\bin;c:\xalan-j_2_0_1\bin\xerces.jar org.apache.axis.client.AdminClient -lhttp://bodev:8080/axis/services/AdminService deploy.wsdd 
- Processing file deploy.wsdd
- AxisFault: AxisFault
 faultCode: http://xml.apache.org/axis/:Server.userException
 faultString: java.lang.ClassNotFoundException: org.apache.axis.utils.Admin
 faultActor: null
 faultDetail: 
	stackTrace: java.lang.ClassNotFoundException: org.apache.axis.utils.Admin
	at java.net.URLClassLoader$1.run(URLClassLoader.java:198)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:186)

This is rather a newbie question, but do I have replace 'client.AdminClient' and 'service/AdminService' with the web service I want to install or is this supposed to start the Admin service.  Any comments would be helpful.


Sincerely,
Minh Duong
Infowise Solutions
469-939-0162