Re: Missing WOExceptionPage
Re: Missing WOExceptionPage
- Subject: Re: Missing WOExceptionPage
- From: Denis Bredelet <email@hidden>
- Date: Mon, 1 Dec 2003 11:23:22 +0000
Martin,
On 1 Dec 2003, at 11:06, Erlandsson Martin wrote:
Too bad it is a bug! I'll try to work around it though, thanks for the
suggestions.
However, I still have not managed to get a good-enough exception page
from my designed null-pointer exception. Using pageWithName, I get the
correct page, but no stack traces because of "NA : Non applicable, JIT
activated".
I have tried all the tricks I know to turn off the Just-in-time
compiler and display the stack trace on the exception page:
- setting java startup parameters: -Xdebug -Xnoagent
-Djava.compiler=NONE
You should use -Xint (interpreted) instead of -Xdebug.
Cheers,
-- Denis.
_______________________________________________
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.