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 Steve McKay <sm...@intrusion.com> on 2001/06/20 20:08:27 UTC

apache-soap with tomcat on redhat 7.1

Whenever I try:

 >java org.apache.soap.server.ServiceManagerClient 
http://localhost:8080/soap/servlet/rpcrouter list

I Get:
Ouch, the call failed:
  Fault Code   = SOAP-ENV:Server.Exception:
  Fault String = org.w3c.dom.Node: method 
getNamespaceURI()Ljava/lang/String; not found


However If I connect to http://localhost:8080/||soap/servlet/rpcrouter|| 
in a browser I get:


  SOAP RPC Router

Sorry, I don't speak via HTTP GET- you have to use HTTP POST to talk to me.



My current setup is as follows:

Redhat Linux 7.1
Xerces v 1.3.0
Tomcat v.3.2.2-1
apache-soap v2.2

Classpath
 > echo $CLASSPATH
/opt/IBMJava2-13/lib/xerces.jar:/opt/IBMJava2-13/lib/soap.jar:
/opt/IBMJava2-13/lib/mail.jar:/opt/IBMJava2-13/lib/activation.jar:
/opt/IBMJava2-13/lib:/incoming/java-soap/apache-soap/soap-2_2/


I've seen messages about the classpath, is that the system classpath? If 
so, then is the above classpath correct?

Am I missing something else?

Any help/guidance would be appreciated.




RE: apache-soap with tomcat on redhat 7.1

Posted by "Matthew J. Duftler" <du...@watson.ibm.com>.
Hi Steve,

This issue is addressed in the Troubleshooting table on the web-site. In
short, a non-namespace-aware parser is being encountered by your server
before a namespace-aware parser.

Thanks,
-Matt

> -----Original Message-----
> From: Steve McKay [mailto:smckay@intrusion.com]
> Sent: Wednesday, June 20, 2001 2:08 PM
> To: soap-user@xml.apache.org
> Subject: apache-soap with tomcat on redhat 7.1
>
>
> Whenever I try:
>
>  >java org.apache.soap.server.ServiceManagerClient
> http://localhost:8080/soap/servlet/rpcrouter list
>
> I Get:
> Ouch, the call failed:
>   Fault Code   = SOAP-ENV:Server.Exception:
>   Fault String = org.w3c.dom.Node: method
> getNamespaceURI()Ljava/lang/String; not found
>
>
> However If I connect to http://localhost:8080/||soap/servlet/rpcrouter||
> in a browser I get:
>
>
>   SOAP RPC Router
>
> Sorry, I don't speak via HTTP GET- you have to use HTTP POST to
> talk to me.
>
>
>
> My current setup is as follows:
>
> Redhat Linux 7.1
> Xerces v 1.3.0
> Tomcat v.3.2.2-1
> apache-soap v2.2
>
> Classpath
>  > echo $CLASSPATH
> /opt/IBMJava2-13/lib/xerces.jar:/opt/IBMJava2-13/lib/soap.jar:
> /opt/IBMJava2-13/lib/mail.jar:/opt/IBMJava2-13/lib/activation.jar:
> /opt/IBMJava2-13/lib:/incoming/java-soap/apache-soap/soap-2_2/
>
>
> I've seen messages about the classpath, is that the system classpath? If
> so, then is the above classpath correct?
>
> Am I missing something else?
>
> Any help/guidance would be appreciated.
>
>
>


RE: no signature match

Posted by "Matthew J. Duftler" <du...@watson.ibm.com>.
Hi Pravin,

Try running:

javap samples.texttospeech.SoapClientUsingProxy

from the shell where you will start your server from, and see if you can
find the method with the signature you desire.

Thanks,
-Matt

> -----Original Message-----
> From: pravin pachbhai [mailto:pravin_pachbhai@yahoo.com]
> Sent: Wednesday, June 20, 2001 2:31 PM
> To: soap-user@xml.apache.org
> Subject: no signature match
>
>
> Hi ,
>
> I am getting this error, Please tell me where i am
> wrong..........
>
> thanks
>
> args: pravin
> [SOAPException: faultCode=SOAP-ENV:Server;
> msg=Exception while handling service
> request:
> samples.texttospeech.SoapClientUsingProxy.getBase64Wave(java.lang.Strin
> g,float,float,float) -- no signature match]
>         at
> samples.texttospeech.TTSServiceProxy.getBase64Wave(TTSServiceProxy.ja
> va:60)
>         at
> samples.texttospeech.SoapClientUsingProxy.run(SoapClientUsingProxy.ja
> va:32)
>         at
> samples.texttospeech.SoapClientUsingProxy.main(SoapClientUsingProxy.j
> ava:55)
>
> ____________________________________________________________
> Do You Yahoo!?
> For regular News updates go to http://in.news.yahoo.com
>


RE: no signature match

Posted by "Matthew J. Duftler" <du...@watson.ibm.com>.
Hi Pravin,

Try running:

javap samples.texttospeech.SoapClientUsingProxy

from the shell where you will start your server from, and see if you can
find the method with the signature you desire.

Thanks,
-Matt

> -----Original Message-----
> From: pravin pachbhai [mailto:pravin_pachbhai@yahoo.com]
> Sent: Wednesday, June 20, 2001 2:31 PM
> To: soap-user@xml.apache.org
> Subject: no signature match
>
>
> Hi ,
>
> I am getting this error, Please tell me where i am
> wrong..........
>
> thanks
>
> args: pravin
> [SOAPException: faultCode=SOAP-ENV:Server;
> msg=Exception while handling service
> request:
> samples.texttospeech.SoapClientUsingProxy.getBase64Wave(java.lang.Strin
> g,float,float,float) -- no signature match]
>         at
> samples.texttospeech.TTSServiceProxy.getBase64Wave(TTSServiceProxy.ja
> va:60)
>         at
> samples.texttospeech.SoapClientUsingProxy.run(SoapClientUsingProxy.ja
> va:32)
>         at
> samples.texttospeech.SoapClientUsingProxy.main(SoapClientUsingProxy.j
> ava:55)
>
> ____________________________________________________________
> Do You Yahoo!?
> For regular News updates go to http://in.news.yahoo.com
>


no signature match

Posted by pravin pachbhai <pr...@yahoo.com>.
Hi ,

I am getting this error, Please tell me where i am
wrong..........

thanks

args: pravin
[SOAPException: faultCode=SOAP-ENV:Server;
msg=Exception while handling service
request:
samples.texttospeech.SoapClientUsingProxy.getBase64Wave(java.lang.Strin
g,float,float,float) -- no signature match]
        at
samples.texttospeech.TTSServiceProxy.getBase64Wave(TTSServiceProxy.ja
va:60)
        at
samples.texttospeech.SoapClientUsingProxy.run(SoapClientUsingProxy.ja
va:32)
        at
samples.texttospeech.SoapClientUsingProxy.main(SoapClientUsingProxy.j
ava:55)

____________________________________________________________
Do You Yahoo!?
For regular News updates go to http://in.news.yahoo.com

no signature match

Posted by pravin pachbhai <pr...@yahoo.com>.
Hi ,

I am getting this error, Please tell me where i am
wrong..........

thanks

args: pravin
[SOAPException: faultCode=SOAP-ENV:Server;
msg=Exception while handling service
request:
samples.texttospeech.SoapClientUsingProxy.getBase64Wave(java.lang.Strin
g,float,float,float) -- no signature match]
        at
samples.texttospeech.TTSServiceProxy.getBase64Wave(TTSServiceProxy.ja
va:60)
        at
samples.texttospeech.SoapClientUsingProxy.run(SoapClientUsingProxy.ja
va:32)
        at
samples.texttospeech.SoapClientUsingProxy.main(SoapClientUsingProxy.j
ava:55)

____________________________________________________________
Do You Yahoo!?
For regular News updates go to http://in.news.yahoo.com

RE: apache-soap with tomcat on redhat 7.1

Posted by "Matthew J. Duftler" <du...@watson.ibm.com>.
Hi Steve,

This issue is addressed in the Troubleshooting table on the web-site. In
short, a non-namespace-aware parser is being encountered by your server
before a namespace-aware parser.

Thanks,
-Matt

> -----Original Message-----
> From: Steve McKay [mailto:smckay@intrusion.com]
> Sent: Wednesday, June 20, 2001 2:08 PM
> To: soap-user@xml.apache.org
> Subject: apache-soap with tomcat on redhat 7.1
>
>
> Whenever I try:
>
>  >java org.apache.soap.server.ServiceManagerClient
> http://localhost:8080/soap/servlet/rpcrouter list
>
> I Get:
> Ouch, the call failed:
>   Fault Code   = SOAP-ENV:Server.Exception:
>   Fault String = org.w3c.dom.Node: method
> getNamespaceURI()Ljava/lang/String; not found
>
>
> However If I connect to http://localhost:8080/||soap/servlet/rpcrouter||
> in a browser I get:
>
>
>   SOAP RPC Router
>
> Sorry, I don't speak via HTTP GET- you have to use HTTP POST to
> talk to me.
>
>
>
> My current setup is as follows:
>
> Redhat Linux 7.1
> Xerces v 1.3.0
> Tomcat v.3.2.2-1
> apache-soap v2.2
>
> Classpath
>  > echo $CLASSPATH
> /opt/IBMJava2-13/lib/xerces.jar:/opt/IBMJava2-13/lib/soap.jar:
> /opt/IBMJava2-13/lib/mail.jar:/opt/IBMJava2-13/lib/activation.jar:
> /opt/IBMJava2-13/lib:/incoming/java-soap/apache-soap/soap-2_2/
>
>
> I've seen messages about the classpath, is that the system classpath? If
> so, then is the above classpath correct?
>
> Am I missing something else?
>
> Any help/guidance would be appreciated.
>
>
>