aspose file tools
The moose likes Web Services and the fly likes Problem in Axis 1.4 Client Virtual IP (For Load Balancing at Server). Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Problem in Axis 1.4 Client Virtual IP (For Load Balancing at Server)." Watch "Problem in Axis 1.4 Client Virtual IP (For Load Balancing at Server)." New topic
Author

Problem in Axis 1.4 Client Virtual IP (For Load Balancing at Server).

Ezhil Vendhan
Greenhorn

Joined: Dec 03, 2008
Posts: 1
Hello All,

I am getting the following error when Axis-1.4 Web Service Client invokes weblogic webservice at Virtual IP.
The same Axis-1.4 Client program works fine in normal cases (without Virtual IP).
Client Created using Axis-1.1 works fine for the virtual IP.
The Client Stub was generated using Eclipse.

Please Help!

org.apache.commons.httpclient.NoHttpResponseException: The server 10.1.68.12 failed to respond
at org.apache.commons.httpclient.HttpMethodBase.readStatusLine(HttpMethodBase.java:1976)
at org.apache.commons.httpclient.HttpMethodBase.readResponse(HttpMethodBase.java:1735)
at org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.java:1098)
at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:398)
at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)
at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:346)
at org.apache.axis2.transport.http.AbstractHTTPSender.executeMethod(AbstractHTTPSender.java:542)
at org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:189)
at org.apache.axis2.transport.http.HTTPSender.send(HTTPSender.java:75)
at org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java:364)
at org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:208)
at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:448)
at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:401)
at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:228)
at org.apache.axis2.client.OperationClient.execute(OperationClient.java:163)
at com.abc.class.tsa.resultdata.sendsoresultoperationimpl.ResultProcessStub.SendSOResultOperation(ResultProcessStub.java:183)
at com.abc.class.tsa.resultdata.sendsoresultoperationimpl.SendSoClient.sendsoupdtstat(SendSoClient.java:53)
at com.abc.class.tsa.resultdata.sendsoresultoperationimpl.DBConnection.dbUpdate(DBConnection.java:127
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Problem in Axis 1.4 Client Virtual IP (For Load Balancing at Server).
 
Similar Threads
can't run rampart client
Web services in HTTPS. org.apache.axis2.AxisFault: Read timed out
Unable to sendViaPost to url
AXIS 2 - Requested factory com.ctc.wstx.stax.WstxOutputFactory cannot be located
Axis 2 generated code in "Expanded Mode"