Forum Discussion
Mike_Janson_623
Nimbostratus
Jun 02, 2008ProxyPass intermittent errors
We've recently started using ProxyPass on BIG-IP 9.3.1 Build 46.7, generally with favorable results. Thanks for making this available to the customer base!
BUT, we are seeing some intermittent strange behavior. Something in the last HTTP_RESPONSE block seems to cause errors from time to time which in turn cause client disconnects:
May 29 16:24:55 tmm tmm[899]: 01220001:3: TCL error: Rule ProxyPass
- can't read "bypass": no such variable while
executing "if {1 != $bypass} { If you want the iRule to
try to translate URLs within the HTML page then uncomment these two lines and associa..."
This is a bit mind boggling to us because we don't see why this wouldn't be consistently reproducible, or even caught when saving the rule for that matter as it's reporting an issue with the irule syntax.
Any ideas?
- hoolio
Cirrostratus
Hi, - Mike_Janson_623
Nimbostratus
Attaching the irule. As you can see, the first line of when HTTP_REQUEST { ... } is - hoolio
Cirrostratus
I can't see how the bypass variable couldn't be read given just that rule. The variable is being set on every HTTP request and isn't being unset anywhere. Do you have another rule on the same VIP which uses a variable named $bypass and unsets it (grasping at straws...)?if {[info exists bypass]}{ if {1 != $bypass} { ... } else { Log some debug here on the connection details to try to figure out why $bypass isn't set? }
- Mike_Janson_623
Nimbostratus
We can confirm that there are no other references to a variable with that name in our config: - Mike_Janson_623
Nimbostratus
Thanks for the suggestion--we'll try that, although as this does not seem to be consistently reproducible we have no way of verifying; we can only hope that by changing things in our test environment, and not witnessing the error over a week or more, it will also clean things up in production. - Mike_Janson_623
Nimbostratus
When we try moving it here: - hoolio
Cirrostratus
I'm sure that F5 support wouldn't like it as this is an issue with a custom iRule, but I'd be interested in what they find if you opened a case on this. As aherman suggests, I don't think there should ever be an HTTP_RESPONSE event triggered if there wasn't an HTTP_REQUEST event first. Perhaps they'd be able to confirm or correct this assumption. - Andy_Herrman_22
Nimbostratus
Out of curiosity, do you have OneConnect enabled?
Recent Discussions
Related Content
DevCentral Quicklinks
* 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
Discover DevCentral Connects