Apache Superset is not starting line 50: /usr/bin/run-server.sh: No such file or directory
See original GitHub issueApache Superset docker-compose is not working for a newly cloned project and by following the offical documentation: https://superset.apache.org/docs/installation/installing-superset-using-docker-compose
How to reproduce the bug
- Clone the superset git locally
- Run
docker-compose -f docker-compose-non-dev.yml up
Expected results
The application should start.
Actual results
The web application is not starting and the log shows the following error:
superset_app | Starting web app...
superset_app | /app/docker/docker-bootstrap.sh: line 50: /usr/bin/run-server.sh: No such file or directory
Screenshots
If applicable, add screenshots to help explain your problem.
Environment
git checkout today 10.12.2021, no changes on my side just the latest repository
Issue Analytics
- State:
- Created 2 years ago
- Reactions:6
- Comments:23 (11 by maintainers)
Top Results From Across the Web
Installing Locally Using Docker Compose - Apache Superset
The fastest way to try Superset locally is using Docker and Docker Compose on a Linux or Mac OSX computer. Superset does not...
Read more >Image Layer Details - apache/superset:latest | Docker Hub
1. ADD file ... in / ; 2. CMD ["bash"] ; 3. ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin ; 4. ENV LANG=C.
Read more >getting error /usr/bin/env: sh: No such file or directory when ...
This error usually happens if the script has windows line endings instead of unix line endings. Try running dos2unix on the script and...
Read more >Error when running Docker with entrypoint script in Linux VM
I am running several dockers inside the CircleCI Linux VM when configured ... \"docker-entrypoint.sh\": executable file not found in $PATH".
Read more >Installation & Configuration - apache-superset - Read the Docs
You have successfully installed Superset! Note. The Docker-related files and documentation are actively maintained and managed by the core committers working on ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@caleb15 this issue should be resolved in the upcoming 1.5.0 release.
1.4.1
still has the same issue for me