RE: Missing WOExceptionPage
RE: Missing WOExceptionPage
- Subject: RE: Missing WOExceptionPage
- From: "Erlandsson Martin" <email@hidden>
- Date: Mon, 1 Dec 2003 14:56:43 +0100
- Thread-topic: Missing WOExceptionPage
Thanks, but using -Xint does not help.
System.getProperty("java.vm.info") evaluates to "interpreted mode", but
the WOExceptionPage still says "JIT activated" How can this be?
All comments appreciated,
/Martin
> -----Original Message-----
> From: Denis Bredelet [mailto:email@hidden]
> Sent: den 1 december 2003 12:23
> To: Erlandsson Martin
> Cc: email@hidden; email@hidden
> Subject: Re: Missing WOExceptionPage
>
> 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.