Forum Discussion
http_process_state_client_drain error logged
Hi Everybody,
we recently updated our LTM to 11.6.0 hf1. after this operation, similar log entries have been found many times:
balancertmm[15437]011f0007http_process_state_client_drain - Invalid action:0x1130a1 (Client side: vip=/Common/Wpad-http profile=http addr=xxxx port=80 rtdom_id=0 client_ip=yyyy)
the virtual server is a simple HTTP server with an irule linked that distribute different wpad files based on client IP network.
the irule code is similar to this:
when HTTP_REQUEST {
set settings [class lookup [IP::client_addr] wpad_subnets_classes]
if { [HTTP::uri] equals "/wpad.dat" } {
switch -glob $settings {
"GERMANY" {
log local0.info "[IP::client_addr] will have Germany Settings"
HTTP::respond 200 content [ifile get GERMANY.wpad.dat]
}
"BRASIL" {
log local0.info "[IP::client_addr] will have Brasil Settings"
HTTP::respond 200 content [ifile get BRASIL.wpad.dat]
}
"DIRECT" {
log local0.info "[IP::client_addr] will have Direct Access"
HTTP::respond 200 content [ifile get DIRECT.wpad.dat]
}
"VPN" {
log local0.info "[IP::client_addr] will have VPN Settings"
HTTP::respond 200 content [ifile get VPN.wpad.dat]
}
default {
log local0.info "[IP::client_addr] will have default settings (Italy)"
HTTP::respond 200 content [ifile get ITALY.wpad.dat]
}
}
} else {
log local0.info "[IP::client_addr] rejected. Requested wrong URI: [HTTP::uri]"
reject
}
}we didn't receive any complain about this service, but we prefer to be sure that no issue could be arise from that.
many thanks in advance for your help.
4 Replies
- beaglest_137681
Altostratus
I also experienced the same issue after upgrading to 11.5.1 HF5. - Randall
Nimbostratus
I'm having the same issue after an upgrade to 11.5.1 HF8 and F5 support hasn't been able to provide any specific cause or solution. Has anyone determined the cause of the errors? - Alb3
Altostratus
I also experienced the same issue on version 12.1.1 HF2.
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com