Skip to content
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

Solr6 start error #1

Open
pida42 opened this issue Jul 26, 2017 · 1 comment
Open

Solr6 start error #1

pida42 opened this issue Jul 26, 2017 · 1 comment

Comments

@pida42
Copy link

pida42 commented Jul 26, 2017

I got the following error when I tried to run alfresco-solr6/201707-GA :-/

ERROR: for cloud_solr6_1  Cannot start service solr6: oci runtime error: container_linux.go:262: starting container process caused "exec: \"./run.sh\": permission denied"

ERROR: for solr6  Cannot start service solr6: oci runtime error: container_linux.go:262: starting container process caused "exec: \"./run.sh\": permission denied"

For me fixed by changing file keensoft/alfresco-docker-template/blob/master/alfresco-solr6/201707-GA/Dockerfile lines from:

RUN set -x && chown -RL solr:solr $SOLR_DIR

to:

RUN set -x && \
    chown -RL solr:solr $SOLR_DIR && \
    chmod +x $SOLR_DIR/run.sh
@mikelasla
Copy link
Contributor

Thanks for reporting, we'll change it!

LazyGatto added a commit to LazyGatto/alfresco-docker-template that referenced this issue Nov 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants