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
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
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
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:
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
/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,
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
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
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
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
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
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
:
@CSC Subject: Connection refused-Server is
up and running
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
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
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
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:
.
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
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:
(
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
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
,
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
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: [
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
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
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
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
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
- 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
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:
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
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
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
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
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.
+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
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
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
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
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
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
/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
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
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
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
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.
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
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
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
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
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:
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
cc:
Subject: RE: Connection Refused Error
02/19/2002
t: RE: Connection Refused
Error
02/19/2002
12:12
PM
cc:
Subject: RE: Connection Refused Error
02/19/2002
TECTED]
Subject: RE: Connection Refused
Error
02/19/2002
11:37
AM
[EMAIL PROTECTED]
Subject: RE: Connection Refused Error
02/19/2002
11
cc:
02/18/2002 08:13 AM
Subject: RE: Connection Refused
Error
Please respond
to
TECTED]>
cc:
02/18/2002 08:13 AM Subject: RE: Connection Refused
Error
Please r
[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
cc:
Subject: Connection Refused Error
02/16/2002
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
62 matches
Mail list logo