Connection refused

2010-02-02 Thread Moritz Mädler
get the following exception: -- org.apache.axis2.AxisFault: Connection refused at org.apache.axis2.AxisFault.makeFault(AxisFault.java:430) at org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:193) at org.apache.axis2

Re: Axis webservice: connection refused exception (intermittent)

2008-10-10 Thread Matthew Beldyk
envelope/}Server.userException > faultSubcode: > faultString: java.net.ConnectException: Connection refused > faultActor: > faultNode: > faultDetail: >{http://xml.apache.org/axis/}stackTrace:java.net.ConnectException: > Connection refused >at java.net.Pla

Axis webservice: connection refused exception (intermittent)

2008-10-10 Thread shafi_363
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException faultSubcode: faultString: java.net.ConnectException: Connection refused faultActor: faultNode: faultDetail: {http://xml.apache.org/axis/}stackTrace:java.net.ConnectException: Connection refused at

Connection refused error in TestClient

2008-10-01 Thread Jenny Waters
Hi, We are trying to learn axis and we are getting "connection refused" error on the first sample program, TestClient: public class TestClient { public static void main(String [] args) { try { String endpoint = "http://nagoya.apach

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

2008-03-15 Thread [p e r c e p t i c o n]
usually this means that either your hostname or your database name or something along those lines is wrong hth p On Sat, Mar 15, 2008 at 6:28 AM, Amit Kumar <[EMAIL PROTECTED]> wrote: > Hi, > I am getting this exception while calling one deployed service through my > java client. I hav checked

java.net.ConnectException: Connection refused: connect

2008-03-15 Thread Amit Kumar
Hi, I am getting this exception while calling one deployed service through my java client. I hav checked that server is running and port is available. How can I resolve this problem. Thanks and regards, Amit Madhoriya.

Re: Connection refused error while running SOAP withAttachments

2007-06-28 Thread Thilina Gunarathne
ception (java.net.ConnectException) caught when processing request: Connection refused: connect [java] Jun 28, 2007 2:37:08 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry [java] INFO: Retrying request [java] Jun 28, 2007 2:37:09 PM org.apache.commons.httpclient.HttpMethodD

Connection refused error while running SOAP withAttachments

2007-06-28 Thread Andy
PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry [java] INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection refused: connect [java] Jun 28, 2007 2:37:08 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry [java] INFO: Retrying requ

FW: DEEPAL RE: Caused by: org.apache.axis2.AxisFault: Connection refused: connect; nested exception is:

2006-08-04 Thread nancy
Hello Deepal, Its very urgent plz help if possible thanks -Original Message- From: nancy [mailto:[EMAIL PROTECTED] Sent: Friday, August 04, 2006 3:44 PM To: 'axis-user@ws.apache.org' Subject: RE: Caused by: org.apache.axis2.AxisFault: Connection refused: connect; nested ex

RE: Caused by: org.apache.axis2.AxisFault: Connection refused: connect; nested exception is:

2006-08-04 Thread nancy
Deepal Jayasinghe [mailto:[EMAIL PROTECTED] Sent: Friday, August 04, 2006 1:13 PM To: axis-user@ws.apache.org Subject: Re: Caused by: org.apache.axis2.AxisFault: Connection refused: connect; nested exception is: Any possibility of sending the client code , btw is your EPR is valid one ? Tha

Re: Caused by: org.apache.axis2.AxisFault: Connection refused: connect; nested exception is:

2006-08-04 Thread Deepal Jayasinghe
Any possibility of sending the client code , btw is your EPR is valid one ? Thanks Deepal nancy wrote: > > > Hello List, > > > > I am facing this problem while using AXIS2.please help > > > > Caused by: org.apache.axis2.AxisFault: Connection refuse

Caused by: org.apache.axis2.AxisFault: Connection refused: connect; nested exception is:

2006-08-03 Thread nancy
  Hello List,   I am facing this problem while using AXIS2.please help   Caused by: org.apache.axis2.AxisFault: Connection refused: connect; nested exception is:     java.net.ConnectException: Connection refused: connect     at org.apache.axis2

Re: Connection Refused Error in User Guide Sample Client -- regardless of EPR

2006-03-02 Thread Sebastian J. Schultheiss
r own small axis web client. We have started by >> running the client from the user guide. However, it's not cooperating. It >> seems that it is not even trying to connect to the server yet, since the >> error message ("Connection Refused") is the same regardless of

Re: Connection Refused Error in User Guide Sample Client -- regardless of EPR

2006-03-02 Thread Habib Ayob
he user guide. However, it's not cooperating. It > seems > that it is not even trying to connect to the server yet, since the error > message > ("Connection Refused") is the same regardless of the URL we enter in the > EndpointReference targetEPR = new > EndpointRef

Re: Connection Refused Error in User Guide Sample Client -- regardless of EPR

2006-03-02 Thread robert
even trying to connect to the server yet, since the > error message ("Connection Refused") is the same regardless of the URL we > enter in the EndpointReference targetEPR = new > EndpointReference("http://localhost/axis2/services/MyService";) > > We have downloaded

Connection Refused Error in User Guide Sample Client -- regardless of EPR

2006-03-02 Thread Sebastian J. Schultheiss
Hello! We're trying to develop our own small axis web client. We have started by running the client from the user guide. However, it's not cooperating. It seems that it is not even trying to connect to the server yet, since the error message ("Connection Refused") is the sa

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

2005-07-18 Thread John Henry Xu
http://www.getusjobs.com (The largest free job portal in North America) - Original Message - From: "Tongjie Li" <[EMAIL PROTECTED]>To: axis-user@ws.apache.org Subject: Re: java.net.ConnectException: Connection refused: connect Date: Mon, 18 Jul 2005 22:42:56 +0200 > > I have

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

2005-07-18 Thread Dong Liu
.TestClient > > Sent 'Hello!', got 'Hello!' > > > > and got following error: > > > > java.net.ConnectException: Connection refused: connect > > > > any experter, please. > > > > Thanks. > > > > -Jim > > > > > > > > Start your day with Yahoo! - make it your home page > > > > >

java.net.ConnectException: Connection refused: connect

2005-07-18 Thread jim wang
Hi: I am the new user to axis, after installing axis on my PC(XP) machine successfully, i try to run some services to apache server in %AXIS_HOME% like: samples.userguide.example1.TestClientSent 'Hello!', got 'Hello!' and got following error: java.net.ConnectException: Connect

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

2005-07-18 Thread Tongjie Li
ide.example1.TestClient > Sent 'Hello!', got 'Hello!' > > and got following error: > > java.net.ConnectException: Connection refused: connect > > any experter, please. > > Thanks. > > -Jim > > > > Start your day with Yahoo! - make it your home page > >

Re: Exception: java.net.ConnectException: Connection refused ache axis web services

2005-06-14 Thread Florian Rosenberg
Hi, On Jun 14, 2005, at 14:13, Tatiraji Pavan Kumar wrote: Hi I am getting the given error while deploying client program(Axis Fibonacci application). Can u solve the problem? java.net.ConnectException: Connection refused apache axis web services I can only make a guess: Try to start

Exception: java.net.ConnectException: Connection refused ache axis web services

2005-06-14 Thread Tatiraji Pavan Kumar
      Hi  I am getting the given error while deploying client program(Axis Fibonacci application).    Can u solve the problem?   java.net.ConnectException: Connection refused apache axis web services