Forum Discussion

Vijayrag_Raghav's avatar
Vijayrag_Raghav
Icon for Nimbostratus rankNimbostratus
Jan 18, 2005

The requested server (node) service was not found.

Hi All

 

 

 

 

We have developed an internal tool named ‘MITVIPNET’ that is used to manage load balancing of nodes connected to BIGIP devices and this tool is in production since 4 months. The tool enables the user to select a particular node on a particular BIGIP switch and initiate a “DOWN”/ ‘UP’,/ ‘FORCED_DOWN’ action. The user experiences the following internal error on some occasions when he initiates one of these actions and the action fails.

 

 

 

 

SOAPException : 'ITCMCommon::OperationFailed Exception caught on ITCMLocalLB::Node::get_statistics(). primary_error_code : 335 secondary_error_code: 0 error_string : The requested server (node) service was not found.

 

 

 

 

I hv attached the code that goes behind this Node Action page. I would like to know why this error occurs, does the code require any change (if so, pls specify the changes). Pls note that the error does not occur at all times.

 

 

 

 

Find the code in the attached file.

 

 

1 Reply

  • Loc_Pham_101863's avatar
    Loc_Pham_101863
    Historic F5 Account
    Sorry for the delay. The reason was this forum was apparently not monitored closely enough, most developers (including me) monitor the 4.x and 9.x iControl forums and iRules forum, assuming that most customers have gotten past the initial migration issues. Wrong assumption, I guess.

     

     

    When getting the exception from this method, ITCMLocalLB::Node::get_statistics, what's the IP:port of the node you're getting statistics for? Does that node server (IP:port combination) exist in the configuration, i.e does running "bp node IP:port show" return info for that node?

     

     

    The exception you got seems to indicate that the specified node server was not available for some reason.

     

     

    BTW, can you include the source code where the problem occurs here? I don't see the mentioned attached file anywhere.

     

     

    Also, can you specify the version of your BIG-IP, and the SDK version you're using?

     

     

    Thanks,

     

    Loc