You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Andrew Dambrosio (Created) (JIRA)" <ji...@apache.org> on 2012/04/20 08:27:37 UTC

[jira] [Created] (AXIS2-5294) org.apache.axis2.AxisFault: Connection refused: connect

org.apache.axis2.AxisFault: Connection refused: connect
-------------------------------------------------------

                 Key: AXIS2-5294
                 URL: https://issues.apache.org/jira/browse/AXIS2-5294
             Project: Axis2
          Issue Type: Bug
          Components: json, wsdl
    Affects Versions: 1.5
         Environment: Windows Server 2003
            Reporter: Andrew Dambrosio


We have a java web application running on Glassfish 2.1.
We recently changed internet providers which also means out network IP's have changed.
Our application makes two different web service calls, and both were working fine until this network change.
We have a web service client manager class which calls a 3rd party web service.

Below is the error I'm receiving.

org.apache.axis2.AxisFault: Connection refused: connect
	at org.apache.axis2.AxisFault.makeFault(AxisFault.java:430)
	at org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:203)
	at org.apache.axis2.transport.http.HTTPSender.send(HTTPSender.java:76)
	at org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java:400)
	at org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:225)
	at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:435)
	at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:402)
	at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:229)
	at org.apache.axis2.client.OperationClient.execute(OperationClient.java:165)

I can access the service on our server using SOAP UI. I can telnet to the IP of the service and if I paste the URL into the server's browser, I get a result.

I have no idea what the problem is or how to fix is. Does anyone have any ideas?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] [Closed] (AXIS2-5294) org.apache.axis2.AxisFault: Connection refused: connect

Posted by "Andrew Dambrosio (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-5294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Dambrosio closed AXIS2-5294.
-----------------------------------

    Resolution: Fixed

I figured it out. Apparently we are no longer using a proxy, and the web service connection was still setting the proxy. I removed this setting and it worked!
                
> org.apache.axis2.AxisFault: Connection refused: connect
> -------------------------------------------------------
>
>                 Key: AXIS2-5294
>                 URL: https://issues.apache.org/jira/browse/AXIS2-5294
>             Project: Axis2
>          Issue Type: Bug
>          Components: json, wsdl
>    Affects Versions: 1.5
>         Environment: Windows Server 2003
>            Reporter: Andrew Dambrosio
>              Labels: newbie
>
> We have a java web application running on Glassfish 2.1.
> We recently changed internet providers which also means out network IP's have changed.
> Our application makes two different web service calls, and both were working fine until this network change.
> We have a web service client manager class which calls a 3rd party web service.
> Below is the error I'm receiving.
> org.apache.axis2.AxisFault: Connection refused: connect
> 	at org.apache.axis2.AxisFault.makeFault(AxisFault.java:430)
> 	at org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:203)
> 	at org.apache.axis2.transport.http.HTTPSender.send(HTTPSender.java:76)
> 	at org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java:400)
> 	at org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:225)
> 	at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:435)
> 	at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:402)
> 	at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:229)
> 	at org.apache.axis2.client.OperationClient.execute(OperationClient.java:165)
> I can access the service on our server using SOAP UI. I can telnet to the IP of the service and if I paste the URL into the server's browser, I get a result.
> I have no idea what the problem is or how to fix is. Does anyone have any ideas?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org