users@glassfish.java.net

Re: my apache load balancer plugin keeping restart (reinitialize) ???

From: Kshitiz Saxena <Kshitiz.Saxena_at_Sun.COM>
Date: Tue, 23 Mar 2010 12:35:02 +0530

Apache can spawn a new process to service request and then load-balancer
plugin will be initialized again for that process. To avoid that, you
need to make these suggested changes :
http://docs.sun.com/app/docs/doc/821-0182/gfglv?a=view ?

Thanks,
Kshitiz

On Tuesday 23 March 2010 10:33 AM, glassfish_at_javadesktop.org wrote:
> my cluster and load balancer running , looks OK, but , after some times refresh the page in browser , lb plugin down .
>
> the apache log show that , when the http request come, the plugin was restart ,what the problem?
>
>
> this log show every time once page is refreshed
> ::::::::::::::::::::::::::::
> [Tue Mar 23 12:55:24 2010] [warn] lb.configurator: XML_VALIDATOR_WARNING: Cookies will not be rewritten by web server. All cookie updates will be handled by application server. If you are using older version of application server, then failover will not work.
> [Tue Mar 23 12:55:24 2010] [warn] lb.runtime: RNTM2019: Daemon http://tc_5_152:38080 has been intialized.
> [Tue Mar 23 12:55:24 2010] [warn] lb.runtime: RNTM2019: Daemon https://tc_5_152:38181 has been intialized.
> [Tue Mar 23 12:55:24 2010] [warn] lb.runtime: RNTM2019: Daemon http://tc_5_152:38081 has been intialized.
> [Tue Mar 23 12:55:24 2010] [warn] lb.runtime: RNTM2019: Daemon https://tc_5_152:38182 has been intialized.
> [Tue Mar 23 12:55:24 2010] [warn] lb.runtime: RNTM2019: Daemon http://10.11.5.58:38080 has been intialized.
> [Message sent by forum member 'dean_chen']
>
> http://forums.java.net/jive/thread.jspa?messageID=393238
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>
>