Title: Message
-----Original Message-----
From: Omaira Parada Gelves [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 31, 2002 6:10 AM
To: [EMAIL PROTECTED]
Subject: error run descriptor.xml

Hi,
 
I have a problem when run service from the command line:
 
I run this:
 
 
D:\jakarta-tomcat-3.2.3\webapps\soap\WEB-INF\classes>java org.apache.soap.server
.ServiceManagerClient
http://localhost:8080/soap/servlet/rpcrouter deploy Descriptor.xml
 
the error is:
 
........... this is the key point 
 Exception in thread "main" [SOAPException: faultCode=SOAP-ENV:Protocol; msg=java
.lang.NoSuchMethodError
        at org.apache.soap.util.xml.QName.<init>(QName.java:80)
        at org.apache.soap.util.xml.QName.matches(QName.java:146) 
 
This indicates that Tomcat is finding an old parser library that does not support
namespaces.  Due to the way Java finds libraries, it may find an old library
before it finds a current one.  Check in the JAVA_HOME/jre/lib/ext directory.

[EMAIL PROTECTED]
Author of Soap Programming with Java - Sybex; ISBN: 0782129285

Reply via email to