Forum Discussion

Hari_Ganesh_352's avatar
Hari_Ganesh_352
Icon for Nimbostratus rankNimbostratus
Mar 02, 2010

TCL Error _ V9

i am using the iRule to persist based on Jsession id . This rule persist based on Cookie and URI .

 

 

 

 

 

 

WHEN I USE THE IRULE I AM GETTING THE ERROR AS BELOW IN LOGS ,

 

 

" TCL error: Partner-ssl-pool-IRULE HTTP_REQUEST - bad IP address format while executing pool Partner-ssl-pool member [lindex $pk 1] [lindex $pk 2] "

 

 

status code 01220001

 

 

CAN ANY ONE HELP TO FIX THIS PROBLEM

 

3 Replies

  • It looks like the information returned in [lindex $pk 1] is not in proper IP format, hence the error. You should probably use the catch command in this case.
  • Hi ,

     

     

    Thanks for the reply ,could you please give some sample ,

     

    currently with the existing iRule i can still see persistence record .

     

     

    Hari
  • hoolio's avatar
    hoolio
    Icon for Cirrostratus rankCirrostratus
    Hi Hari,

     

     

    Have you looked at the Codeshare example for persisting on the JSESSIONID in cookies and/or URIs? I think it would be a simpler, tested option than the iRule you're seeing the error with:

     

     

    Weblogic_JSessionID_Persistence - Provides persistence on the jsessionid value found in either the URI or a cookie.

     

    http://devcentral.f5.com/wiki/default.aspx/iRules/Weblogic_JSessionID_Persistence.html

     

     

    Aaron