Org.apache.axis2.AxisFault: connection rejected: connect

We have a java web application running on Glassfish 2.1. Recently, we have changed Internet service providers, which also means that the network IP address has changed. Our application makes two different calls to web services, and both work fine until this network changes. We have a client service manager class that calls a third-party web service.

Below is the error I am getting.

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 the SOAP interface. I can use telnet for the IP address of the service, and if I paste the URL into the server browser, I get the result.

I do not know what the problem is or how to fix it. Does anyone have any ideas?

+3
source share
1 answer

. -, -, - -. , !

+1

All Articles