[jboss-user] [Installation, Configuration & Deployment] - Does JBoss log RuntimeExceptions in a reasonable way?

roland.kofler do-not-reply at jboss.com
Wed Sep 6 13:23:25 EDT 2006


I guess most experienced people in java agree that RuntimeExceptions represent Errors, while Checked Exceptions represents a sort of return values. 
A Container like JBoss should catch application errors aka RuntimeExceptions at some point and log them away. So application developers like me can follow the stacktrace and find/ debug the cause of the error.
Jboss does behave like this, but with a big drawback: it logs only the RuntimeExceptions Message, NOT the full stacktrace! Thus rendering the logfile analysis mostly useless. 
Does anybody know the reason JBoss behaves like this and if there exists a remedy?

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3969810#3969810

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3969810



More information about the jboss-user mailing list