Forum Discussion

ben_10586's avatar
ben_10586
Icon for Nimbostratus rankNimbostratus
Apr 10, 2013

v11 java connection issues

I'm using the iControl 11.2 for Java with axis 1.4 and getting errors like this:

 

 

Caused by: (0)null

 

at org.apache.axis.transport.http.HTTPSender.readFromSocket(HTTPSender.java:744)

 

at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:144)

 

at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)

 

at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)

 

at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)

 

at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165)

 

at org.apache.axis.client.Call.invokeEngine(Call.java:2784)

 

at org.apache.axis.client.Call.invoke(Call.java:2767)

 

at org.apache.axis.client.Call.invoke(Call.java:2443)

 

at org.apache.axis.client.Call.invoke(Call.java:2366)

 

at org.apache.axis.client.Call.invoke(Call.java:1812)

 

at iControl.LocalLBMonitorBindingStub.get_template_string_property(LocalLBMonitorBindingStub.java:1190)

 

 

All of my tests pass successfully with no problems consistently with v10 (using the old SDK). This is happening very regularly. I'm running the tests against a KVM based VM on Linux running version: BIGIP-11.3.0.2806.0

 

 

Is anyone else having problems like this?

 

3 Replies

  • Can't say that I am. I'm using iControl for Java on both 10.x and 11.x, using the 11.2 SDK.
  • I wouldn't say CI specifically. There's plenty that breaks when going from v10 to v11 - sync and partitions for example - but I haven't run into basic connectivity problems with Axis.