smirs opened a new issue #9885:
URL: https://github.com/apache/incubator-superset/issues/9885
I setup the environments once and could successfully install and run
Superset via `docker-compose up` yesterday. Today when I cloned a fresh version
of `apache-superset`, I was unsuccessful on running `docker-compose up` and
spin a superset session.
### Expected results
Superset being installed and properly runs
### Actual results
Superset not running
#### Screenshots
If applicable, add screenshots to help explain your problem.
#### How to reproduce the bug
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
### Environment
(please complete the following information):
- superset version: `superset version`
- python version: `python --version`
- node.js version: `node -v`
- npm version: `npm -v`
### Checklist
Make sure these boxes are checked before submitting your issue - thank you!
- [ ] I have checked the superset logs for python stacktraces and included
it here as text if there are any.
- [ ] I have reproduced the issue with at least the latest released version
of superset.
- [ ] I have checked the issue tracker for the same issue and I haven't
found one similar.
### Additional context
Here is the log:
`(base) smirs@emarats-brain:~/git_repos/incubator-superset$ sudo
docker-compose up
Starting superset_cache ... done
Starting superset_db ... done
Starting superset_tests_worker ... done
Starting superset_worker ... done
Starting superset_node ... done
Starting superset_app ... done
Starting superset_init ... done
Attaching to superset_db, superset_cache, superset_tests_worker,
superset_node, superset_app, superset_init, superset_worker
superset_db | bash: /usr/local/bin/docker-entrypoint.sh:
Permission denied
superset_cache | /bin/sh: 0: Can't open
/usr/local/bin/docker-entrypoint.sh
superset_tests_worker | /bin/bash: /usr/bin/docker-entrypoint.sh:
Permission denied
superset_node | /bin/sh: 0: Can't open
/usr/local/bin/docker-entrypoint.sh
superset_app | /bin/bash: /usr/bin/docker-entrypoint.sh:
Permission denied
superset_init | /bin/bash: /usr/bin/docker-entrypoint.sh:
Permission denied
superset_worker | /bin/bash: /usr/bin/docker-entrypoint.sh:
Permission denied
superset_tests_worker exited with code 126
superset_node exited with code 127
superset_init exited with code 126
superset_db exited with code 126
superset_app exited with code 126
superset_worker exited with code 126
superset_cache exited with code 127
`
and I do not see `/usr/bin/docker-entrypoint.sh` existing.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]