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 Norbert ALLAIN <no...@wanadoo.fr> on 2003/02/21 23:39:04 UTC

Ouh, the call failde

I use soap 2.3.1 with jakarta 3.2.4 jdk1.2.2 and xerces_1_2.
The installation is ok, i can use the admin with netscape: http://ORDI1:8081/soap
but when i type

 java org.apache.soap.server.ServiceManagerClient http://ORDI1:8081/soap/servlet/rpcrouter list

I have the following response:

Ouch, the call failed:
  Fault Code   = SOAP-ENV:Server.Exception:
  Fault String = com/sun/xml/tree/NodeBase.getNamespaceURI  


Re: Ouh, the call failde

Posted by Scott Nichol <sn...@scottnichol.com>.
You have an old XML parser, apparently crimson, lying around.  Check 
for it in the usual places, e.g. $JAVA_HOME/jre/lib/ext, and remove 
it (or renamed it to something other than .jar).

On 21 Feb 2003 at 23:39, Norbert ALLAIN wrote:

> 
> I use soap 2.3.1 with jakarta 3.2.4 jdk1.2.2 and xerces_1_2.
> The installation is ok, i can use the admin with netscape: http://ORDI1:8081/soap
> but when i type
> 
>  java org.apache.soap.server.ServiceManagerClient http://ORDI1:8081/soap/servlet/rpcrouter list
> 
> I have the following response:
> 
> Ouch, the call failed:
>   Fault Code   = SOAP-ENV:Server.Exception:
>   Fault String = com/sun/xml/tree/NodeBase.getNamespaceURI  
> 
> 


Scott Nichol

Do not reply directly to this e-mail address,
as it is filtered to only receive e-mail from
specific mailing lists.