-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
Apache Superset is not starting line 50: /usr/bin/run-server.sh: No such file or directory #17712
Comments
Same here, probably due to this change? aee5c9a |
I confirmed that it works as of the previous commit (8c25f2f). So for now you could check out that commit for the latest working version. |
That was it! When I pulled the images again, it worked. |
I just checked out master and tried to run through Docker and I am getting the same error. If I check out the
|
Still broken for me as well. @amitmiran137 any reason this was closed? |
@ofekisr can you check it out ? |
The problem exists in 1.4.0. There shouldn't be so many differences and long periods of time between releases, because there are a lot of changes everywhere and there is no way to use default helm chart values with stable version. :( It would be good to add some tests for helm chart deployment for both |
first, why use docker-compose when you can use the helm chart? |
@ofekisr We are following these instructions: |
@wiktor2200 I have found this discussion for 1.4.0 bugs that are candidates for being fixed in 1.4.1 -> #18119 |
Running |
Running the pull command should be standard practice whenever you pull the latest source code |
@wiktor2200 1.4.1 will only include bug fixes (not features) that address issues on 1.4.0, so of those 285 changes, only a small portion will apply. 1.4.1 is scheduled to go for vote in the next few days. Please mention any bug fixes that need to be added to the release here: #18119 |
…when installing superset using docker compose. fixes apache#17712
…when installing superset using docker compose. fixes #17712 (#18196) Co-authored-by: asarb <[email protected]>
seeing same issue when deploying it using Helm and same on version 1.3.2. |
…when installing superset using docker compose. fixes apache#17712 (apache#18196) Co-authored-by: asarb <[email protected]>
…when installing superset using docker compose. fixes apache#17712 (apache#18196) Co-authored-by: asarb <[email protected]>
…when installing superset using docker compose. fixes apache#17712 (apache#18196) Co-authored-by: asarb <[email protected]>
|
@manisha-tanwar @gai6948 have you tried @nytai's suggestion to pull the docker container again before running it? |
It was problem with the helm chart, because running in docker-compose was perfectly fine. |
@gai6948 or @manisha-tanwar it looks like there was a breaking change in superset-heml-chart-0.5.0 and it is not compatible with the latest Superset release. Can you use 0.4.0 instead? |
Same issue for me with 0.5.8 chart and 1.4.1 image. |
Ok, that's what I expected, so for now, <= helm 0.4.0 works with all of the official Superset releases up to 1.4.1. Helm >=0.5.0 will be compatible with either the "latest" non release of Superset and the upcoming 1.5.0 release and is not compatible with <= Superset 1.4.1. |
With
|
Same issue with latest superset helm chart, tag: 1.4.2. I pulled a fresh 1.4.2 and looked inside. run-server does not exist in the docker image. @villebro can this be reopened please?
What's also interesting is that the code change in #17713 is not present in the docker image either... 🤔. |
@caleb15 this issue should be resolved in the upcoming 1.5.0 release. |
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
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:
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
The text was updated successfully, but these errors were encountered: