DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10174>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10174 can't deploy service as jar ------- Additional Comments From [EMAIL PROTECTED] 2002-06-24 20:44 ------- I'm using tomcat 4.0.4 with j2sdk1.4.0 When I deploy with a jar, http://localhost:8080/axis/servlet/AxisServlet does show me the list of operations for my service, but using client sometimes (but very seldom) causes: Jun 24, 2002 4:38:08 PM org.apache.axis.client.Call invoke INFO: Mapping Exception to AxisFault AxisFault faultCode: {http://xml.apache.org/axis/}Server.generalException faultString: Could not find class for the service named: edu.vt.vbi.pathport.se rver.webservice.jdbc.ws.JdbcSoapBindingImpl Hint: you may need to copy your class files/tree into the right location (which depends on the servlet system you are using). faultActor: null faultDetail: stackTrace: AxisFault faultCode: {http://xml.apache.org/axis/}Server.generalException faultString: Could not find class for the service named: edu.vt.vbi.pathport.se rver.webservice.jdbc.ws.JdbcSoapBindingImpl Hint: you may need to copy your class files/tree into the right location (which depends on the servlet system you are using). faultActor: null faultDetail: Could not find class for the service named: edu.vt.vbi.pathport.server.webservice.jdbc.ws.JdbcSoapBindingImpl Hint: you may need to copy your class files/tree into the right location (which depends on the servlet system you are using). at org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder. java:135) and if the client exhibits this behaviour, the client does this consistently. However, if I explode the jar into the classes directory it works fine (without redploying) regardless of whether or not the jar from the lib is removed.