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=10071>.
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=10071

Exception contacting deployed service





------- Additional Comments From [EMAIL PROTECTED]  2002-06-21 17:38 -------
I've attached the axis.log file.  On this run tomcat was started, service
deployed on first try, but client failed.  The relevant part is:

13255 [HttpProcessor[8080][4]] DEBUG
org.apache.axis.encoding.DeserializationContextImpl  - Enter:
DeserializationContextImpl::startElement(urn:jdbc, about)
13255 [HttpProcessor[8080][4]] DEBUG org.apache.axis.message.BodyBuilder  -
Enter: BodyBuilder::onStartChild()
13271 [HttpProcessor[8080][4]] ERROR org.apache.axis.handlers.soap.SOAPService 
- Exception:
java.lang.ClassNotFoundException:
edu.vt.vbi.pathport.server.webservice.jdbc.ws.JdbcSoapBindingImpl
        at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1394)
        at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1243)
        at
org.apache.axis.handlers.soap.SOAPService.getInitializedServiceDesc(SOAPService.java:297)
        at
org.apache.axis.MessageContext.getPossibleOperationsByQName(MessageContext.java:229)


I'm confused since my deployed jar file does in fact contain the desired class
(and it DOES work sometimes):

% jar -tf ~/java/tomcat-4.0.3/webapps/axis/WEB-INF/lib/jdbc.jar | fgrep
JdbcSoapBindingImpl
edu/vt/vbi/pathport/server/webservice/jdbc/ws/JdbcSoapBindingImpl.class
%

Reply via email to