Disable Railo/Lucee Runtime Exceptions?

55 views
Skip to first unread message

Bendra

unread,
Jan 20, 2016, 5:46:55 AM1/20/16
to Lucee
Is there a way to disable Railo/Lucee Runtime Exceptions? The tracking on our production server does report lots of runtime exception (e.g. railo.runtime.tag.Location -> Page Request is aborted). Disabling Debug-Mode in the admin GUI does not prevent Railo from reporting this exception.

Mark Drew

unread,
Jan 20, 2016, 5:48:18 AM1/20/16
to lucee
Have you looked in the admin under “Errors” ?

Regards

Mark Drew

On 20 Jan 2016, at 10:46, Bendra <daniel...@gmail.com> wrote:

Is there a way to disable Railo/Lucee Runtime Exceptions? The tracking on our production server does report lots of runtime exception (e.g. railo.runtime.tag.Location -> Page Request is aborted). Disabling Debug-Mode in the admin GUI does not prevent Railo from reporting this exception.

--
Love Lucee? Become a supporter and be part of the Lucee project today! - http://lucee.org/supporters/become-a-supporter.html
---
You received this message because you are subscribed to the Google Groups "Lucee" group.
To unsubscribe from this group and stop receiving emails from it, send an email to lucee+un...@googlegroups.com.
To post to this group, send email to lu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/lucee/e3855efa-6f73-4028-abeb-541646e82bff%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Bendra

unread,
Jan 20, 2016, 6:07:19 AM1/20/16
to Lucee
Yes, there is only the option for changing the error templates. I don't think this is related, is it?

If fact I wonder why this exceptions are thrown even if Debug-Mode is set to off. According to the code https://github.com/getrailo/railo/blob/master/railo-java/railo-core/src/railo/runtime/tag/Location.java#L114 this should skip it:

if(pageContext.getConfig().debug())pageContext.getDebugger().setOutput(false);  
Reply all
Reply to author
Forward
0 new messages