Debugging Errors

PDF
PDF

If you encounter any errors using or setting up JIRA, please report them to the mailing list or file a bug. We'll fix them as soon as possible.

To help us fix the error, we often need more information than just "this feature doesn't work". Often an error message is reported on the console or via log4j. If you could include the error message in your email or bug report, it would be most appreciated!

From 1.2, JIRA ships with a log4j.properties file that has the default logging levels specified. You can find this file in WEB-INF/classes/log4j.properties.

To get detailed error message or stack traces, you may need to setup log4j to display detailed error messages. Edit the log4j.properties file and follow the instructions to increase the verbosity of logging.

Alteratively, if you application server itself configures logging (JBoss), you may need to remove the log4j.properties file. On some servers (JBoss 3.0), you may also need to remove the entire log4j.jar file to get logging to work.