Forum Discussion

karthic_n_12765's avatar
karthic_n_12765
Icon for Nimbostratus rankNimbostratus
Mar 02, 2004

exception due to request received too soon?

I got the following exception in my .NET app on Windows 2003. It went away when I retried. I have a feeling it has to do with me trying to communicate too soon after powering up the BIG-IP. However, I clearly remember that ping to the device worked before I started the app. Did I catch the BIG-IP in that window of time where it responds to ping but isn't quite ready to respond to requests for the iControl web-service?

 

Thanks,

 

Karthic.

 

 

System.Web.Services.Protocols.SoapHeaderException: Interface ITCMLocalLB/VirtualServer is not available on the requested iControl CORBA Portal!

1 Reply

  • There is a daemon startup process that has to take place before iControl communications can be performed and this will happen after the device has it's network stack operational. I'm not sure of the exact startup time but I think it's 30 seconds or so thats needed to get the iControl subsystem initialized. The packet processing is not subject to this startup time lag.

     

     

    -Joe