question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Apache Superset is not starting line 50: /usr/bin/run-server.sh: No such file or directory

See original GitHub issue

Apache 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

  1. Clone the superset git locally
  2. 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:closed
  • Created 2 years ago
  • Reactions:6
  • Comments:23 (11 by maintainers)

github_iconTop GitHub Comments

5reactions
eschuthocommented, Apr 1, 2022

@caleb15 this issue should be resolved in the upcoming 1.5.0 release.

2reactions
gai6948commented, Feb 16, 2022

1.4.1 still has the same issue for me

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found