Re: Warning: Request will be REDIRECTED to non-refusing instance
Re: Warning: Request will be REDIRECTED to non-refusing instance
- Subject: Re: Warning: Request will be REDIRECTED to non-refusing instance
- From: Chuck Hill <email@hidden>
- Date: Mon, 22 Sep 2003 18:32:11 -0700
Hi Daniel,
At 09:41 PM 22/09/2003 +0200, Daniel Muller wrote:
>
>I guessed it was at some point related to DirectAction and then I added
some try/catch in the DirectAction classes and handleActionRequestError in
the Application but seems to be worse particularly with the last one: the
handleActionRequestError.
>
Yes, you need to catch and correct this *before* dispatching the request
(see dispatchRequest() in WOApplication).
>Otherwise I suspect a problem with WO 5.2.1 or WO module for Apache
because this application was working fine with WO 5.2.
>
It is a bug in the WO frameworks, not the wo adaptor (WO module for Apache)
as far as I can tell. I reported it in 5.1.3 and it was supposed to have
been fixed in 5.2. Looks like they have re-introduced the bug in 5.2.1 :-(
>I forgot to tell that the application has 10 instances with default load
balancing and today for example all instances restarted as usual and one
instance was not responding at all since it was restarted (in the Monitor I
read 0 session created) only initialization done in didFinishLaunching and
message "Waiting for requests", this instance was not responding.
>
I've no idea what happened there. I'd guess an unexpected exception early
in app initialization. The didFinishLaunching stuff does not seem to be
tied too tightly to the application state. If you call terminate() in the
app constructor it will still think it launched OK.
Chuck
--
Chuck Hill email@hidden
Global Village Consulting Inc. http://www.global-village.net
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.