Discussion:
FAILOVER_REQUIRED messages from iPlanet plugin
(too old to reply)
Tim Kannenberg
2003-10-24 19:43:35 UTC
Permalink
Recently we were in the middle of recycling the servers in one of our production
clusters. This is a WLS 8.1sp1 cluster with two servers, sitting behind some
iPlanet instances that have the WebLogic proxy plugin installed. The first server
had shut down and been restarted and the other one was suspended, waiting for
sessions to expire before it could gracefully shutdown. During this time, we
started seeing errors like this in the iPlanet log:

[24/Oct/2003:12:20:18] failure ( 5675): for host 204.154.227.xxx trying to GET
/oao/login.jsp, wl-proxy reports: exception occurred for backend host '10.1.100.xxx/8200':
'FAILOVER_REQUIRED [line 1320 of proxy.cpp]: Service Unavailable'

Hitting the WebLogicBridgeConfig page on the different iPlanet instances showed
that some of the still had the shutting-down server in their list of servers marked
OK, and some did not show it at all.

Can anyone give me some information about what this error message means?

Thanks,
Tim
Tim Kannenberg
2003-11-14 21:22:51 UTC
Permalink
Upon further review, it seems like that message simply means that an incoming request
was routed to a WebLogic instance that returned an HTTP 503, meaning that it's
unable to service the request because it's in the process of suspending. At this
point the proxy needs to try to fail over to a different server in the cluster,
and I think that's all the message means. Our problem was that when this was
happening, the proxy did not seem to believe that there were any other servers
available in the cluster, even though there was one. The reason why is a long
story, and we're waiting for a definitive answer from BEA on the issue; if anybody
wants more info, please let me know.

- Tim
Post by Tim Kannenberg
Recently we were in the middle of recycling the servers in one of our production
clusters. This is a WLS 8.1sp1 cluster with two servers, sitting behind some
iPlanet instances that have the WebLogic proxy plugin installed. The first server
had shut down and been restarted and the other one was suspended, waiting for
sessions to expire before it could gracefully shutdown. During this time, we
[24/Oct/2003:12:20:18] failure ( 5675): for host 204.154.227.xxx trying to GET
'FAILOVER_REQUIRED [line 1320 of proxy.cpp]: Service Unavailable'
Hitting the WebLogicBridgeConfig page on the different iPlanet instances showed
that some of the still had the shutting-down server in their list of servers marked
OK, and some did not show it at all.
Can anyone give me some information about what this error message means?
Thanks,
Tim
Loading...