Hi ,
I was unable to startup the tomcat server. The error i got was "Unable to create lock file for jira.home directory 'c:\jira_home\home'". When i tried to delete the lock file before start up it gave an error message like 'you dont have permissions to delete this file'. Now i have succeded in deleting the log file but unable to create lock file on startup.
-Athira
The lock file is created to block a second Jira process from starting and messing things up. It is created when Jira starts and deleted when it terminates. The Jira process must be able to create and delete this file for Jira to work. If Jira crashes, the lock file is left behind and Jira won't start. In this case, the administrator must cconfirm that Jira really isn't running then delete the lockfile.
The Jira process needs the the rights to create and delete the file for Jira to work. The admin needs to be able to delete the file if there's a crash (uncompleted termination). Check rights.
Ran into this. File system over SAN failed. It's back now, no data lost, but when try to start up JIRA, I get this error. So I shutdown JIRA, remove this file, and try again. However, once again it fails to start because cannot lock the home directory, and that file is back again. So is there anything also set in the database to lock the home directory, or is it only this file?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It is only that file. There's nothing in the database to do locking, and if there were, you'd get a different error.
You must make sure the user account Jira is running under has full read/write/execute/delete on that whole directory and it's sub-directories.
I'd also go through a full cyclic check - stop Jira, make sure the file is not there, start it and see exactly when it appears (and disappears on shutdown too) in the cycle.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
(In our case it turned out to be problems with NFS file locking within the jire.home directory. That NFS server, which points at SAN devices, had problems, and when it came back up, it would seem that file locking was somehow horked. This prevented JIRA from starting up. When we created the jira.home as a local file system, then our problems disappeared. Something to be mindful of when using NFS....)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I ran into this before and have come up with a solution that always works. Copying from my notes....
When attempting to restart JIRA, although the process starts users are unable to access the web UI. In reviewing the catalina.out file, you find the following error soon after the start is issued:
2016-12-19 10:19:02,326 localhost-startStop-1 ERROR [jira.web.dispatcher.JiraWebworkActionDispatcher] JIRA startup failed, JIRA has been locked. ****************************************** |
There are several possibilities, but the following two are most likely.
Attempt to fix both of the possible causes.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Try running JIRA as an Administrator. Right click cmd to run as admin.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
I have deleted the lock file from jira_home directory. now when I give the startup command in cmd, it is displaying as
Unable to create lock file for jira.home directory 'C;\jira_home\home'
and Startup check failed. JIRA will be locked.
I am having write access to C: now
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
When running jira as a certain user, most probably you have to grant that user some rights. I suppose you are on Windows, so ask your administrator to grant to the user you are running jira with some full permissions on the c:/jira_home/home directory^H^H^H^H^H^H^H^H folder.
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.