re: connection refused error from Tomcat

2004-07-01 Thread James Black
Hello, I used the auto-deploy mechanism in tomcat to undeploy and redeploy my webapp. Now I am getting a connection refused when I try to connect with my client, but I can look at the wsdl file from axis just fine. I am using axis 1.2beta currently, and tomcat 5, running under Solaris 8. I am

RE: Connection Refused Issues

2004-03-30 Thread Asanka Priyanjitih
Hi   I think, it is not a program error. (I also tried to run this one and get same result), this is services is not running now.   If y really wants to find a wed service is running, First u tries to access wsdl using web browser.   Ex: http://nagoya.apache.org:5049/axis/services/ech

Re: Connection refused exception

2004-03-10 Thread Chris McCabe
You could get this error if your internet access is only through a proxy server. If so, you need to specify the proxy host and port to the JVM. You can specify this by passing arguments to Java like this: java -DproxyHost=hostname -DproxyPort=80 ... If you are using an app server you need to

RE: Connection refused exception

2004-03-10 Thread luciano.fiandesio
Title: RE: Connection refused exception Hi, from the exception it seems that the endpoint is not active or you are trying to reach a wrong endpoint. Are you sure that: 1) The webserver where the webservice resides is alive 2) You are targeting the right url:port Luciano

Re: Connection refused-Server is up and running

2003-11-13 Thread Pradeep Jonnalagadda
Guys, I solved this problem by changing the end point url in StockQuoteServiceLocator. pradeep. This is a PRIVATE message. If you are not the intended recipient, please delete without copying an

Re: Connection refused

2003-11-13 Thread Christoph Tratter
Hi Håkan! Have you created the stub using WSDL2Java? Then maybe the problem is that in the WSDL-file there's something like: http://localhost:8080/axis/services/HakansService"; /> By letting WSDL2Java create the stubs automatically, then of course the location in s

RE: Connection refused

2003-11-13 Thread Thompson, Eugene
When you created the service, what did you specify for the location (-l param of the Java2WSDL call)? If it is localhost, the client code is probably looking for the service on the same machine (not where it is running). Look in the XXXServiceLocator.java file and set the XXXaddress member accordin

Re: Connection refused when I run Admin Client

2003-02-12 Thread Zhaohua Meng
I think by default AdminClient assumes your Tomcat runs at port 8080 on localhost. Try -l option as following: $ java org.apache.axis.client.AdminClient -l"http://yourhost:port/servlet/AxisServlet"; list If you installed Axis with "/axis" context, it should be: $ java org.apache.axis.client.Ad

RE: Connection refused when I run Admin Client

2003-02-12 Thread Philip Li
Right. It's not running on 8080. And I need to use -p for the AdminClient. Thanks very much. Philip -Original Message- From: Cory Wilkerson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 12, 2003 6:30 AM To: [EMAIL PROTECTED] Subject: RE: Connection refused when I run

RE: Connection refused when I run Admin Client

2003-02-12 Thread Cory Wilkerson
Are you sure that tomcat is running on 8080? -Original Message- From: Philip Li [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 11, 2003 7:23 PM To: [EMAIL PROTECTED] Subject: Connection refused when I run Admin Client I got the connection refused exception when I tried to run the Adm

Re: Connection refused -- it's ok. it's down

2002-11-28 Thread michel
- Original Message - From: "Sherif Abushadi" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 28, 2002 9:55 AM Subject: Re: Connection refused -- it's ok. it's down > i wouldn't be discouraged if i were you. the service has

Re: Connection refused -- it's ok. it's down

2002-11-28 Thread Sherif Abushadi
i wouldn't be discouraged if i were you. the service has been down for months according to some earlier posts. maybe you could step through the installation document's links and click each one -- may take about 1/2 hour. then go back to the user's guide with confidence. good luck. sherif ---

RE: Connection Refused

2002-11-27 Thread Manoj Sharma
Thanks. That saves me a few hours of pain! -Original Message- From: Scott Nichol [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 27, 2002 3:32 PM To: [EMAIL PROTECTED] Subject: Re: Connection Refused The example tries to connect to a service at http://nagoya.apache.org:5049/axis

Re: connection refused

2002-10-04 Thread Prabhakar Chaganti
Are you trying to connect to the axis server which is outside a firewall? -prabhakar >>>Please Anyone help me. >>> >>>I typed this command from dos-window right after installing Axis. >>>And I got this Exception... >>> >>>=== from here = >>> >>>c:\axis\>java samples.usersguide.exampl

RE: Connection Refused error

2002-03-28 Thread ajack
This is typically when the IP stack on the host is accessed/available, but nothing is listening on that port. For example you used 80 instead of 8080, or the server isn't running, or your server is listening on a different IP (on multihomed machines) or ... regards Adam -Original Message

RE: Connection Refused error

2002-03-28 Thread Newman, Scott
Make sure you have tomcat and apache http server running. That's usually what causes it for me. Newman -Original Message- From: Munjal [mailto:[EMAIL PROTECTED]] Sent: 28 March, 2002 1:58 PM To: [EMAIL PROTECTED] Subject: Connection Refused error Hi all, This is the error message I

Re: Connection Refused Error

2002-02-20 Thread Ken Weiner
Message - From: "Jinghua Gu" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 19, 2002 11:12 AM Subject: RE: Connection Refused Error > Did you do the following command? > > java org.apache.axis.client.AdminClient > -lhttp://localho

RE: Connection Refused Error

2002-02-19 Thread mickknutson
cc: Subject: RE: Connection Refused Error 02/19/2002

RE: Connection Refused Error

2002-02-19 Thread Jinghua Gu
hermes.si>   <[EMAIL PROTECTED]>   cc:       02/18/2002 08:13 AM     Subject: RE:   Connection Refused Error   Please respond to   axis-user

RE: Connection Refused Error

2002-02-19 Thread mickknutson
cc: Subject: RE: Connection Refused Error 02/19/2002

RE: Connection Refused Error

2002-02-19 Thread Jinghua Gu
TECTED]   Subject:     RE: Connection Refused Error      02/19/2002      11:37 AM       

RE: Connection Refused Error

2002-02-19 Thread mickknutson
[EMAIL PROTECTED] Subject: RE: Connection Refused Error 02/19/2002 11

RE: Connection Refused Error

2002-02-19 Thread Jinghua Gu
   cc:        02/18/2002 08:13 AM     Subject:     RE: Connection Refused Error      Please respond to 

RE: Connection Refused Error

2002-02-19 Thread mickknutson
TECTED]> cc: 02/18/2002 08:13 AM Subject: RE: Connection Refused Error Please r

RE: Connection Refused Error

2002-02-18 Thread Ramon Turnes
[mailto:[EMAIL PROTECTED]] > Sent: Monday, February 18, 2002 4:05 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: Connection Refused Error > > > > If you figure this one out, "please" let me know what you did > to fix it! > I have this issue a

Re: Connection Refused Error

2002-02-18 Thread mickknutson
If you figure this one out, "please" let me know what you did to fix it! I have this issue and can't figure it out. --- Thanks Mick Knutson Discover Financial Services Office: 801-902-4244 Fax: 801-902-4123