Re: Deployment error not in Dev?
Re: Deployment error not in Dev?
- Subject: Re: Deployment error not in Dev?
- From: Chuck Hill <email@hidden>
- Date: Wed, 22 Mar 2006 08:13:40 -0800
Is there an older version of WO installed on the production machine.
IIRC, WO 5.2.2 would produce this when it received a malformed cookie.
There was also a problem in some past versions with exceptions thrown
from appendToResponse in a page returned from a direct action.
Change the actions to return page.generateResponse() to have the
exception thrown in a place where WO can more easily catch and handle
it.
Otherwise, this probably indicates an exception thrown very early or
very late in the request - response loop. Try overridding
dispatchRequest in Application and putting the call to
super.dispatchRequest in an try...catch Throwable block and log out
whatever it catches.
Chuck
On Mar 22, 2006, at 6:05 AM, James Cicenia wrote:
Hello -
I am getting a strange error in production and not in my development:
All I am getting is this as a response.
Your request produced an error.
Nothing in my log files either?
I know I don't have much to give anyone... but, I have never seen
this error before.
thanks
James Cicenia
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40global-village.net
This email sent to email@hidden
--
Coming in 2006 - an introduction to web applications using WebObjects
and Xcode http://www.global-village.net/wointro
Practical WebObjects - for developers who want to increase their
overall knowledge of WebObjects or who are trying to solve specific
problems. http://www.global-village.net/products/practical_webobjects
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden