error message:
```
01-Oct-2019 19:11:25.110 SEVERE [Catalina-startStop-1] org.apache.catalina.startup.HostConfig.beforeStart Unable to create directory for deployment: [/opt/atlassian/jira/conf/Catalina/localhost]
```
Catalina.start should print something out to say “Confluence is Started” or something like that. I believe Jira says something like “Jira is ready to serve”. Something like that would be good for Confluence as well. The last log of Catalina.start isn’t very helpful to know that it is running.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Well, it‘s the official Atlassian Docker container, so OS is some Linux, presumably some Ubuntu.
I didn‘t download any software, I just built a container image.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Aha, because I installed Docker on MacOS, then ran the container. Jira is up and running without any issues.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
yeah, same here - everything worked fine on the MacBook, but failed on the Linux server.
The problem is / was related to JIRA not being able to create the `"${JIRA_INSTALL}/conf/Catalina"` folder when starting up due to that folder having `root` permissions and JIRA running as `jira` at that stage.
Seems like the new version of the Dockerfile (released 21 hours ago) fixed that.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Jeeez, all these years - and Atlassian stills fails to support MarkDown...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I was actually mistaken - it's not Atlassian that updated their Dockerfile, but cptactionhank: https://hub.docker.com/r/cptactionhank/atlassian-jira/dockerfile
(who also sets the JIRA version explicitly, so the version is actually recognized in the marketplace - which then displays all the apps and doesn't fail with some miserable error message...)
I've worked with JIRA on Docker for a single day and fixed three easy to spot bugs that keep the app from working. That's a low, even for Atlassian.
No further comment.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I had the same problem on Ubuntu 18.04 using the official docker-atlassian-jira image.
Will this problem be solved in the official Atlassian Jira image? Or do I have to switch to other images if I don't want to modify the Dockerfile myself?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
+2
Atlassian newbie (trialing) - been struggling for the past few hours with fresh official Atlassian Docker Hub repos on Docker Desktop for Mac
docker run ... atlassian/jira-software
(WRONG)-v jiraVolume:/var/atlassian/application-data/jira
(per readme)You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Did someone get past with this error in container? Works in my mac docker local but not in container..Getting the same error and tried changing permission per https://confluence.atlassian.com/jirakb/jira-server-throws-unable-to-create-directory-for-deployment-error-on-startup-389781040.html and no luck. Using official docker image from atlassian.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Why no one take care of this issue? I have the same issue.
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.