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 2019/01/02 10:49:47 UTC

[GitHub] chakshu222 edited a comment on issue #6462: docker-build.sh is missing

chakshu222 edited a comment on issue #6462: docker-build.sh is missing
URL: https://github.com/apache/incubator-superset/issues/6462#issuecomment-450832903
 
 
   While installing using the new documentation I am getting this error in the last step
   ```docker-compose up```
   ```superset_1  | Traceback (most recent call last):
   superset_1  |   File "/usr/local/lib/python3.6/site-packages/flask/cli.py", line 95, in find_best_app
   superset_1  |     module=module.__name__
   superset_1  | flask.cli.NoAppException: Failed to find Flask application or factory in module "app". Use "FLASK_APP=app:name to specify one.
   superset_1  | 127.0.0.1 - - [02/Jan/2019 09:58:15] "GET /health HTTP/1.1" 500 -
   superset_1  | Traceback (most recent call last):
   superset_1  |   File "/usr/local/lib/python3.6/site-packages/flask/cli.py", line 95, in find_best_app
   superset_1  |     module=module.__name__
   superset_1  | flask.cli.NoAppException: Failed to find Flask application or factory in module "app". Use "FLASK_APP=app:name to specify one.
   superset_1  | 127.0.0.1 - - [02/Jan/2019 09:58:46] "GET /health HTTP/1.1" 500 -
   superset_1  | 127.0.0.1 - - [02/Jan/2019 09:59:16] "GET /health HTTP/1.1" 500 -
   superset_1  | Traceback (most recent call last):
   superset_1  |   File "/usr/local/lib/python3.6/site-packages/flask/cli.py", line 95, in find_best_app
   superset_1  |     module=module.__name__
   superset_1  | flask.cli.NoAppException: Failed to find Flask application or factory in module "app". Use "FLASK_APP=app:name to specify one.
   superset_1  | 127.0.0.1 - - [02/Jan/2019 09:59:46] "GET /health HTTP/1.1" 500 -
   superset_1  | 127.0.0.1 - - [02/Jan/2019 10:00:16] "GET /health HTTP/1.1" 500 -
   superset_1  | 127.0.0.1 - - [02/Jan/2019 10:00:46] "GET /health HTTP/1.1" 500 -
   superset_1  | 127.0.0.1 - - [02/Jan/2019 10:01:16] "GET /health HTTP/1.1" 500 -
   ```
   These are first few error messages, getting same errors repeatedly
   
   build completed for these two db
   ```
   redis_1     | 1:M 02 Jan 08:05:31.291 * The server is now ready to accept connections on port 6379
   postgres_1  | 2019-01-02 08:05:33.568 UTC [1] LOG:  database system is ready to accept connections
   ```
   
   How to fix this ?
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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