Venkat_96088
Feb 02, 2012Nimbostratus
tmm error related to iRule
Hi,
The below iRule when configured did not give give any syntax error. However, in /var/log/ltm tmm err logs are getting generated continuously.
Feb 2 06:09:50 local/tmm err tmm[8132]: 01220001:3: TCL error: xxx_IRule - Operation not supported. Multiple redirect/respond invocations not allowed (line 2) invoked from within "HTTP::redirect https://[HTTP::host][HTTP::uri]"
when HTTP_REQUEST {
if { not ([string tolower [HTTP::host]] contains "jsession")}{
HTTP::redirect https://[HTTP::host][HTTP::uri]
}
}
Kindly assist me here as this logs are getting generated continuously and i also see packet drops in the 1.1 and 1.2 interfaces.