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

Application failed to start #3

Closed
felloumi opened this issue Apr 19, 2017 · 5 comments
Closed

Application failed to start #3

felloumi opened this issue Apr 19, 2017 · 5 comments

Comments

@felloumi
Copy link

Hi,
Trying to run the docker, I got this error:
The application failed to start.

The application exited during initialization.

-su: line 0: cd: /srv/shiny-server: Permission denied.

Any suggestions to solve the issue?

Thanks

@taunometsalu
Copy link
Owner

Probably I have missed changing user rights in the container. Something like should be run inside the container:

chown -R shiny:shiny /srv/shiny-server

@felloumi
Copy link
Author

I did and committed to had a new image. Using the new image I had no connection at all. Could you guide me on the right way?

Thanks.

@taunometsalu
Copy link
Owner

I cannot reproduce, I tried in a different environment and it works without changing any rights.

Perhaps there is some another issue with user rights, e.g. no read access to the folder ~/customClustvis/ClustVis-master/?

@joshuabhk
Copy link

At least, in my settings, I fixed a similar issue by allowing "other" users can read and execute (chmod -R go+rx ~/customClustvis/).

At first, I was puzzled that since I ran docker with "sudo", so it should be able to read and run regardless of the permissions, but anyways it fixed our issue.

Hope this helps!

@taunometsalu
Copy link
Owner

Thanks, joshuabhk, I added this to the instructions!

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

3 participants