Skip to content

Instantly share code, notes, and snippets.

@miguelwicht
Last active November 25, 2016 02:23
Show Gist options
  • Save miguelwicht/4d2b4d95110ca4ff8e26 to your computer and use it in GitHub Desktop.
Save miguelwicht/4d2b4d95110ca4ff8e26 to your computer and use it in GitHub Desktop.
Fix JiraLockedError
###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
```
@ayseff
Copy link

ayseff commented Nov 25, 2016

Should be rm -rf /var/atlassian/application-data/jira/.jira-home.lock

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment