Thank you for the input Chris.
It has to do with either Apache, network, tcp or the Jboss servers. The issue occurs when apache is communicating to/from Jboss.
I looked up Apache code that throws this error and found
if (err != APR_SUCCESS) {
return ap_proxyerror(r, HTTP_BAD_GATEWAY...
jboss-host-name is not the actual hostname, it is the hostname with FQDN. I had to shield the client's internal server names on external posts.
Jboss is started with -b jboss-host-name, so mod_cluster publishes the hostname to httpd and establishes its availability. Reverse lookup is not...
I am in the midst of performance testing a web application and I get these errors in Apache logs
[Sat Apr 18 03:01:01 2015] [error] [client xx.xx.xxx.253] proxy: DNS lookup failure for: jboss-host-name returned by /some/url, referer: http://f5hostname/context/URI
It occurs only at high load...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.