Hi Please

check how you have defined the location of the class file in the deployment descriptor…. Is the package hierarchy the same in the classes folder .

Krish

 

-----Original Message-----
From: Suzy Fynes [mailto:[EMAIL PROTECTED]
Sent:
Thursday, October 14, 2004 5:11 PM
To: [EMAIL PROTECTED]
Subject: axis Cant find class

 

 

Hey,

 

I’m getting the following fault when I try to run the AxisServlet

 

Fault - Could not find class for the service named: serivceDeployment.orphans.OrhpansDetails
Hint: you may need to copy your class files/tree into the right location (which depends on the servlet system you are using).; nested exception is: 
  java.lang.ClassNotFoundException: serivceDeployment.orphans.OrhpansDetails

 
AxisFault
 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.generalException
 faultSubcode: 
 faultString: Could not find class for the service named: serivceDeployment.orphans.OrhpansDetails
Hint: you may need to copy your class files/tree into the right location (which depends on the servlet system you are using).; nested exception is: 
  java.lang.ClassNotFoundException: serivceDeployment.orphans.OrhpansDetails
 faultActor: 
 faultNode: 
 faultDetail: 
 
 
I have the class in a package serviceDeployment/orphans and then in the webapps/classes I have the classes in ../classes/serviceDeployment/orphans 
 
Do I need to set up classpaths or something in order for axis to find the class?
 
Thanks
Suzy

 

Reply via email to