Now what?  Now you have a debugging tool.  You'll be able to see what is
being exchanged between the client and tomcat via the GUI.  But it doesn't
resolve your previous problem.  Can you see the Apache Soap Admin page at
http://localhost:8080/soap/servlet/rpcrouter??  If you do then I'm out of
clue...

Steeve...





Richard Heintze <[EMAIL PROTECTED]> on 30/07/2001 03:58:41 PM

Please respond to [EMAIL PROTECTED]

To:   [EMAIL PROTECTED]
cc:    (bcc: Steeve Gilbert/G_STGEORGES/CANAM_MANAC)

Subject:  RE: Soap 2.2: Fault String = java.lang.AbstractMethodError


Steeve,

Now I type java org.apache.soap.util.net.TcpTunnelGui
7777 localhost 8080
 and a gui pops up.

Now what?

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

and I still get the same error message! I try ports
7777 and 80 and still the same error message.

  Thanks,
     Siegfried (Richard) Heintze


--- Steeve Gilbert <[EMAIL PROTECTED]>
wrote:
>
> Oooohhh!!! :-)
>
> I'm sorry I've checked you're command line a little
> bit too fast.
>
> It's not: org.apache.soap.util.net.TcpTunnel
> It's: org.apache.soap.util.net.TcpTunnelGui
> Got it? GUI? :-)  You were loading the module but
> without any Interface.
> So it was probably working but you couldn't see any
> result.
>
> I hope it will work this time. :-)  Cause it's not
> your main problem yet I
> think.
>
> Steeve...
>
>
>
>
>
> Richard Heintze <[EMAIL PROTECTED]> on
> 30/07/2001 02:50:35 PM
>
> Please respond to [EMAIL PROTECTED]
>
> To:   [EMAIL PROTECTED]
> cc:    (bcc: Steeve Gilbert/G_STGEORGES/CANAM_MANAC)
>
> Subject:  RE: Soap 2.2: Fault String =
> java.lang.AbstractMethodError
>
>
> Thanks Steeve, but nothing happens -- it just hangs.
> I
> was expecting a gui to pop up. See subsequent mail
> message for a new error message I'm getting from
> ServiceManagerClient.
>
>         Sieg
>
> c:\apache_soap>java -cp
>
c:\apache_soap\bsf-2_2\lib\bsf.jar;c:\apache_soap\jaf\ja
> f1_0_1\jaf-1.0.1\activation.jar;c:
> \apache_soap\java_mail\javamail-1_2\javamail-1
>
.2\imap.jar;c:\apache_soap\java_mail\javamail-1_2\javamail-1.2\mail.jar;c:
> \apach
>
e_soap\java_mail\javamail-1_2\javamail-1.2\mailapi.jar;c:
> \apache_soap\java_mail\
> javamail-1_2\javamail-1.2\pop3.jar;c:
> \apache_soap\java_mail\javamail-1_2\javamai
> l-1.2\smtp.jar;c:\apache_soap\rhino\rhino\js.jar;c:
> \apache_soap\soap-2_2\lib\soa
>
p.jar;c:\apache_soap\soap-2_2\samples\ejb\hellobean.jar;c:
> \apache_soap\xerces\xe
>
rces-1_4_0\xerces.jar;c:\apache_soap\xerces\xerces-1_4_0\xercesSamples.jar
> org.a
> pache.soap.util.net.TcpTunnel 7777 localhost 8080
> TcpTunnel: ready to rock and roll on port 7777
>
> Hangs here....
>
>
>
>
> --- Steeve Gilbert <[EMAIL PROTECTED]>
> wrote:
> >
> >
> > Ok!  I didn't understand why you've got Tomcat and
> > IIS at first.  So IIS is
> > your main HTTP server and Tomcat is there to run
> the
> > servlets?  Ok I think
> > we can forget about IIS for this.  So Tomcat is at
> > port 8080.
> >
> > So try this
> > listenport: XXXX (anyport you'd like exept 8080
> and
> > 80 as they are already
> > used.  XXXX is the port your client will have to
> > contact to get the soap
> > service)
> > tunnelport: 8080 (all request will be resent to
> this
> > port where Tomcat is
> > listenning.)
> > tunnelhost: localhost
> >
> > Good luck!
> >
> > Steeve...
> >
> >
> >
> >
> >
> > Richard Heintze <[EMAIL PROTECTED]> on
> > 30/07/2001 12:07:27 PM
> >
> > Please respond to [EMAIL PROTECTED]
> >
> > To:   [EMAIL PROTECTED]
> > cc:    (bcc: Steeve
> Gilbert/G_STGEORGES/CANAM_MANAC)
> >
> > Subject:  RE: Soap 2.2: Fault String =
> > java.lang.AbstractMethodError
> >
> >
> > Steeve,
> >
> > What is "> service via the tcptunnel."?
> >   I have IIS on the default port of 80 and tomcat
> > running on the default port of 8080. Sample
> cocoon,
> > jsp and other serlets seem to work when I point my
> > browser to http://localhost:80 -- apache soap does
> > not.
> >
> > Here is what I get when I try your suggestion:
> >
> > c:\apache_soap>java -cp
> > c:\apache_soap\bsf-2_2\lib\bsf.jar;c:
> >
>
\apache_soap\jaf\jaf1_0_1\jaf-1.0.1\activation.jar;c:
> >
>
\apache_soap\java_mail\javamail-1_2\javamail-1.2\imap.jar;c:
> >
>
\apache_soap\java_mail\javamail-1_2\javamail-1.2\mail.jar;c:
> >
>
\apache_soap\java_mail\javamail-1_2\javamail-1.2\mailapi.jar;c:
> >
>
\apache_soap\java_mail\javamail-1_2\javamail-1.2\pop3.jar;c:
> >
>
\apache_soap\java_mail\javamail-1_2\javamail-1.2\smtp.jar;c:
> >
>
\apache_soap\rhino\rhino\js.jar;c:\apache_soap\soap-2_2\lib\soap.jar;c:
> > \apache_soap\soap-2_2\samples\ejb\hellobean.jar;c:
> > \apache_soap\xerces\xerces-1_4_0\xerces.jar;c:
> > \apache_soap\xerces\xerces-1_4_0\xercesSamples.jar
> > org.apache.soap.util.net.TcpTunnel 80 localhost
> 8080
> > TcpTunnel: ready to rock and roll on port 80
> > Exception in thread "main" java.net.BindException:
> > Address in use: JVM_Bind
> >         at
> > java.net.PlainSocketImpl.socketBind(Native
> > Method)
> >         at java.net.PlainSocketImpl.bind(Unknown
> > Source)
> >         at java.net.ServerSocket.<init>(Unknown
> > Source)
> >         at java.net.ServerSocket.<init>(Unknown
> > Source)
> >         at
> >
>
org.apache.soap.util.net.TcpTunnel.main(TcpTunnel.java:84)
> >
> > Administrator@ANGEL //c/apache_soap
> > $
> >
> > --- Steeve Gilbert <[EMAIL PROTECTED]>
> > wrote:
> > >
> > > Hi Siegfried!
> > >
> > > listenport: the port that your client will be
> > > pointing to reach the web
> > > service via the tcptunnel.
> > > tunnelport: the port of the server that is
> hosting
> > > the web service.
> > > (Tomcat?)
> > > tunnelhost:  the address of the host of your
> > tunnel.
> > >  Where you tunnel is
> > > running.  I guess it's "localhost".
> > >
> > > By the way you must set the client or the server
> > to
> > > a different port then
> > > the other.  Otherwise the tcptunnel won't work.
> > >
> > > Steeve...
> > >
> > >
> > >
> > >
> > >
> > >
> > > Richard Heintze <[EMAIL PROTECTED]> on
> > > 30/07/2001 12:46:47 AM
> > >
> > > Please respond to [EMAIL PROTECTED]
> > >
> > > To:   [EMAIL PROTECTED]
> > > cc:    (bcc: Steeve
>
=== message truncated ===


__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/






Reply via email to