You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-dev@xml.apache.org by Eric Wong <er...@systekit.com> on 2001/03/26 13:12:15 UTC

Help: cannot deploy the samples in Apache SOAP

Hi,
	I tried to deploy the samples in the Apache SOAP directory. I followed 
the readme but it does not success. For example, in the messaging 
sample, after I run java org.apache.soap.server.ServiceManagerClient 
http://localhost:8080/soap/servlet/rpcrouter deploy 
DeploymentDescriptor.xml, it returns exception as follow: Exception in 
thread "main" [SOAPException:faultCode=SOAP-ENV:Client;msg=A 
'http:///schemas.xmlsoap.org/soap/envelope/:Fault' element must contain 
a: 'faultcode' element.; 
targetException=java.lang.IllegalArgumentException: A 
'http://schemas.xmlsoap.org/soap/envelope/:Falut' element must contain 
a: 'faultcode' element.]
	
at java.lang.Throwable.<init>(Throwable.java:96)
at java.lang.Exception.<init>(Exception.java:44)
at org.apache.soap.SOAPException.<init>(SOAPException.java:71)
at org.apache.soap.SOAPExecption.<init>(SOAPException.java:77)
at 
org.apache.soap.server.ServiceManagerClient.invokeMethod(ServiceManagerClient.java:127)
at 
org.apache.soap.server.ServiceManagerClient.deploy(ServiceManagerClient.java:140)
at 
org.apache.soap.server.ServiceManagerClient.main(ServiceManagerClient.java:228)

Thanks

Email:eric.wong@systekit.com
	


Re: cannot deploy the samples in Apache SOAP

Posted by Scott Nichol <sn...@computer.org>.
I'm afraid I'm a poor source for such information.  I pretty much stick to reading the relevant
specs (SOAP 1.1, HTTP 1.1, XML 1.0, etc.) and the Apache source.

Scott

----- Original Message -----
From: "Eric Wong" <er...@systekit.com>
To: <so...@xml.apache.org>
Sent: Monday, March 26, 2001 8:19 PM
Subject: Re: cannot deploy the samples in Apache SOAP


> Dear Scott,
> Where can I find more useful document and books about SOAP?
>
> Thanks,
>
> Eric Wong
>
>
> Scott Nichol wrote:
>
> > I believe this looks like the same error others recently reported.  Are you using Xerces 1.3.x?
You
> > can try Xerces 1.2.3, or try the latest set of Apache SOAP (from the nightly directory on the
ftp
> > server).
> >
> > Scott Nichol
> >
> > ----- Original Message -----
> > From: "Eric Wong" <er...@systekit.com>
> > To: <so...@xml.apache.org>
> > Sent: Monday, March 26, 2001 06:12
> > Subject: Help: cannot deploy the samples in Apache SOAP
> >
> >
> >
> >> Hi,
> >> I tried to deploy the samples in the Apache SOAP directory. I followed
> >> the readme but it does not success. For example, in the messaging
> >> sample, after I run java org.apache.soap.server.ServiceManagerClient
> >> http://localhost:8080/soap/servlet/rpcrouter deploy
> >> DeploymentDescriptor.xml, it returns exception as follow: Exception in
> >> thread "main" [SOAPException:faultCode=SOAP-ENV:Client;msg=A
> >> 'http:///schemas.xmlsoap.org/soap/envelope/:Fault' element must contain
> >> a: 'faultcode' element.;
> >> targetException=java.lang.IllegalArgumentException: A
> >> 'http://schemas.xmlsoap.org/soap/envelope/:Falut' element must contain
> >> a: 'faultcode' element.]
> >>
> >> at java.lang.Throwable.<init>(Throwable.java:96)
> >> at java.lang.Exception.<init>(Exception.java:44)
> >> at org.apache.soap.SOAPException.<init>(SOAPException.java:71)
> >> at org.apache.soap.SOAPExecption.<init>(SOAPException.java:77)
> >> at
> >> org.apache.soap.server.ServiceManagerClient.invokeMethod(ServiceManagerClient.java:127)
> >> at
> >> org.apache.soap.server.ServiceManagerClient.deploy(ServiceManagerClient.java:140)
> >> at
> >> org.apache.soap.server.ServiceManagerClient.main(ServiceManagerClient.java:228)
> >>
> >> Thanks
> >>
> >> Email:eric.wong@systekit.com
> >>
> >>
> >>
>


Re: cannot deploy the samples in Apache SOAP

Posted by Eric Wong <er...@systekit.com>.
Dear Scott,
	Where can I find more useful document and books about SOAP?

Thanks,

Eric Wong


Scott Nichol wrote:

> I believe this looks like the same error others recently reported.  Are you using Xerces 1.3.x?  You
> can try Xerces 1.2.3, or try the latest set of Apache SOAP (from the nightly directory on the ftp
> server).
> 
> Scott Nichol
> 
> ----- Original Message -----
> From: "Eric Wong" <er...@systekit.com>
> To: <so...@xml.apache.org>
> Sent: Monday, March 26, 2001 06:12
> Subject: Help: cannot deploy the samples in Apache SOAP
> 
> 
> 
>> Hi,
>> I tried to deploy the samples in the Apache SOAP directory. I followed
>> the readme but it does not success. For example, in the messaging
>> sample, after I run java org.apache.soap.server.ServiceManagerClient
>> http://localhost:8080/soap/servlet/rpcrouter deploy
>> DeploymentDescriptor.xml, it returns exception as follow: Exception in
>> thread "main" [SOAPException:faultCode=SOAP-ENV:Client;msg=A
>> 'http:///schemas.xmlsoap.org/soap/envelope/:Fault' element must contain
>> a: 'faultcode' element.;
>> targetException=java.lang.IllegalArgumentException: A
>> 'http://schemas.xmlsoap.org/soap/envelope/:Falut' element must contain
>> a: 'faultcode' element.]
>> 
>> at java.lang.Throwable.<init>(Throwable.java:96)
>> at java.lang.Exception.<init>(Exception.java:44)
>> at org.apache.soap.SOAPException.<init>(SOAPException.java:71)
>> at org.apache.soap.SOAPExecption.<init>(SOAPException.java:77)
>> at
>> org.apache.soap.server.ServiceManagerClient.invokeMethod(ServiceManagerClient.java:127)
>> at
>> org.apache.soap.server.ServiceManagerClient.deploy(ServiceManagerClient.java:140)
>> at
>> org.apache.soap.server.ServiceManagerClient.main(ServiceManagerClient.java:228)
>> 
>> Thanks
>> 
>> Email:eric.wong@systekit.com
>> 
>> 
>> 


Re: cannot deploy the samples in Apache SOAP

Posted by Scott Nichol <sn...@computer.org>.
I believe this looks like the same error others recently reported.  Are you using Xerces 1.3.x?  You
can try Xerces 1.2.3, or try the latest set of Apache SOAP (from the nightly directory on the ftp
server).

Scott Nichol

----- Original Message -----
From: "Eric Wong" <er...@systekit.com>
To: <so...@xml.apache.org>
Sent: Monday, March 26, 2001 06:12
Subject: Help: cannot deploy the samples in Apache SOAP


> Hi,
> I tried to deploy the samples in the Apache SOAP directory. I followed
> the readme but it does not success. For example, in the messaging
> sample, after I run java org.apache.soap.server.ServiceManagerClient
> http://localhost:8080/soap/servlet/rpcrouter deploy
> DeploymentDescriptor.xml, it returns exception as follow: Exception in
> thread "main" [SOAPException:faultCode=SOAP-ENV:Client;msg=A
> 'http:///schemas.xmlsoap.org/soap/envelope/:Fault' element must contain
> a: 'faultcode' element.;
> targetException=java.lang.IllegalArgumentException: A
> 'http://schemas.xmlsoap.org/soap/envelope/:Falut' element must contain
> a: 'faultcode' element.]
>
> at java.lang.Throwable.<init>(Throwable.java:96)
> at java.lang.Exception.<init>(Exception.java:44)
> at org.apache.soap.SOAPException.<init>(SOAPException.java:71)
> at org.apache.soap.SOAPExecption.<init>(SOAPException.java:77)
> at
> org.apache.soap.server.ServiceManagerClient.invokeMethod(ServiceManagerClient.java:127)
> at
> org.apache.soap.server.ServiceManagerClient.deploy(ServiceManagerClient.java:140)
> at
> org.apache.soap.server.ServiceManagerClient.main(ServiceManagerClient.java:228)
>
> Thanks
>
> Email:eric.wong@systekit.com
>
>
>