Forum Discussion

Raghu_Nair_7463's avatar
Raghu_Nair_7463
Icon for Nimbostratus rankNimbostratus
Sep 06, 2013

illegal Argument Exception while calling iControl.LocalLBVirtualServerBindingStub.get_profile

we are getting the following exception while getting a Profile. It is working against 11.0.0 but not throwing the following exception against 11.2.0. Any idea ? Caused by: org.xml.sax.SAXException java.lang.IllegalArgumentException at org.apache.axis.AxisFault.makeFault(AxisFault.java:101) at org.apache.axis.client.Call.invoke(Call.java:2470) at org.apache.axis.client.Call.invoke(Call.java:2366) at org.apache.axis.client.Call.invoke(Call.java:1812) at iControl.LocalLBVirtualServerBindingStub.get_profile(LocalLBVirtualServerBindingStub.java:2573)

 

Thanks, Raghu

 

4 Replies

  • This could be an enumeration problem. If you try to connect to a newer version of the product than the version of the iControl library, there may be new enumeration values returned to the client and if the library doesn't know what those values are, it will generate a runtime error. I'd try to upgrade to the latest iControl Library for Java and see if that fixes the problem.

     

    https://devcentral.f5.com/d/icontrol-library-for-java

     

    -Joe

     

  • I'm not sure but that's typically the error I see when a set of client bindings is out of date. Try updating to the latest and see if that fixes it.