Skip to content
This repository was archived by the owner on Nov 7, 2024. It is now read-only.

Latest commit

 

History

History
16 lines (10 loc) · 657 Bytes

File metadata and controls

16 lines (10 loc) · 657 Bytes

Troubleshooting

Jira/Confluence cannot connect to database

Sometimes Jira starts faster than the DB (DB needs to run startup scripts).

Simply restart the compose stack or docker restart jira.

Unable to create directory for deployment

If Jira is unable to create folder /opt/atlassian/jira/conf/Catalina/localhost then fix permission issue:

docker exec -it jira bash -c "mkdir -p /opt/atlassian/jira/conf/Catalina/localhost && chown -R 2001:2001 /opt/atlassian/jira/conf/Catalina/localhost"