Last active
November 25, 2016 02:23
-
-
Save miguelwicht/4d2b4d95110ca4ff8e26 to your computer and use it in GitHub Desktop.
Fix JiraLockedError
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
###remove lock file | |
``` | |
rm -rf /var/atlassian/application-data/jira.jira-home.lock | |
``` | |
###stop jira and confluence | |
``` | |
/opt/atlassian/confluence/bin/stop-confluence.sh | |
/opt/atlassian/jira/bin/shutdown.sh | |
``` | |
###start jira and confluence | |
``` | |
/opt/atlassian/jira/bin/startup.sh | |
/opt/atlassian/confluence/bin/startup.sh | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Should be rm -rf /var/atlassian/application-data/jira/.jira-home.lock