-
Type:
Bug
-
Resolution: Fixed
-
Priority:
High
-
Affects Version/s: 10.3.21, 10.3.22
-
Component/s: Data Center - Deployments
-
None
-
10.03
-
1
-
Severity 2 - Major
Issue Summary
The Docker image for Jira 10.3.22 and 10.3.21 is unable to start Jira. The new image has a broken file permission on /opt/atlassian/jira/conf/server.xml baked into the image layer, preventing Tomcat from reading it at startup.
Steps to Reproduce
- Pull the Docker image for Jira version 10.3.22 or 10.3.21.
- Attempt to start Jira using the pulled image.
Expected Results
Jira should start successfully with the new image without any errors.
Actual Results
Jira fails to start with the following error:
java.io.FileNotFoundException: /opt/atlassian/jira/conf/server.xml (Permission denied)
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available
- mentioned in
-
Page Loading...