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 2020/02/11 13:42:25 UTC

[GitHub] [incubator-superset] l1x opened a new issue #9116: Empty screen after docker-compose build & up

l1x opened a new issue #9116: Empty screen after docker-compose build & up
URL: https://github.com/apache/incubator-superset/issues/9116
 
 
   Superset is not starting up properly after docker-compose build & up
   
   ### Expected results
   
   Get a working Superset.
   
   ### Actual results
   
   Empty screen.
   
   #### Screenshots
   
   <img width="552" alt="Screenshot 2020-02-11 at 14 37 44" src="https://user-images.githubusercontent.com/20079/74241505-7359c300-4cdc-11ea-8e26-48ebe018ee5e.png">
   
   
   #### How to reproduce the bug
   
   1. docker-compose build 
   2. docker-compose up
   3. See error
   
   ### Environment
   
   - superset version: latest in from source
   - python version: Python 3.6.9
   
   ### Checklist
   
   Make sure these boxes are checked before submitting your issue - thank you!
   
   - [x ] I have checked the superset logs for python stacktraces and included it here as text if there are any.
   - [ x] I have reproduced the issue with at least the latest released version of superset.
   - [ x] I have checked the issue tracker for the same issue and I haven't found one similar.
   
   ### Additional context
   
   ```
   superset_1         | INFO:werkzeug:172.18.0.1 - - [11/Feb/2020 13:37:23] "GET /logout/ HTTP/1.1" 302 -
   superset_1         | 172.18.0.1 - - [11/Feb/2020 13:37:23] "GET / HTTP/1.1" 302 -
   superset_1         | INFO:werkzeug:172.18.0.1 - - [11/Feb/2020 13:37:23] "GET / HTTP/1.1" 302 -
   superset_1         | 172.18.0.1 - - [11/Feb/2020 13:37:23] "GET /superset/welcome HTTP/1.1" 302 -
   superset_1         | INFO:werkzeug:172.18.0.1 - - [11/Feb/2020 13:37:23] "GET /superset/welcome HTTP/1.1" 302 -
   superset_1         | 172.18.0.1 - - [11/Feb/2020 13:37:23] "GET /login/ HTTP/1.1" 200 -
   superset_1         | INFO:werkzeug:172.18.0.1 - - [11/Feb/2020 13:37:23] "GET /login/ HTTP/1.1" 200 -
   superset_1         | 172.18.0.1 - - [11/Feb/2020 13:37:23] "GET /static/assets/images/superset-logo@2x.png HTTP/1.1" 404 -
   superset_1         | INFO:werkzeug:172.18.0.1 - - [11/Feb/2020 13:37:23] "GET /static/assets/images/superset-logo@2x.png HTTP/1.1" 404 -
   superset_1         | 172.18.0.1 - - [11/Feb/2020 13:37:23] "GET /static/assets/images/superset-logo@2x.png HTTP/1.1" 404 -
   superset_1         | INFO:werkzeug:172.18.0.1 - - [11/Feb/2020 13:37:23] "GET /static/assets/images/superset-logo@2x.png HTTP/1.1" 404 -
   superset_1         | 172.18.0.1 - - [11/Feb/2020 13:37:27] "POST /login/ HTTP/1.1" 302 -
   superset_1         | INFO:werkzeug:172.18.0.1 - - [11/Feb/2020 13:37:27] "POST /login/ HTTP/1.1" 302 -
   superset_1         | 172.18.0.1 - - [11/Feb/2020 13:37:27] "GET / HTTP/1.1" 302 -
   superset_1         | INFO:werkzeug:172.18.0.1 - - [11/Feb/2020 13:37:27] "GET / HTTP/1.1" 302 -
   superset_1         | 172.18.0.1 - - [11/Feb/2020 13:37:27] "GET /superset/welcome HTTP/1.1" 200 -
   superset_1         | INFO:werkzeug:172.18.0.1 - - [11/Feb/2020 13:37:27] "GET /superset/welcome HTTP/1.1" 200 -
   superset_1         | 172.18.0.1 - - [11/Feb/2020 13:37:27] "GET /static/assets/images/loading.gif HTTP/1.1" 404 -
   superset_1         | INFO:werkzeug:172.18.0.1 - - [11/Feb/2020 13:37:27] "GET /static/assets/images/loading.gif HTTP/1.1" 404 -
   superset_1         | 127.0.0.1 - - [11/Feb/2020 13:37:36] "GET /health HTTP/1.1" 200 -
   superset_1         | INFO:werkzeug:127.0.0.1 - - [11/Feb/2020 13:37:36] "GET /health HTTP/1.1" 200 -
   superset_1         | 127.0.0.1 - - [11/Feb/2020 13:38:06] "GET /health HTTP/1.1" 200 -
   superset_1         | INFO:werkzeug:127.0.0.1 - - [11/Feb/2020 13:38:06] "GET /health HTTP/1.1" 200 -
   ```
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [incubator-superset] inetfuture commented on issue #9116: Empty screen after docker-compose build & up

Posted by GitBox <gi...@apache.org>.
inetfuture commented on issue #9116: Empty screen after docker-compose build & up
URL: https://github.com/apache/incubator-superset/issues/9116#issuecomment-602181665
 
 
   I had the same symptom, the cause is [the `npm install` command of superset-node container](https://github.com/apache/incubator-superset/blob/232925b7bf0e2ffbe23029a77a97223663830968/docker-compose.yml#L72) did not run successfully due to network failure(I'm at China mainland), I had to mannuly set the npm registry to a China mirror to make it work, posting here just in case someone else run into this.
   
   
   
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [superset] mona-mk commented on issue #9116: Empty screen after docker-compose build & up

Posted by GitBox <gi...@apache.org>.
mona-mk commented on issue #9116:
URL: https://github.com/apache/superset/issues/9116#issuecomment-755252607


   Solution is to wait until it gets fully complied (~ 10min on macOS Catalina 2,6 GHz 6-Core Intel Core i7)


----------------------------------------------------------------
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:
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] amravazzi edited a comment on issue #9116: Empty screen after docker-compose build & up

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


   As it was said before, you should wait for Webpack to finish its slow job. It took 170s to finish in my machine. I'm running it in a docker and everything was setup when I received `<s> [webpack.Progress] 100%` from the `superset_node` container in the terminal as follows:
   
   <img width="778" alt="Screen Shot 2021-04-19 at 13 25 15" src="https://user-images.githubusercontent.com/6233950/115271323-96b7a380-a113-11eb-9087-69f6db214100.png">
   


-- 
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:
users@infra.apache.org



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


[GitHub] [incubator-superset] hozn edited a comment on issue #9116: Empty screen after docker-compose build & up

Posted by GitBox <gi...@apache.org>.
hozn edited a comment on issue #9116: Empty screen after docker-compose build & up
URL: https://github.com/apache/incubator-superset/issues/9116#issuecomment-584683882
 
 
   Seeing same issue here on a clean install (MacOS -- with updated resource limits so that build would work).
   
   This may be unrelated, but it would appear that `incubator-superset_superset-node_1` has stopped with exit 1:
   ```
   $ docker logs incubator-superset_superset-node_1
   bash: line 0: cd: /app/superset-frontend: No such file or directory
   bash: line 0: cd: /app/superset-frontend: No such file or directory
   ```
   
   (Indeed, there's no superset-frontend that would be expected in the configured service, which simply uses a debian jesse base image with no mapped-in `/app/superset-frontend` 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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [incubator-superset] vikt0rs commented on issue #9116: Empty screen after docker-compose build & up

Posted by GitBox <gi...@apache.org>.
vikt0rs commented on issue #9116: Empty screen after docker-compose build & up
URL: https://github.com/apache/incubator-superset/issues/9116#issuecomment-597487690
 
 
   works for me as well, thanks!

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [incubator-superset] hozn commented on issue #9116: Empty screen after docker-compose build & up

Posted by GitBox <gi...@apache.org>.
hozn commented on issue #9116: Empty screen after docker-compose build & up
URL: https://github.com/apache/incubator-superset/issues/9116#issuecomment-584683882
 
 
   Seeing same issue here on a clean install (MacOS -- with updated resource limits so that build would work).

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [superset] clear-m edited a comment on issue #9116: Empty screen after docker-compose build & up

Posted by GitBox <gi...@apache.org>.
clear-m edited a comment on issue #9116:
URL: https://github.com/apache/superset/issues/9116#issuecomment-801898516


   I faced the same problem (empty screen) when building and installing from the current master.
   It turns out that I missed some major steps during building process.
   This manual helped me a lot - https://hackernoon.com/a-better-guide-to-build-apache-superset-from-source-6f2ki32n0
   Now everything is ok.
   


-- 
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:
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] mymzheka commented on issue #9116: Empty screen after docker-compose build & up

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


   > 
   > 
   > I had the same symptom, the cause is [the `npm install` command of superset-node container](https://github.com/apache/incubator-superset/blob/232925b7bf0e2ffbe23029a77a97223663830968/docker-compose.yml#L72) did not run successfully due to network failure(I'm at China mainland), I had to mannuly set the npm registry to a China mirror to make it work, posting here just in case someone else run into this.
   
   Thanks for that, I added http_proxy && https_proxy env vars to docker/.env file, its solve the problem 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.

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] [incubator-superset] l1x commented on issue #9116: Empty screen after docker-compose build & up

Posted by GitBox <gi...@apache.org>.
l1x commented on issue #9116: Empty screen after docker-compose build & up
URL: https://github.com/apache/incubator-superset/issues/9116#issuecomment-597145159
 
 
   > Hi @l1x and @vikt0rs - are you still experiencing this issue?
   
   It worked after the update.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [incubator-superset] l1x closed issue #9116: Empty screen after docker-compose build & up

Posted by GitBox <gi...@apache.org>.
l1x closed issue #9116: Empty screen after docker-compose build & up
URL: https://github.com/apache/incubator-superset/issues/9116
 
 
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [superset] amravazzi edited a comment on issue #9116: Empty screen after docker-compose build & up

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


   As it was said before, you should wait for Webpack to finish its slow job. It took 170s to finish. I'm running it in a docker and everything was setup when I received `<s> [webpack.Progress] 100%` from the `superset_node` container in the terminal as follows:
   
   <img width="778" alt="Screen Shot 2021-04-19 at 13 25 15" src="https://user-images.githubusercontent.com/6233950/115271323-96b7a380-a113-11eb-9087-69f6db214100.png">
   


-- 
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:
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] clear-m edited a comment on issue #9116: Empty screen after docker-compose build & up

Posted by GitBox <gi...@apache.org>.
clear-m edited a comment on issue #9116:
URL: https://github.com/apache/superset/issues/9116#issuecomment-802900192


   > I have the same issues - looking for solutions, but it seems no solution yet.
   
   Please, try https://hackernoon.com/a-better-guide-to-build-apache-superset-from-source-6f2ki32n0


-- 
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:
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] Kyeongan commented on issue #9116: Empty screen after docker-compose build & up

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


   I have the same issues - looking for solutions, but it seems no solution yet.


----------------------------------------------------------------
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:
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] amravazzi commented on issue #9116: Empty screen after docker-compose build & up

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


   As it was said before, you should wait for Webpack to finish its slow job. It took 170s to finish. I'm running it in a docker and everything was setup when I received `<s> [webpack.Progress] 100%` in the terminal as follows:
   <img width="778" alt="Screen Shot 2021-04-19 at 13 25 15" src="https://user-images.githubusercontent.com/6233950/115271323-96b7a380-a113-11eb-9087-69f6db214100.png">
   


-- 
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:
users@infra.apache.org



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


[GitHub] [incubator-superset] hozn edited a comment on issue #9116: Empty screen after docker-compose build & up

Posted by GitBox <gi...@apache.org>.
hozn edited a comment on issue #9116: Empty screen after docker-compose build & up
URL: https://github.com/apache/incubator-superset/issues/9116#issuecomment-584683882
 
 
   Seeing same issue here on a clean install (MacOS -- with updated resource limits so that build would work).
   
   It would appear that `incubator-superset_superset-node_1` has stopped with exit 1:
   ```
   $ docker logs incubator-superset_superset-node_1
   bash: line 0: cd: /app/superset-frontend: No such file or directory
   bash: line 0: cd: /app/superset-frontend: 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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [incubator-superset] vikt0rs commented on issue #9116: Empty screen after docker-compose build & up

Posted by GitBox <gi...@apache.org>.
vikt0rs commented on issue #9116: Empty screen after docker-compose build & up
URL: https://github.com/apache/incubator-superset/issues/9116#issuecomment-584762844
 
 
   Seems to be duplicate of https://github.com/apache/incubator-superset/issues/9108

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [superset] clear-m edited a comment on issue #9116: Empty screen after docker-compose build & up

Posted by GitBox <gi...@apache.org>.
clear-m edited a comment on issue #9116:
URL: https://github.com/apache/superset/issues/9116#issuecomment-801898516


   Looks like I have the same problem (empty screen) when building and installing from the current master.
   But in https://github.com/apache/superset/tree/1.1 everything is ok.


-- 
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:
users@infra.apache.org



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


[GitHub] [incubator-superset] damnko commented on issue #9116: Empty screen after docker-compose build & up

Posted by GitBox <gi...@apache.org>.
damnko commented on issue #9116:
URL: https://github.com/apache/incubator-superset/issues/9116#issuecomment-751460491


   I'm also having this issue with a clean install on mac, following the instructions here https://superset.apache.org/docs/installation/installing-superset-using-docker-compose. Any hints on how to solve it? Thanks


----------------------------------------------------------------
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:
users@infra.apache.org



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


[GitHub] [incubator-superset] lanyusea commented on issue #9116: Empty screen after docker-compose build & up

Posted by GitBox <gi...@apache.org>.
lanyusea commented on issue #9116:
URL: https://github.com/apache/incubator-superset/issues/9116#issuecomment-710057431


   I met the same problem, but I haven't install npm in my Linux, any thought?


----------------------------------------------------------------
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:
users@infra.apache.org



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


[GitHub] [incubator-superset] willbarrett commented on issue #9116: Empty screen after docker-compose build & up

Posted by GitBox <gi...@apache.org>.
willbarrett commented on issue #9116: Empty screen after docker-compose build & up
URL: https://github.com/apache/incubator-superset/issues/9116#issuecomment-596794784
 
 
   Hi @l1x and @vikt0rs - are you still experiencing this issue?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [superset] clear-m commented on issue #9116: Empty screen after docker-compose build & up

Posted by GitBox <gi...@apache.org>.
clear-m commented on issue #9116:
URL: https://github.com/apache/superset/issues/9116#issuecomment-801898516


   Looks like I have the same problem (empty screen) when building and installing from the current master.


----------------------------------------------------------------
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:
users@infra.apache.org



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


[GitHub] [incubator-superset] nytai commented on issue #9116: Empty screen after docker-compose build & up

Posted by GitBox <gi...@apache.org>.
nytai commented on issue #9116: Empty screen after docker-compose build & up
URL: https://github.com/apache/incubator-superset/issues/9116#issuecomment-584948349
 
 
   should be fixed by: https://github.com/apache/incubator-superset/pull/9114

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [incubator-superset] hozn edited a comment on issue #9116: Empty screen after docker-compose build & up

Posted by GitBox <gi...@apache.org>.
hozn edited a comment on issue #9116: Empty screen after docker-compose build & up
URL: https://github.com/apache/incubator-superset/issues/9116#issuecomment-584683882
 
 
   Seeing same issue here on a clean install (MacOS -- with updated resource limits so that build would work).
   
   This may be unrelated, but it would appear that `incubator-superset_superset-node_1` has stopped with exit 1:
   ```
   $ docker logs incubator-superset_superset-node_1
   bash: line 0: cd: /app/superset-frontend: No such file or directory
   bash: line 0: cd: /app/superset-frontend: No such file or directory
   ```
   
   (Indeed, there's no superset-frontend that would be expected in the configured service, which simply uses a debian jesse base image with no mapped-in volumes.)

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [superset] clear-m commented on issue #9116: Empty screen after docker-compose build & up

Posted by GitBox <gi...@apache.org>.
clear-m commented on issue #9116:
URL: https://github.com/apache/superset/issues/9116#issuecomment-802900192


   > I have the same issues - looking for solutions, but it seems no solution yet.
   
   try https://hackernoon.com/a-better-guide-to-build-apache-superset-from-source-6f2ki32n0


-- 
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:
users@infra.apache.org



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


[GitHub] [incubator-superset] Meizuamy commented on issue #9116: Empty screen after docker-compose build & up

Posted by GitBox <gi...@apache.org>.
Meizuamy commented on issue #9116:
URL: https://github.com/apache/incubator-superset/issues/9116#issuecomment-699761724


   > I had the same symptom, the cause is [the `npm install` command of superset-node container](https://github.com/apache/incubator-superset/blob/232925b7bf0e2ffbe23029a77a97223663830968/docker-compose.yml#L72) did not run successfully due to network failure(I'm at China mainland), I had to mannuly set the npm registry to a China mirror to make it work, posting here just in case someone else run into this.
   
   I hava the same problem when i install the superset ,can u tell me how can i change the npm registry.


----------------------------------------------------------------
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:
users@infra.apache.org



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


[GitHub] [incubator-superset] lanyusea removed a comment on issue #9116: Empty screen after docker-compose build & up

Posted by GitBox <gi...@apache.org>.
lanyusea removed a comment on issue #9116:
URL: https://github.com/apache/incubator-superset/issues/9116#issuecomment-710057431


   I met the same problem, but I haven't install npm in my Linux, any thought?


----------------------------------------------------------------
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:
users@infra.apache.org



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


[GitHub] [incubator-superset] Meizuamy commented on issue #9116: Empty screen after docker-compose build & up

Posted by GitBox <gi...@apache.org>.
Meizuamy commented on issue #9116:
URL: https://github.com/apache/incubator-superset/issues/9116#issuecomment-751911042


   > I'm also having this issue with a clean install on mac, following the instructions here https://superset.apache.org/docs/installation/installing-superset-using-docker-compose. Any hints on how to solve it? Thanks
   just wait a minute. 


----------------------------------------------------------------
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:
users@infra.apache.org



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