You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@xml.apache.org by François Vermaut <fr...@forem.be> on 2000/11/10 13:52:53 UTC

SAXParseException

Greetings,

like lots of people on this list, I try to make soap and the samples work.
:-)
I use JRun3.0.  I'm (nearly) sure that my soap server is well configured.

Through the HTML interface, I can list, deploy and undeploy services.
But when I try to use the org.apache.soap.server.ServiceManager class
(in a shell with CLASSPATH=.;path/to/xerces.jar;path/to/soap.jar),
I get this exception (for "list" or for "deploy" or ...)


org.xml.sax.SAXParseException: White space is required between the public
identifier and the system identifier.
     at
org.apache.xerces.framework.XMLParser.reportError(XMLParser.java:969)
     at
org.apache.xerces.framework.XMLDTDScanner.reportFatalXMLError(XMLDTDScanner.
java:645)
     at
org.apache.xerces.framework.XMLDTDScanner.scanExternalID(XMLDTDScanner.java:
1184)
     at
org.apache.xerces.framework.XMLDTDScanner.scanDoctypeDecl(XMLDTDScanner.java
:1098)
     at
org.apache.xerces.framework.XMLDocumentScanner.scanDoctypeDecl(XMLDocumentSc
anner.java:2177)
     at
org.apache.xerces.framework.XMLDocumentScanner.access$0(XMLDocumentScanner.j
ava:2133)
     at
org.apache.xerces.framework.XMLDocumentScanner$XMLDeclDispatcher.dispatch(XM
LDocumentScanner.java:775)
     at
org.apache.xerces.framework.XMLDocumentScanner.parseSome(XMLDocumentScanner.
java, Compiled Code)
     at org.apache.xerces.framework.XMLParser.parse(XMLParser.java:861)
     at
org.apache.soap.util.xml.XercesParserLiaison.read(XercesParserLiaison.java:8
5)
     at org.apache.soap.rpc.Call.invoke(Call.java:157)

Did anybody already have this exception ?
Did I forgot a jar file in my classpath ?

Thanks in advance for your answers.

Francois Vermaut
Software AG Professional Services Division
Belgium


Re: SAXParseException

Posted by Christian Lautier <ch...@temis-group.com>.
Hello,
I'm newbie but we had this error this afternoon.
I don't know why but try to specify the port number of your http server in
your url of the rpc router ie http://server:80:/.../rpcrouter



Re: SAXParseException

Posted by Christian Lautier <ch...@temis-group.com>.
Hello,
I'm newbie but we had this error this afternoon.
I don't know why but try to specify the port number of your http server in
your url of the rpc router ie http://server:80:/.../rpcrouter