AxisFault- java.net.ConnectException: Connection refused: connect

2004-11-18 Thread babloosony
Hi All, AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException faultSubcode: faultString: java.net.ConnectException: Connection refused: connect faultActor: faultNode: faultDetail: {http://xml.apache.org/axis/}stackTrace:java.net.ConnectException

TestClient - Connection Refused

2004-08-02 Thread rayzor
Hi, I'm running the sample TextClient from the axis-apache user guide. I get the error "java.net.ConnectException: Connection refused" when I run it. Here's the TestClient.java code: 1 import org.apache.axis.client.Call; 2 import org.apache.axis.clien

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

REPOST: ConnectionException: connection refused question

2004-06-16 Thread Kirby, Stephen (Civ,ARL/CISD)
e web service is deployed and I have set the port address within the ###ServiceLocator.java file to 8081.  When I enter my values into the html  whose action it is to call the servlet, I get:   java.net.ConnectionException: connection refused   I am using for the tcpmon call:

ConnectionException: connection refused question

2004-06-15 Thread Kirby, Stephen (Civ,ARL/CISD)
get: java.net.ConnectionException: connection refused I am using for the tcpmon call: java org.apache.axis.utils.tcpmon 8081 localhost 8080. What is weird is that I wrote a small piece of java code which gets a stub to the web service

RE: Connection Refused Issues

2004-03-30 Thread Asanka Priyanjitih
/echo?wsdl       G. J. Asanka Priyanjith Industrial Trainee Virtusa Corp. Sri Lanka. Mobile: +94714817244 From: Josephine Dyer [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 30, 2004 6:47 AM To: '[EMAIL PROTECTED]' Subject: Connection Refused Issues   Hi,

Connection Refused Issues

2004-03-29 Thread Josephine Dyer
Hi,   Please excuse the stupid question, I am new to WebServices and Axis.  I tried to run the client program in the user guide and get a connection refused error. We do not use a proxy server to access the internet so that is not the issue.  Does anyone have the ability to diagnose the

Re: Connection refused exception

2004-03-10 Thread Chris McCabe
dl2java to generate my java code, compiled, and executed it and am getting a 'connection refused: connect' exception. Does anyone know why and could it be something on my side that I've done wrong? The error message is below. Thanks for your help. Jan -- Chris P. McCabe Princip

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

Connection refused exception

2004-03-09 Thread Miller, Janet
I'm new to axis and webservices and am trying to connect to an existing web service at a client's site. I used wsdl2java to generate my java code, compiled, and executed it and am getting a 'connection refused: connect' exception. Does anyone know why and could it be somet

RE: java.net.ConnectException: Connection refused

2004-01-30 Thread Stuart Miller
mailto:[EMAIL PROTECTED] Sent: Friday 30 January 2004 09:57 To: [EMAIL PROTECTED] Subject: java.net.ConnectException: Connection refused Hello, -> AxisFault ...java.net.ConnectException: Connection refused any idea why this Exception is thrown ( I use a certificate to authenticate the webse

java.net.ConnectException: Connection refused

2004-01-30 Thread Akacem Mohammed
Hello, -> AxisFault ...java.net.ConnectException: Connection refused any idea why this Exception is thrown ( I use a certificate to authenticate the webserver hosting the webservice )? I know that the webservice is running. thanks Mohammed

Re: Connection refused-Server is up and running

2003-11-13 Thread Pradeep Jonnalagadda
: @CSC Subject: Connection refused-Server is up and running

Connection refused-Server is up and running

2003-11-13 Thread Pradeep Jonnalagadda
Could any one tell how to deal with connection refused exception. I have searched the mailing list archive but of no use.Any insights would be of great help I'm able to goto my end point http://localhost:9080/axis/services/StockQuoteSOAPPort on the browser. But when i wrote the client

Re: Connection refused

2003-11-13 Thread Christoph Tratter
quot; AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException faultSubcode: faultString: java.net.ConnectException: Connection refused: connect faultActor: faultNode: faultDetail: {http://xml.apache.org/axis/}stackTrace: java.net.ConnectException: Conne

RE: Connection refused

2003-11-13 Thread Thompson, Eugene
accordingly. Good luck, Gene > -Original Message- > From: Rosén Håkan [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 13, 2003 9:11 AM > To: '[EMAIL PROTECTED]' > Subject: Connection refused > > > Hi, > I have deployed a axis-service in Tomcat and

Connection refused

2003-11-13 Thread Rosén Håkan
what I when running from a different machine Exception in thread "main" AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException faultSubcode: faultString: java.net.ConnectException: Connection refused: connect faultActor: faultNode: faultDetail:

RE: axis, connection refused ?

2003-08-27 Thread Keith Hatton
. Hope this helps Keith -Original Message- From: Dariusz Czyrnek [mailto:[EMAIL PROTECTED] Sent: 26 August 2003 12:44 To: [EMAIL PROTECTED] Subject: axis, connection refused ? Hi, I deployed simple web serice (Calculator) using wsdd. http://xml.apache.org/axis/wsdd

axis, connection refused ?

2003-08-26 Thread Dariusz Czyrnek
Hi, I deployed simple web serice (Calculator) using wsdd. http://xml.apache.org/axis/wsdd/"; xmlns:java="http://xml.apache.org/axis/wsdd/providers/java";> Then i have a client in java which is trying to invoke add method of this service 30 times like that: (

Re: java.net.ConnectException: Connection refused: connect (RESOLVED)

2003-04-02 Thread Hans Russo resowe
ghran" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 01, 2003 9:29 PM Subject: Re: java.net.ConnectException: Connection refused: connect > you should be using forward / in urls and things; the backslash is a > windows only hack. > > Hans Russo resowe

Re: java.net.ConnectException: Connection refused: connect

2003-04-01 Thread Steve Loughran
you should be using forward / in urls and things; the backslash is a windows only hack. Hans Russo resowe wrote: Maybe you are right but the file Zeitansageservislocator was generated by WSDL2Java. Indeed there was a problem: WSDL2Java was not able to write the string Zeitansage_Service_address ,

Re: java.net.ConnectException: Connection refused: connect

2003-04-01 Thread Hans Russo resowe
Maybe you are right but the file Zeitansageservislocator was generated by WSDL2Java. Indeed there was a problem: WSDL2Java was not able to write the string Zeitansage_Service_address , see the listing bellow, correctly. I had to edtit the string Zeitansage_Service_address. It was necessary to write

RE: java.net.ConnectException: Connection refused: connect

2003-04-01 Thread Tom Jordahl
Your server isn't running, or you are trying to connect to the wrong port, so you are getting a connection refused. -- Tom Jordahl Macromedia Server Development -Original Message- From: Hans Russo resowe [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 01, 2003 4:01 AM To: [

java.net.ConnectException: Connection refused: connect

2003-04-01 Thread Hans Russo resowe
ror: java.net.ConnectException: Connection refused: connect. = I work on Windows 2000. and my java version is: D:\xml-axis-10\webapps\axis\WEB-INF\classes>java -version java version "1.4

Re: Connection refused when I run Admin Client

2003-02-12 Thread Zhaohua Meng
t should be: $ java org.apache.axis.client.AdminClient -l"http://yourhost:port/axis/servlet/AxisServlet"; list Hope it helps. Zhaohua Meng Philip Li wrote: I got the connection refused exception when I tried to run the AdminClient (for securitydeploy.wsdd first, and later just the list option). I was abl

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

Connection refused when I run Admin Client

2003-02-11 Thread Philip Li
I got the connection refused exception when I tried to run the AdminClient (for securitydeploy.wsdd first, and later just the list option). I was able to run the simple calculator example, and Tomcat 4.1.18 seems to run just fine as a Win2K service. Did I miss something basic? Any help would be

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
d luck. sherif - Original Message - From: "michel" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 28, 2002 1:50 AM Subject: Connection refused > Trying the first example client, I get "java.net.ConnectException: > Connection refused:

Connection refused

2002-11-27 Thread michel
Trying the first example client, I get "java.net.ConnectException: Connection refused: connect". Any explanation for this? Seems rather discouraging to see my very first Axis effort turn out this way! package compukat.soap.axis; import org.apache.axis.client.Ca

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

Connection Refused

2002-11-27 Thread Manoj Sharma
Hi, I am trying a fresh install of Axis Release 1.0. and get the following error when I run >java samples.userguide.example1.TestClient java.net.ConnectException: Connection refused: connect The message is rather cryptic. I have set the CLASSPATH to include the xml-axis-10 directory and a

Re: is nagoya.org working? connection refused

2002-11-01 Thread Reynardine
There is an 'IP tester' web service on xmethods. It can test is a site is 'down'. See http://www.xmethods.net/ve2/ViewListing.po?serviceid=14 Here is the java command line client and the output I get for nagoya.org package tcpip.ws; public class TCPIPTester {     public static void main(Stri

Re: is nagoya.org working? connection refused

2002-10-31 Thread Raju Gottumukkala
From: Stephen Graham To: [EMAIL PROTECTED] Sent: Thursday, October 31, 2002 8:04 PM Subject: RE: is nagoya.org working? connection refused I've been seeing the same problem (connection refused) with http://nagoya.apache.org since I started using Axis on 8th October.

RE: is nagoya.org working? connection refused

2002-10-31 Thread Stuart Halloway \(DevelopMentor\)
+1. I am not behind a firewall and I cannot get to http://nagoya.apache.org:5049/axis/services/echo. -Stu -- Stuart Halloway : staff.develop.com/halloway DevelopMentor   : www.develop.com Essential Java  : www.develop

RE: is nagoya.org working? connection refused

2002-10-31 Thread Stephen Graham
I've been seeing the same problem (connection refused) with http://nagoya.apache.org since I started using Axis on 8th October. I've never seen it work.   In relation to the other samples, are you trying to access services on you local network or external? If only the externa

is nagoya.org working? connection refused

2002-10-31 Thread Raju Gottumukkala
Hi   I couldn't get any reponse nor could I view the wsdl files at the http://nagoya.apache.org since yesterday(oct 30), coz I tried to view the wsdl location of different examples but the page doesnt display, I also get connection failed error when i try to run any sample Clients, but ever

RE: TestClient problem. (Connection refused).

2002-10-25 Thread Ruslan . Zenin
Have you deployed this service? -Original Message- From: sg3 Sent: October 25, 2002 1:58 AM To: sg3; axis-user Subject: TestClient problem. (Connection refused). I've installed Axis 1.0 and it passes the tests, so it seems to be installed properly, but TestClient doesn't w

Re: TestClient problem. (Connection refused).

2002-10-25 Thread Reynardine
0700 To: <[EMAIL PROTECTED]> Subject: Re: TestClient problem. (Connection refused). > Hi Stephen, > > I also encounter the same problem. > But, a simple webservice that i created from the scratch > works nicely. So my conclusion: it is not my axis setting > which wrong. I was s

Re: TestClient problem. (Connection refused).

2002-10-24 Thread Fadly
Hi Stephen, I also encounter the same problem. But, a simple webservice that i created from the scratch works nicely. So my conclusion: it is not my axis setting which wrong. I was suspicious that it was the problem with my firewall setting for that port, but it is not. Just try running "quote" sa

TestClient problem. (Connection refused).

2002-10-24 Thread Stephen Graham
/echo) and even recompiled it without error just to be sure. But when I try to access it with 'java samples.userguide.example1.TestClient' I just get back the following error. java.net.ConnectException: Connection refused Does this mean there is something wrong at my end or has

Re: connection refused

2002-10-04 Thread Prabhakar Chaganti
t;>=== from here = >>> >>>c:\axis\>java samples.usersguide.exampl3.Client hello >>> >>>AxisFault >>> faultCode: {http://xml.apache.org/axis/}Server.userException >>> faultString: java.net.ConnectException: Connection refused: connect >>> fault

connection refused

2002-10-04 Thread Takafumi Sato
Title: connection refused 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.exampl3.Client hello AxisFault  faultCode: {http://xml.apache.org/a

connection refused

2002-10-04 Thread $B:4F#!!N4J8(B
Title: connection refused 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.exampl3.Client hello AxisFault  faultCode: {http://xml.apache.org/a

axis webservice "connection refused" problem

2002-06-04 Thread Abhishek Agrawal
following error. Does anyone have any clue about it. Exception in thread "main" java.net.ConnectException: Connection refused at org.apache.axis.AxisFault.makeFault(AxisFault.java:116) at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.

RE: Connection Refused error

2002-03-28 Thread ajack
ssage- From: Munjal [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 28, 2002 11:58 AM To: [EMAIL PROTECTED] Subject: Connection Refused error Hi all, This is the error message I get when I run example 2. please HELP Here is my system configuration: JDK 1.4 Tomcat 3.3a Axis beta1 Win

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 mess

Connection Refused error

2002-03-28 Thread Munjal
Hi all, This is the error message I get when I run example 2. please HELP Here is my system configuration: JDK 1.4 Tomcat 3.3a Axis beta1 Win 2000 Exception in thread "main" java.net.ConnectException: Connection refused: connec t at org.apache.axis.AxisFault.makeFau

RE: Error while deploying wsdd: java.net.ConnectException: Connection refused: connect

2002-03-27 Thread Kavish Agarwal
Might be Axis engine is not running or it's running on some other port number. -Original Message- From: Michel Bergijk [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 27, 2002 2:11 PM To: axis (E-mail) Subject: Error while deploying wsdd: java.net.ConnectException: Connection re

Error while deploying wsdd: java.net.ConnectException: Connection refused: connect

2002-03-27 Thread Michel Bergijk
The result: Deploying foo's wsdd file - Processing file com\foo\deploy.wsdd - AxisFault: AxisFault faultCode: http://xml.apache.org/axis/:Server.userException faultString: java.net.ConnectException: Connection refused: connect faultActor: null faultDetail:

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
t: RE: Connection Refused Error      02/19/2002      12:12 PM     

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
cc: Subject: Connection Refused Error 02/16/2002

Connection Refused Error

2002-02-16 Thread Jinghua Gu
  faultString: java.net.ConnectException: Connection refused   faultActor: null   faultDetail:     exceptionName: java.net.ConnectException     stackTrace: java.net.ConnectException: Connection refused     at java.net.PlainSocketImpl.socketConnect(Native Method)     at