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 Peter Go <pe...@bea.com> on 2001/01/04 23:54:16 UTC

RE: Help me Obi-Wan

I don't know if this is related but I am using Xerces 1.2.3 and it works
great. Xerces 2.0 however would not work with SOAP 2.0.

-----Original Message-----
From: Eric Cotter [mailto:Eric.Cotter@qsent.com]
Sent: Thursday, January 04, 2001 5:35 PM
To: 'soap-user@xml.apache.org'
Subject: Help me Obi-Wan


Hello all :)

Let me first say that I'm thankful that such community resource exists!

I'm having some issues with setting and even running anything in the
soap-2_0 jar.  I believe that I have followed the installation correctly for
the xerces in Tomcat 3.2 but I'm still getting some errors when running
anything.

I get the following message when running any client.

###################################################################
  URL= http://localhost:8080/soap/servlet/rpcrouter
  URN =urn:demo1:exchange
org.xml.sax.SAXParseException: The markup in the document preceding the root
element must be well-formed.
        at
org.apache.xerces.framework.XMLParser.reportError(XMLParser.java:1016
)
        at
org.apache.xerces.framework.XMLDocumentScanner.reportFatalXMLError(XM
LDocumentScanner.java:625)
        at
org.apache.xerces.framework.XMLDocumentScanner$XMLDeclDispatcher.disp
atch(XMLDocumentScanner.java:804)
        at
org.apache.xerces.framework.XMLDocumentScanner.parseSome(XMLDocumentS
canner.java:380)
        at org.apache.xerces.framework.XMLParser.parse(XMLParser.java:908)
        at
org.apache.soap.util.xml.XercesParserLiaison.read(XercesParserLiaison
.java:85)
        at org.apache.soap.rpc.Call.invoke(Call.java:157)
        at Client.main(Client.java:39)
SOAPException= SOAP-ENV:Protocol, 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:182)
        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:4
04)
        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:797)
        at
org.apache.tomcat.core.ContextManager.service(ContextManager.java:743
)
        at
org.apache.tomcat.service.http.HttpConnectionHandler.processConnectio
n(HttpConnectionHandler.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)
############################################################################
###

What gives?   My jars are as follows:

	soap-2_0.jar
	xerces-1-2-2.jar
	xalan-j_1_2_2.jar
	sax2.jar

	and I have in my Classpath xml-tr2.xml.jar ("org.w3c.dom")

jakarta-tomcat-3.2

I have the actual SOAP Admin UI working correctly...I can list, deploy and
undeploy. But when I use the command line tool I cannot deploy...same errors
as previously mentioned.

I realize that this is something really simple but it's killing me!

Thanks a million!@

Eric

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