After a manual upgrade from Jira 4.2 to 5.0 we are experiencing a problem starting Jira:
2012-04-10 11:37:27,435 main INFO [atlassian.jira.startup.JiraStartupLogger] Running JIRA startup checks.
2012-04-10 11:38:02,472 main FATAL [atlassian.jira.startup.JiraStartupLogger]
*********************************************************************************************
Unable to create and acquire lock file for jira.home directory '/collab-data/atlassian/jira'.
*********************************************************************************************
2012-04-10 11:38:02,476 main FATAL [atlassian.jira.startup.JiraStartupLogger] Startup check failed. JIRA will be locked.
The lock file is not created, the home directory is the same as under Jira 4.2, the linux user hasn't changed, neither the priveleges. The log files just mention the above problem, but there is no clue about a reason.
Running on Red Hat. Verified that the jira-application.properties are correctly pointing to the home directory.
Any help appreciated. Thanks, Frank
Our issue was linked to the fact that the jira-home was located on an NFS mount. We worked around it by creating soft links on the local machine pointing to the NFS.
In my case it was a permission issue as Nic stated above..
Thanks Nic..
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I suspect it's still permissions - can you check the directory permissions on /collab-data/atlassian/jira as well as the checks on the contents of the home directory. I'm assuming it is only Jira you've updated - if you've been playing with Red Hat versions, there might be other stuff to look at, but there's probably no point chasing that if you haven't changed it.
One quick test - try su or sudo to become the Jira user and try creating the file by hand with touch or an editor - that might give you a more helpful error message.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.