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/10 16:36:05 UTC

[GitHub] [incubator-superset] Taki-Eddine opened a new issue #9108: UI won't load

Taki-Eddine opened a new issue #9108: UI won't load
URL: https://github.com/apache/incubator-superset/issues/9108
 
 
   I am using the docker image to use Apache superset, I followed the instructions.
   I cloned the git repository then a docker-compose up
    
   
   ### Expected results
   
   The UI to load
   
   ### Actual results
   
   The UI won't load, here is a screenshot
   ![Screenshot from 2020-02-10 17-32-07](https://user-images.githubusercontent.com/20522687/74169284-5c0ecd00-4c2b-11ea-997c-8e13d9b4996b.png)
   
   
   
   
   
   
   #### How to reproduce the bug
   I followed the instructions to use the docker image.
   
   
   ### Checklist
   
   Make sure these boxes are checked before submitting your issue - thank you!
   
   - [* ] I have checked the superset logs for python stacktraces and included it here as text if there are any.
   - [ *] I have reproduced the issue with at least the latest released version of superset.
   - [* ] I have checked the issue tracker for the same issue and I haven't found one similar.
   
   ### Additional context
   
   the docker logs show that incubator-superset_superset-node_1 fails to cd into /app/superset-frontend/, I am getting the following error message:
   `superset-node_1    | bash: line 0: cd: /app/superset-frontend/: No such file or directory`
   
   The problematic instruction lies in the docker-compose.yml file; line 69:
   
   `    command: ["bash", "-c", "ls /app/ && cd /app/superset-frontend/ && npm install && npm run dev"]
   `
   
   

----------------------------------------------------------------
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] Taki-Eddine commented on issue #9108: UI won't load

Posted by GitBox <gi...@apache.org>.
Taki-Eddine commented on issue #9108: UI won't load
URL: https://github.com/apache/incubator-superset/issues/9108#issuecomment-585361793
 
 
   Fixed by  #9114. 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] IndexOutOfRange commented on issue #9108: UI won't load

Posted by GitBox <gi...@apache.org>.
IndexOutOfRange commented on issue #9108: UI won't load
URL: https://github.com/apache/incubator-superset/issues/9108#issuecomment-584263917
 
 
   Hello, what is the url address you are accessing in your browser ? looks like you are trying to connect to the flask server directly and not the node one.

----------------------------------------------------------------
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] Taki-Eddine closed issue #9108: UI won't load

Posted by GitBox <gi...@apache.org>.
Taki-Eddine closed issue #9108: UI won't load
URL: 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] [incubator-superset] Taki-Eddine commented on issue #9108: UI won't load

Posted by GitBox <gi...@apache.org>.
Taki-Eddine commented on issue #9108: UI won't load
URL: https://github.com/apache/incubator-superset/issues/9108#issuecomment-584284849
 
 
   > Hello, what is the url address you are accessing in your browser ? looks like you are trying to connect to the flask server directly and not the node one.
   
   @IndexOutOfRange  I am accessing it using localhost:8088 as specified in the doc. I am being prompted a login page then when I enter creds (admin:admin) I get the page I showed in the screenshot. I believe that `superset-node_1` was not able to load the 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.
 
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] IndexOutOfRange commented on issue #9108: UI won't load

Posted by GitBox <gi...@apache.org>.
IndexOutOfRange commented on issue #9108: UI won't load
URL: https://github.com/apache/incubator-superset/issues/9108#issuecomment-584287636
 
 
   what's the result of accessing superset through port 9000 ?

----------------------------------------------------------------
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 #9108: UI won't load

Posted by GitBox <gi...@apache.org>.
vikt0rs commented on issue #9108: UI won't load
URL: https://github.com/apache/incubator-superset/issues/9108#issuecomment-584554583
 
 
   I've got the same issue after installation inside the virtualenv according to the manual [0]. Service was run as `superset run -p 8088 --with-threads --reload --debugger`
   I've had to checkout to tag `0.35.2` to get rid of this
    
   [0] - https://superset.incubator.apache.org/installation.html#superset-installation-and-initialization

----------------------------------------------------------------
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] Taki-Eddine commented on issue #9108: UI won't load

Posted by GitBox <gi...@apache.org>.
Taki-Eddine commented on issue #9108: UI won't load
URL: https://github.com/apache/incubator-superset/issues/9108#issuecomment-584296185
 
 
   > what's the result of accessing superset through port 9000 ?
   
   I am unable to connect. Nothing is listening on 9000 I think.

----------------------------------------------------------------
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] jmmadsen commented on issue #9108: UI won't load

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


   I am getting the exact same issue as the original poster, following the same steps. I am running on Mac OS X, and have upped my Docker RAM to 6GB.
   
   Does anyone know what causes the UI to fail to load?
   
   ```superset_app             | 172.20.0.1 - - [22/Sep/2020 14:17:24] "POST /login/ HTTP/1.1" 302 -
   superset_app             | INFO:werkzeug:172.20.0.1 - - [22/Sep/2020 14:17:24] "POST /login/ HTTP/1.1" 302 -
   superset_app             | 172.20.0.1 - - [22/Sep/2020 14:17:24] "GET / HTTP/1.1" 302 -
   superset_app             | INFO:werkzeug:172.20.0.1 - - [22/Sep/2020 14:17:24] "GET / HTTP/1.1" 302 -
   superset_app             | 172.20.0.1 - - [22/Sep/2020 14:17:25] "GET /superset/welcome HTTP/1.1" 200 -
   superset_app             | INFO:werkzeug:172.20.0.1 - - [22/Sep/2020 14:17:25] "GET /superset/welcome HTTP/1.1" 200 -
   superset_app             | 172.20.0.1 - - [22/Sep/2020 14:17:25] "GET /static/assets/images/loading.gif HTTP/1.1" 404 -
   superset_app             | INFO:werkzeug:172.20.0.1 - - [22/Sep/2020 14:17:25] "GET /static/assets/images/loading.gif HTTP/1.1" 404 -```


----------------------------------------------------------------
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] jmmadsen commented on issue #9108: UI won't load

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


   I am getting the exact same issue as the original poster, following the same steps. I am running on Mac OS X, and have upped my Docker RAM to 6GB.
   
   Does anyone know what causes the UI to fail to load?
   
   ```superset_app             | 172.20.0.1 - - [22/Sep/2020 14:17:24] "POST /login/ HTTP/1.1" 302 -
   superset_app             | INFO:werkzeug:172.20.0.1 - - [22/Sep/2020 14:17:24] "POST /login/ HTTP/1.1" 302 -
   superset_app             | 172.20.0.1 - - [22/Sep/2020 14:17:24] "GET / HTTP/1.1" 302 -
   superset_app             | INFO:werkzeug:172.20.0.1 - - [22/Sep/2020 14:17:24] "GET / HTTP/1.1" 302 -
   superset_app             | 172.20.0.1 - - [22/Sep/2020 14:17:25] "GET /superset/welcome HTTP/1.1" 200 -
   superset_app             | INFO:werkzeug:172.20.0.1 - - [22/Sep/2020 14:17:25] "GET /superset/welcome HTTP/1.1" 200 -
   superset_app             | 172.20.0.1 - - [22/Sep/2020 14:17:25] "GET /static/assets/images/loading.gif HTTP/1.1" 404 -
   superset_app             | INFO:werkzeug:172.20.0.1 - - [22/Sep/2020 14:17:25] "GET /static/assets/images/loading.gif HTTP/1.1" 404 -```


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