Forum Discussion

Joe_47002's avatar
Joe_47002
Icon for Nimbostratus rankNimbostratus
Feb 22, 2012

Http Class profile was not found

I am trying to get pool members from a particular class but I am getting this error:

 

"error_string : 01020036:3: The requested HTTP class profile () was not found."

 

 

I am calling it like this:

 

iControl.LocalLBProfileString[] list_of_pools = m_interfaces.getLocalLBProfileHttpClass().get_pool_name(classes);

 

 

Does this mean possibly that there is no pool with in the class?

 

1 Reply

  • What are you passing in for your "classes" variable? It should be a string array containing the list of classes you want to query. The error implies that you are passing in an empty string and the configuration couldn't find that as a class profile name.

     

     

    -Joe