Tory_90586
May 11, 2011Nimbostratus
Invalid action EV_INGRESS_DATA during ST_HTTP_PREPEN
Seeing this more and more in my logs and I don't understand what i'm doing wrong. Or if I'm doing something wrong.
http_process_state_prepend - Invalid action EV_INGRESS_DATA during ST_HTTP_PREPEND_HEADERS Server side: vip=apps.domain.net_80 profile=http pool=Apps
The irule attached to this vip
when HTTP_REQUEST {
if { [HTTP::uri] starts_with "/retargeting/displaytracker" } {
if { [active_members [LB::server pool] ] == 0} {
HTTP::respond 200 "Content-Type" "application/javascript" "Connection" "close"
}
}
}
Now I've recently added some rules to a new VIP that if the uri contains X then push to another pool (the pool in question also supports the vip with the _no_members_http rule).
Is there a flaw in what I'm doing or is the F5 just being loud and grumpy about something I can't do anything about?
Thanks
Tory