Forum Discussion

cricket_176901's avatar
cricket_176901
Icon for Nimbostratus rankNimbostratus
Nov 12, 2014

NumberFormatException when get system information by iControl java api

Here is the exception detail, I used jdk v1.7 and iControl java api v11.04.00. The f5 version of device is "BIG-IP 11.5.0 Build 4.2.245 Engineering Hotfix HF4", how to fix this problem?

 

java.lang.NumberFormatException: For input string: "version="1.0"" at org.apache.axis.AxisFault.makeFault(AxisFault.java:101) at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:154) 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.SystemSystemInfoBindingStub.get_system_information(SystemSystemInfoBindingStub.java:1793)

 

1 Reply

  • Hmmm. Assuming you are calling System:SystemInfo:get_system_information without providing any input this would be odd. Are you providing any input (as suggested by the first line of the trace)?