Re: exception page losing exception?
Re: exception page losing exception?
- Subject: Re: exception page losing exception?
- From: Jonathan Rochkind <email@hidden>
- Date: Mon, 17 Mar 2003 16:12:42 -0600
Further observation suggests it's a bug... on my development installs, the
expand-contract triangle for the stack trace starts out expanded: I see
the exception stack trace. But if I close it and then open it again, the
stack trace is gone.
On the deployment install, the triangle starts out expanded. Maybe this is
what the default controls? And when I expand it the first time, there's no
stack trace there. I suspect that there's some bug causing it to somehow
lose the stack trace upon clicking on the expand/contract thing, it's just
that I can initially see it without clicking in dev, but in deploy I NEED
to click it (triggering the bug, losing the stack trace) to see it at all.
Does this seem at all plausible? Or even more than plausible, if anyone
can actually confirm anything in my description.
--Jonathan
At 11:00 PM 3/17/2003 +0100, you wrote:
Am Montag, 17.03.03 um 18:11 Uhr schrieb Jonathan Rochkind:
In my deployed application, sometimes when an exception occurs and I get
the WO exception page, the exception information is lost somehow... no
stack trace, the string 'null' for both exception class and exception
reason. I'm not doing any special exception handling, not even
over-riding handleExceptionInContext or whatever.
If I run the program in such a way as to produce the exception on my
development machine, I get a proper exception page with
class/reason/stacktrace. But on the deployment instance... no. SOMETIMES
the deployment instance does have proper information on the exception
page, but sometimes not. The development instance always is proper.
Has anyone encountered this before? Is this a known thing of some kind?
Is there any way to fix it?
Sigh. There is a default for that (WODisplayExceptionPages). Use ReSource
on WOProperties to find out more - and be sure to tell apple that you
don't like undocumented defaults :)
Cheers, Anjo
_______________________________________________
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.