Closed walterjgsp closed 4 years ago
Are you running your container also as your UserID and GroupID? (by passing --user 1000:1000) I suspect some permission issue on the var folder. Can you relook at other errors in the console.log and tomcat logs and see if there are any permission issues thrown?
Thanks Prasanna
Also pls note this repo is deprecated and the new compose is formally supported here: compose: https://www.jfrog.com/confluence/display/JFROG/Installing+Artifactory#InstallingArtifactory-DockerComposeInstallation helm: https://www.jfrog.com/confluence/display/JFROG/Installing+Artifactory#InstallingArtifactory-HelmInstallation
Something really weird happened. To not use a lot of resources I stopped my Sonarqube container and tried to run Artifactory again, and it works. But when I started the Sonarqube container the Artifactory container just stopped. So right now I can run one or another, but Artifactory worked.
The problem was a lack of resources. After I alter the docker setup on my machine letting it use more memory for the containers both frameworks worked simultaneously.
Thanks for the help!
I'm trying to initialize the artifactory and using the latest image on docker I'm not being able to start the application. And getting the following error before the container stop:
I followed all the steps on the documentation, the only thing I changed was the command:
I discovered my UserID and GroupID and replaced the values. I need ideas on how to fix this problem and make the application run using docker.
Thanks for the help guys.