-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
permission denied #2
Comments
Please, can you provide additional data to reproduce the issue. What operative system are you using? Anything would help. |
Oracle Linux 8.4 I`ve created a /docker/alfresco-installer folder I just changed the folder permissions to 777 and it seems to have worked. But now i cannot login to alfresco with the password i provided. Even if i leave the default password it cannot login |
How many RAM is allocated to Docker? |
16GB |
When everything is up & ready, what is the output of the command "docker ps"? |
docker ps |
It looks like all the services all up & ready and required amount of RAM is in place. May you verify if your problem is described in this video? |
May you share generated files ".env" and "docker-compose.yml"? |
Docker Image versionsALFRESCO_CE_TAG=7.3.0 Server propertiesSERVER_NAME=localhost |
cat docker-compose.yml Using version 2 as 3 does not support resource constraint options (cpu_, mem_ limits) for non swarm mode in Composeversion: "2" services:
|
i've made some changes on the docker-compose.yml file. Instead of building, i used the default images from alfresco. |
Hi, I have the same problem. I can't login on /localhost/share. Please I need your help. Thank |
Most of the errors are related to permissions.
To avoid the permission denied (/generated) I created a user by forcing the uid/gid before running alfresco-installer.
I extracted the fixes here: |
Thank, I try it now. |
Please... uid/gid of the user will be same as the docker group or will just have 501 ? |
I tried but I have the same problems. |
1 similar comment
I tried but I have the same problems. |
Dear all, I've tried to get Alfresco running for 3 days now and I'm now close to give up and look for another tool. At that point, I just have no idea how I could investigate further... Any clue would be appreciated. Running on Ubuntu 20.04.6 LTS / 32 Gb RAM
|
Hi there,
Every single time i run the container i get this message at the end:
Error alfresco-docker-installer
EACCES: permission denied, open '/generated/.env'
Tried to run as root, with sudo, nothing changes. Can you help?
The text was updated successfully, but these errors were encountered: