You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by "Frey, Gregor Karl" <gr...@sap.com> on 2001/01/02 16:56:27 UTC

SAXParseException during test of sample: found out

Hi,
I got the bug. There was a jaxp.jar in the java/jre/lib/ext directory.
Removed it, restarted Tomcat, and everything were fine.
Sorry!
Bye,
Gregor

-----Original Message-----
From: Frey, Gregor Karl 
Sent: Tuesday, January 02, 2001 4:41 PM
To: 'soap-user@xml.apache.org'
Subject: SAXParseException during test of sample: tunnel results


Hi,
the same error as with the addressbook-example I get with
ServiceManagerClient. Next I looked on the tunneling output. I got these
results:
 
=============================================
Tunnel:
left hand side:
 
POST /soap/servlet/rpcrouter HTTP/1.0
Host: uwi024:8088
Content-Type: text/xml
Content-Length: 373
SOAPAction: ""
 
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/1999/XMLSchema">
<SOAP-ENV:Body>
<ns1:list xmlns:ns1="urn:xml-soap-service-management-service"
SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
</ns1:list>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
 

right hand side:
 
HTTP/1.0 200 OK
Content-Type: text/xml; charset=UTF-8
Content-Length: 1093
Set-Cookie2: JSESSIONID=16mpz5s2n1;Version=1;Discard;Path="/soap"
Set-Cookie: JSESSIONID=16mpz5s2n1;Path=/soap
Servlet-Engine: Tomcat Web Server/3.2.1 (JSP 1.1; Servlet 2.2; Java 1.3.0;
SunOS 5.8 sparc; java.vendor=Sun Microsystems Inc.)
 
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)
 at org.apache.soap.Envelope.unmarshall(Envelope.java:210)
 at
org.apache.soap.server.http.RPCRouterServlet.doPost(RPCRouterServlet.java:18
2)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
 at org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:404)
 at org.apache.tomcat.core.Handler.service(Handler.java:286)
 at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
 at
org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:79
7)
 at org.apache.tomcat.core.ContextManager.service(ContextManager.java:743)
 at
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpC
onnectionHandler.java:210)
 at
org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
 at
org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498)
 at java.lang.Thread.run(Thread.java:484)

=============================================
 
But what the hell goes wrong here?
I'm working on SUN/SOLARIS with TOMCAT.
 
Bye,
Gregor Frey
 

---------------------------------------------------------------------
To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
For additional commands, email: soap-user-help@xml.apache.org