exception page losing exception?
exception page losing exception?
- Subject: exception page losing exception?
- From: Jonathan Rochkind <email@hidden>
- Date: Thu, 13 Mar 2003 12:57:33 -0600
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?
--Jonathan
_______________________________________________
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.