You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2022/01/21 06:30:21 UTC

[GitHub] [superset] ninomllr opened a new issue #17712: Apache Superset is not starting line 50: /usr/bin/run-server.sh: No such file or directory

ninomllr opened a new issue #17712:
URL: https://github.com/apache/superset/issues/17712


   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
   


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

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] ninomllr commented on issue #17712: Apache Superset is not starting line 50: /usr/bin/run-server.sh: No such file or directory

Posted by GitBox <gi...@apache.org>.
ninomllr commented on issue #17712:
URL: https://github.com/apache/superset/issues/17712#issuecomment-991743050


   That was it! When I pulled the images again, it worked.


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

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] villebro closed issue #17712: Apache Superset is not starting line 50: /usr/bin/run-server.sh: No such file or directory

Posted by GitBox <gi...@apache.org>.
villebro closed issue #17712:
URL: https://github.com/apache/superset/issues/17712


   


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

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] rafalpas commented on issue #17712: Apache Superset is not starting line 50: /usr/bin/run-server.sh: No such file or directory

Posted by GitBox <gi...@apache.org>.
rafalpas commented on issue #17712:
URL: https://github.com/apache/superset/issues/17712#issuecomment-1021112375


   @wiktor2200 I have found this discussion for 1.4.0 bugs that are candidates for being fixed in 1.4.1 -> https://github.com/apache/superset/discussions/18119


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

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] eschutho commented on issue #17712: Apache Superset is not starting line 50: /usr/bin/run-server.sh: No such file or directory

Posted by GitBox <gi...@apache.org>.
eschutho commented on issue #17712:
URL: https://github.com/apache/superset/issues/17712#issuecomment-1022455767


   > 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. :( Yesterday release is based on commit from OCTOBER 2021 which causes 3,5months of fixes and improvements missing in new release. There is 285 changed files with 8,931 additions and 22,463 deletions difference between current `master` and release tag `1.4.0` @eschutho is there any roadmap for release 1.4.1 or any timetable when next release will cover those changes.
   > 
   > It would be good to add some tests for helm chart deployment for both `latest` and stable version.
   
   @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 add any bug fixes to the discussion here: https://github.com/apache/superset/discussions/18119


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

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] atpage commented on issue #17712: Apache Superset is not starting line 50: /usr/bin/run-server.sh: No such file or directory

Posted by GitBox <gi...@apache.org>.
atpage commented on issue #17712:
URL: https://github.com/apache/superset/issues/17712#issuecomment-991288886






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

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] ofekisr removed a comment on issue #17712: Apache Superset is not starting line 50: /usr/bin/run-server.sh: No such file or directory

Posted by GitBox <gi...@apache.org>.
ofekisr removed a comment on issue #17712:
URL: https://github.com/apache/superset/issues/17712#issuecomment-1018741649


   @atpage @amitmiran137 
   anyway IMO it is not my change, if you look inside the Dockerfile you'll see the bootstrap script file is copied only inside the CI version while the docker-compose file reference the official release image 


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

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] caleb15 edited a comment on issue #17712: Apache Superset is not starting line 50: /usr/bin/run-server.sh: No such file or directory

Posted by GitBox <gi...@apache.org>.
caleb15 edited a comment on issue #17712:
URL: https://github.com/apache/superset/issues/17712#issuecomment-1085353174


   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?
   
   ```
   ➜  ~ docker pull apache/superset:1.4.2
   1.4.2: Pulling from apache/superset
   e4d61adff207: Pull complete
   4ff1945c672b: Pull complete
   ff5b10aec998: Pull complete
   12de8c754e45: Pull complete
   ada1762e7602: Pull complete
   2f2b2e030155: Pull complete
   4169ad44c6d7: Pull complete
   672a77ed36b6: Pull complete
   a6d75b62b7e9: Pull complete
   4fe7ffd93a2a: Pull complete
   537246e6af6d: Pull complete
   5f6fb23fb0de: Pull complete
   f926f3e1899a: Pull complete
   33c99eb618fb: Pull complete
   6759fae3c280: Pull complete
   6ad24bb852c9: Pull complete
   b7b33bbfd8da: Pull complete
   71cbd0b2a3f1: Pull complete
   Digest: sha256:a85b0503586f7c08cfe2a9e3654ab155bb674756fff54759f892bcb83853c530
   Status: Downloaded newer image for apache/superset:1.4.2
   docker.io/apache/superset:1.4.2
   ➜  ~docker run -it apache/superset:1.4.2 -- bash
   ➜  ~superset@6bc1707857d5:/app$ cat /usr/bin/run-server.sh
   cat: /usr/bin/run-server.sh: No such file or directory
   ```
   
   What's also interesting is that the code change in https://github.com/apache/superset/pull/17713 is not present in the docker image either... 🤔.


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

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] caleb15 edited a comment on issue #17712: Apache Superset is not starting line 50: /usr/bin/run-server.sh: No such file or directory

Posted by GitBox <gi...@apache.org>.
caleb15 edited a comment on issue #17712:
URL: https://github.com/apache/superset/issues/17712#issuecomment-1085353174


   Same issue with latest superset helm chart, tag: 1.4.2. I pulled 1.4.2 and looked inside. run-server does not exist in the docker image. @villebro can this be reopened please?
   
   ```
   ➜  ~ docker pull apache/superset:1.4.2
   1.4.2: Pulling from apache/superset
   e4d61adff207: Pull complete
   4ff1945c672b: Pull complete
   ff5b10aec998: Pull complete
   12de8c754e45: Pull complete
   ada1762e7602: Pull complete
   2f2b2e030155: Pull complete
   4169ad44c6d7: Pull complete
   672a77ed36b6: Pull complete
   a6d75b62b7e9: Pull complete
   4fe7ffd93a2a: Pull complete
   537246e6af6d: Pull complete
   5f6fb23fb0de: Pull complete
   f926f3e1899a: Pull complete
   33c99eb618fb: Pull complete
   6759fae3c280: Pull complete
   6ad24bb852c9: Pull complete
   b7b33bbfd8da: Pull complete
   71cbd0b2a3f1: Pull complete
   Digest: sha256:a85b0503586f7c08cfe2a9e3654ab155bb674756fff54759f892bcb83853c530
   Status: Downloaded newer image for apache/superset:1.4.2
   docker.io/apache/superset:1.4.2
   ➜  ~docker run -it apache/superset:1.4.2 -- bash
   ➜  ~superset@6bc1707857d5:/app$ cat /usr/bin/run-server.sh
   cat: /usr/bin/run-server.sh: No such file or directory
   ```
   
   What's also interesting is that the code change in https://github.com/apache/superset/pull/17713 is not present in the docker image either... 🤔.


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

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] ctmay4 commented on issue #17712: Apache Superset is not starting line 50: /usr/bin/run-server.sh: No such file or directory

Posted by GitBox <gi...@apache.org>.
ctmay4 commented on issue #17712:
URL: https://github.com/apache/superset/issues/17712#issuecomment-1017534469


   I just checked out master and tried to run through Docker and I am getting the same error.  If I check out the `1.4.0` tag it starts correctly without errors.  According to the documentation `master` is supposed to work, right?
   
   ```
   superset_app            | Starting web app...
   superset_app            | Skipping local overrides
   superset_app            | Starting web app...
   superset_app            | /app/docker/docker-bootstrap.sh: line 50: /usr/bin/run-server.sh: No such file or directory
   superset_app            | Skipping local overrides
   superset_app            | Starting web app...
   superset_app            | /app/docker/docker-bootstrap.sh: line 50: /usr/bin/run-server.sh: No such file or directory
   superset_app            | Skipping local overrides
   superset_app            | Starting web app...
   superset_app            | /app/docker/docker-bootstrap.sh: line 50: /usr/bin/run-server.sh: No such file or directory
   superset_app            | Skipping local overrides
   superset_app            | Starting web app...
   superset_app            | /app/docker/docker-bootstrap.sh: line 50: /usr/bin/run-server.sh: No such file or directory
   superset_app            | Skipping local overrides
   ```


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

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] nytai commented on issue #17712: Apache Superset is not starting line 50: /usr/bin/run-server.sh: No such file or directory

Posted by GitBox <gi...@apache.org>.
nytai commented on issue #17712:
URL: https://github.com/apache/superset/issues/17712#issuecomment-1022411935


   Running the pull command should be standard practice whenever you pull the latest source code 


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

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] ninomllr commented on issue #17712: Apache Superset is not starting line 50: /usr/bin/run-server.sh: No such file or directory

Posted by GitBox <gi...@apache.org>.
ninomllr commented on issue #17712:
URL: https://github.com/apache/superset/issues/17712#issuecomment-991743050


   That was it! When I pulled the images again, it worked.


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

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] atpage edited a comment on issue #17712: Apache Superset is not starting line 50: /usr/bin/run-server.sh: No such file or directory

Posted by GitBox <gi...@apache.org>.
atpage edited a comment on issue #17712:
URL: https://github.com/apache/superset/issues/17712#issuecomment-991291223


   I confirmed that it works as of the previous commit (8c25f2f356e488120d7ce3ff852a4b6b9a049b3b).  So for now you could check out that commit for the latest working version.
   


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

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] atpage commented on issue #17712: Apache Superset is not starting line 50: /usr/bin/run-server.sh: No such file or directory

Posted by GitBox <gi...@apache.org>.
atpage commented on issue #17712:
URL: https://github.com/apache/superset/issues/17712#issuecomment-1018727880


   @ofekisr We are following these instructions:
   https://superset.apache.org/docs/installation/installing-superset-using-docker-compose
   


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

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] arkpoah edited a comment on issue #17712: Apache Superset is not starting line 50: /usr/bin/run-server.sh: No such file or directory

Posted by GitBox <gi...@apache.org>.
arkpoah edited a comment on issue #17712:
URL: https://github.com/apache/superset/issues/17712#issuecomment-1047929331


   Same issue for me with 0.5.8 chart and 1.4.1 image.
   It's ok with 0.4.0 chart


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

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] eschutho commented on issue #17712: Apache Superset is not starting line 50: /usr/bin/run-server.sh: No such file or directory

Posted by GitBox <gi...@apache.org>.
eschutho commented on issue #17712:
URL: https://github.com/apache/superset/issues/17712#issuecomment-1050382285


   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. 


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

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] eschutho commented on issue #17712: Apache Superset is not starting line 50: /usr/bin/run-server.sh: No such file or directory

Posted by GitBox <gi...@apache.org>.
eschutho commented on issue #17712:
URL: https://github.com/apache/superset/issues/17712#issuecomment-1086153436


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


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

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] arkpoah commented on issue #17712: Apache Superset is not starting line 50: /usr/bin/run-server.sh: No such file or directory

Posted by GitBox <gi...@apache.org>.
arkpoah commented on issue #17712:
URL: https://github.com/apache/superset/issues/17712#issuecomment-1047929331


   Same issue for me with 0.5.8 chart with 1.4.1 or 1.4.0 image


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

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] atpage commented on issue #17712: Apache Superset is not starting line 50: /usr/bin/run-server.sh: No such file or directory

Posted by GitBox <gi...@apache.org>.
atpage commented on issue #17712:
URL: https://github.com/apache/superset/issues/17712#issuecomment-991288886


   Same here, probably due to this change?  https://github.com/apache/superset/commit/aee5c9a3ea1006b194319d47c3e7f245e438ce6f


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

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] eschutho edited a comment on issue #17712: Apache Superset is not starting line 50: /usr/bin/run-server.sh: No such file or directory

Posted by GitBox <gi...@apache.org>.
eschutho edited a comment on issue #17712:
URL: https://github.com/apache/superset/issues/17712#issuecomment-1022455767


   > 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. :( Yesterday release is based on commit from OCTOBER 2021 which causes 3,5months of fixes and improvements missing in new release. There is 285 changed files with 8,931 additions and 22,463 deletions difference between current `master` and release tag `1.4.0` @eschutho is there any roadmap for release 1.4.1 or any timetable when next release will cover those changes.
   > 
   > It would be good to add some tests for helm chart deployment for both `latest` and stable version.
   
   @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: https://github.com/apache/superset/discussions/18119


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

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] nytai commented on issue #17712: Apache Superset is not starting line 50: /usr/bin/run-server.sh: No such file or directory

Posted by GitBox <gi...@apache.org>.
nytai commented on issue #17712:
URL: https://github.com/apache/superset/issues/17712#issuecomment-1022411142


   Running 
   `docker-compose -f docker-compose-non-dev.yml pull` before running the up command should fix this. The issue is that the version of code you are on is not compatible with the docker image you have, so you need to pull a newer docker image that is compatible with this code 


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

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] rafalpas commented on issue #17712: Apache Superset is not starting line 50: /usr/bin/run-server.sh: No such file or directory

Posted by GitBox <gi...@apache.org>.
rafalpas commented on issue #17712:
URL: https://github.com/apache/superset/issues/17712#issuecomment-1021112375


   @wiktor2200 I have found this discussion for 1.4.0 bugs that are candidates for being fixed in 1.4.1 -> https://github.com/apache/superset/discussions/18119


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

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] gai6948 commented on issue #17712: Apache Superset is not starting line 50: /usr/bin/run-server.sh: No such file or directory

Posted by GitBox <gi...@apache.org>.
gai6948 commented on issue #17712:
URL: https://github.com/apache/superset/issues/17712#issuecomment-1041064599


   `1.4.1` still has the same issue for me


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

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] eschutho commented on issue #17712: Apache Superset is not starting line 50: /usr/bin/run-server.sh: No such file or directory

Posted by GitBox <gi...@apache.org>.
eschutho commented on issue #17712:
URL: https://github.com/apache/superset/issues/17712#issuecomment-1045407139


   @gai6948 or @manisha-tanwar it looks like there was a [breaking change in superset-heml-chart-0.5.0](https://github.com/preset-io/superset/commit/aee5c9a3ea1006b194319d47c3e7f245e438ce6f) and it is not compatible with the latest Superset release. Can you use 0.4.0 instead? 


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

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] atpage edited a comment on issue #17712: Apache Superset is not starting line 50: /usr/bin/run-server.sh: No such file or directory

Posted by GitBox <gi...@apache.org>.
atpage edited a comment on issue #17712:
URL: https://github.com/apache/superset/issues/17712#issuecomment-991291223


   I confirmed that it works as of the previous commit (8c25f2f356e488120d7ce3ff852a4b6b9a049b3b).  So for now you could check out that commit for the latest working version.
   


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

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] amitmiran137 closed issue #17712: Apache Superset is not starting line 50: /usr/bin/run-server.sh: No such file or directory

Posted by GitBox <gi...@apache.org>.
amitmiran137 closed issue #17712:
URL: https://github.com/apache/superset/issues/17712


   


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

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] wiktor2200 commented on issue #17712: Apache Superset is not starting line 50: /usr/bin/run-server.sh: No such file or directory

Posted by GitBox <gi...@apache.org>.
wiktor2200 commented on issue #17712:
URL: https://github.com/apache/superset/issues/17712#issuecomment-1018373201


   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. :(
   Yesterday release is based on commit from OCTOBER 2021 which causes 3,5months of fixes and improvements missing in new release.
   There is 285 changed files with 8,931 additions and 22,463 deletions difference between current `master` and release tag `1.4.0`
   @eschutho is there any roadmap for release 1.4.1 or any timetable when next release will cover those changes. 
   
   It would be good to add some tests for helm chart deployment for both `latest` and stable version.


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

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] amitmiran137 commented on issue #17712: Apache Superset is not starting line 50: /usr/bin/run-server.sh: No such file or directory

Posted by GitBox <gi...@apache.org>.
amitmiran137 commented on issue #17712:
URL: https://github.com/apache/superset/issues/17712#issuecomment-1018221982


   @ofekisr can you check it out ?  


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

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] eschutho commented on issue #17712: Apache Superset is not starting line 50: /usr/bin/run-server.sh: No such file or directory

Posted by GitBox <gi...@apache.org>.
eschutho commented on issue #17712:
URL: https://github.com/apache/superset/issues/17712#issuecomment-1042366835


   @manisha-tanwar @gai6948 have you tried @nytai's suggestion to pull the docker container again before running it?


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

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] fertek commented on issue #17712: Apache Superset is not starting line 50: /usr/bin/run-server.sh: No such file or directory

Posted by GitBox <gi...@apache.org>.
fertek commented on issue #17712:
URL: https://github.com/apache/superset/issues/17712#issuecomment-1055331123


   With `x-superset-image: &superset-image apache/superset:1.4.1-dev` in `docker-compose-non-dev.yml` running `docker-compose -f docker-compose-non-dev.yml pull` before `docker-compose -f docker-compose-non-dev.yml up` does not help:
   
   ```
   superset_app            | Skipping local overrides
   superset_app            | Starting web app...
   superset_app            | /app/docker/docker-bootstrap.sh: line 50: /usr/bin/run-server.sh: No such file or directory
   ```


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

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] gai6948 commented on issue #17712: Apache Superset is not starting line 50: /usr/bin/run-server.sh: No such file or directory

Posted by GitBox <gi...@apache.org>.
gai6948 commented on issue #17712:
URL: https://github.com/apache/superset/issues/17712#issuecomment-1042498130


   It was problem with the helm chart, because running in docker-compose was perfectly fine.


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

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] caleb15 commented on issue #17712: Apache Superset is not starting line 50: /usr/bin/run-server.sh: No such file or directory

Posted by GitBox <gi...@apache.org>.
caleb15 commented on issue #17712:
URL: https://github.com/apache/superset/issues/17712#issuecomment-1085353174


   Same issue with latest superset helm chart, tag: 1.4.2. I pulled 1.4.2 and looked inside. run-server does not exist in the docker image. @villebro can this be reopened please?
   
   ```
   ➜  ~ docker pull apache/superset:1.4.2
   1.4.2: Pulling from apache/superset
   e4d61adff207: Pull complete
   4ff1945c672b: Pull complete
   ff5b10aec998: Pull complete
   12de8c754e45: Pull complete
   ada1762e7602: Pull complete
   2f2b2e030155: Pull complete
   4169ad44c6d7: Pull complete
   672a77ed36b6: Pull complete
   a6d75b62b7e9: Pull complete
   4fe7ffd93a2a: Pull complete
   537246e6af6d: Pull complete
   5f6fb23fb0de: Pull complete
   f926f3e1899a: Pull complete
   33c99eb618fb: Pull complete
   6759fae3c280: Pull complete
   6ad24bb852c9: Pull complete
   b7b33bbfd8da: Pull complete
   71cbd0b2a3f1: Pull complete
   Digest: sha256:a85b0503586f7c08cfe2a9e3654ab155bb674756fff54759f892bcb83853c530
   Status: Downloaded newer image for apache/superset:1.4.2
   docker.io/apache/superset:1.4.2
   ➜  ~docker run -it apache/superset:1.4.2 -- bash
   ➜  ~superset@6bc1707857d5:/app$ cat /usr/bin/run-server.sh
   cat: /usr/bin/run-server.sh: No such file or directory
   ```


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

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] atpage commented on issue #17712: Apache Superset is not starting line 50: /usr/bin/run-server.sh: No such file or directory

Posted by GitBox <gi...@apache.org>.
atpage commented on issue #17712:
URL: https://github.com/apache/superset/issues/17712#issuecomment-991291223


   I confirmed that it works as of the previous commit (8c25f2f356e488120d7ce3ff852a4b6b9a049b3b).
   


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

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] ofekisr commented on issue #17712: Apache Superset is not starting line 50: /usr/bin/run-server.sh: No such file or directory

Posted by GitBox <gi...@apache.org>.
ofekisr commented on issue #17712:
URL: https://github.com/apache/superset/issues/17712#issuecomment-1018724118


   first, why use docker-compose when you can use the helm chart?
   second, just need to change the docker-compose bootstrap file to the new one.
   @ninomllr @amitmiran137 @atpage 
   


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

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] atpage commented on issue #17712: Apache Superset is not starting line 50: /usr/bin/run-server.sh: No such file or directory

Posted by GitBox <gi...@apache.org>.
atpage commented on issue #17712:
URL: https://github.com/apache/superset/issues/17712#issuecomment-1017971505


   Still broken for me as well.  @amitmiran137 any reason this was closed?


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

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] manisha-tanwar commented on issue #17712: Apache Superset is not starting line 50: /usr/bin/run-server.sh: No such file or directory

Posted by GitBox <gi...@apache.org>.
manisha-tanwar commented on issue #17712:
URL: https://github.com/apache/superset/issues/17712#issuecomment-1028124375


   seeing same issue when deploying it using Helm and same on version 1.3.2.
   I don't want to use latest as it shows version as v.0.0.0dev on UI.


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

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] ofekisr commented on issue #17712: Apache Superset is not starting line 50: /usr/bin/run-server.sh: No such file or directory

Posted by GitBox <gi...@apache.org>.
ofekisr commented on issue #17712:
URL: https://github.com/apache/superset/issues/17712#issuecomment-1018741649


   @atpage @amitmiran137 
   anyway IMO it is not my change, if you look inside the Dockerfile you'll see the bootstrap script file is copied only inside the CI version while the docker-compose file reference the official release image 


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

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org