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/04/20 10:01:43 UTC

[GitHub] [incubator-superset] thammaneni opened a new issue #9595: Not able to launch superset

thammaneni opened a new issue #9595:
URL: https://github.com/apache/incubator-superset/issues/9595


   A clear and concise description of what the bug is.
   I have setup the superset version 0.36, using following command to launch application. It seems application launch fine but when i try to access login page it is throwing internal server error. I am uploading the console screenshot for more info. Can you please suggest something. 
   
   command: 
   gunicorn -b 0.0.0.0:1600 --limit-request-line 0 --limit-request-field_size 0 --log-level=debug superset:app
   ### Expected results
   
   what you expected to happen.
   
   ### Actual results
   ![image](https://user-images.githubusercontent.com/16102955/79739578-fff7b180-831b-11ea-8b32-4d0a987faf1c.png)
   
   what actually happens.
   
   #### Screenshots
   
   If applicable, add screenshots to help explain your problem.
   
   #### How to reproduce the bug
   
   1. Go to '...'
   2. Click on '....'
   3. Scroll down to '....'
   4. See error
   
   ### Environment
   
   (please complete the following information):
   
   - superset version: `superset version`
   - python version: `python --version`
   - node.js version: `node -v`
   - npm version: `npm -v`
   
   ### 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
   
   Add any other context about the problem here.
   


----------------------------------------------------------------
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] dpgaspar commented on issue #9595: Not able to launch superset

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


   Use the following instead:
    `gunicorn -b 0.0.0.0:1600 --limit-request-line 0 --limit-request-field_size 0 --log-level=debug "superset.app:create_app()"`
   


----------------------------------------------------------------
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] thammaneni commented on issue #9595: Not able to launch superset

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


   Thanks dpgaspar.


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