Documentation for JIRA 4.0. Documentation for other versions of JIRA is available too.
Please always provide us with both:
atlassian-jira.log
In JIRA 4.0 and 4.0.1, the atlassian-jira.log is located in the current working directory (the directory JIRA was started from).
As of 4.1 and later, the logs are located in JIRA's configured home directory.
If you are logged in to JIRA, the current working directory can be found under: Administration> System> System Info> File Paths> Current Working Directory.
The 'File Paths' section in the system information also shows the location of atlassian-jira.log.
Finding the application server log file can be a frustrating process, because its location is application server-specific and in some cases operating system-specific. Here is a decision tree:
logs\stdout_*.log
file under your JIRA Standalone directory and c:\WINDOWS\system32\atlassian-jira.log
(WINDOWS may be replaced by WINNT), or for JIRA EAR/WAR, under your Tomcat directorystartup.bat
:
atlassian-jira.log
file in the current directory (wherever you ran startup.bat
from) but this might not work if your current directory isn't writeable (eg. c:\WINNT\system32, the default). Even if you see an atlassian-jira.log
it may be an old one, created from a previous startup. If you value your sanity (and ours) please install JIRA as a service, even if only to get all of the right logs appearing in a consistent place.logs
directory. We assume you know more than us here - if not please use Standalone, where we can at least help.logs/catalina.out
under your JIRA Standalone directory, or for JIRA EAR/WAR, under your Tomcat directory