We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug From 0_register.sh, this is the output:
0_register.sh
nuxeo_1 | ENTRYPOINT: Looking for shell scripts in /docker-entrypoint-initnuxeo.d nuxeo_1 | Running /docker-entrypoint-initnuxeo.d/0_register.sh nuxeo_1 | Copying server log configuration to init folder nuxeo_1 | ‘/opt/nuxeo/server/lib/log4j2.xml’ -> ‘/docker-entrypoint-initnuxeo.d/log4j2.xml’ nuxeo_1 | cp: cannot create regular file ‘/docker-entrypoint-initnuxeo.d/log4j2.xml’: Permission denied nuxeo_1 | Unable to copy server log configuration
To Reproduce Steps to reproduce the behavior:
nxl
Expected behavior No error, debug config is correctly copied.
Context Fails on AWS presales stack. Works ok on localhost.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
From
0_register.sh
, this is the output:To Reproduce
Steps to reproduce the behavior:
nxl
)Expected behavior
No error, debug config is correctly copied.
Context
Fails on AWS presales stack. Works ok on localhost.
The text was updated successfully, but these errors were encountered: