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/01/27 19:28:25 UTC

[GitHub] [incubator-superset] SWoto commented on issue #8880: Fresh Docker-Compose Local Execution Fails

SWoto commented on issue #8880: Fresh Docker-Compose Local Execution Fails
URL: https://github.com/apache/incubator-superset/issues/8880#issuecomment-578911981
 
 
   I'm currently facing the same problem and I've the correct .env file.
   @dpgaspar, could you reopen this issue?
   
   OS: `Ubuntu 18.04.3 LTS x86_64`
   
   **Compose file:**
   ```
   # database configurations (do not modify)
   DATABASE_DB=superset
   DATABASE_HOST=db
   DATABASE_PASSWORD=superset
   DATABASE_USER=superset
   
   # database engine specific environment variables
   # change the below if you prefers another database engine
   DATABASE_PORT=5432
   DATABASE_DIALECT=postgresql
   POSTGRES_DB=superset
   POSTGRES_USER=superset
   POSTGRES_PASSWORD=superset
   ```
   
   
   **Error LOG:**
   ```superset-init_1    |   "Flask-Caching: CACHE_TYPE is set to null, "
   superset-init_1    | INFO:root:Syncing role definition
   superset-init_1    | INFO:root:Syncing Admin perms
   superset-init_1    | INFO:root:Syncing Alpha perms
   superset-init_1    | INFO:root:Syncing Gamma perms
   superset-init_1    | INFO:root:Syncing granter perms
   superset-init_1    | INFO:root:Syncing sql_lab perms
   superset-init_1    | INFO:root:Fetching a set of all perms to lookup which ones are missing
   superset-init_1    | INFO:root:Creating missing datasource permissions.
   superset-init_1    | INFO:root:Creating missing database permissions.
   superset-init_1    | INFO:root:Creating missing metrics permissions
   superset-init_1    | INFO:root:Cleaning faulty perms
   superset-init_1    | Loaded your LOCAL configuration at [/app/pythonpath/superset_config.py]
   superset-init_1    | 
   superset-init_1    | ######################################################################
   superset-init_1    | 
   superset-init_1    | 
   superset-init_1    | Init Step 4/4 [Complete] -- Setting up roles and perms
   superset-init_1    | 
   superset-init_1    | 
   superset-init_1    | ######################################################################
   superset-init_1    | 
   incubator-superset_superset-init_1 exited with code 0
   db_1               | 2020-01-27 18:57:55.348 UTC [180] FATAL:  password authentication failed for user "postgres"
   db_1               | 2020-01-27 18:57:55.348 UTC [180] DETAIL:  Role "postgres" does not exist.
   db_1               |    Connection matched pg_hba.conf line 95: "host all all all md5"
   db_1               | 2020-01-27 18:58:02.347 UTC [181] FATAL:  password authentication failed for user "postgres"
   db_1               | 2020-01-27 18:58:02.347 UTC [181] DETAIL:  Role "postgres" does not exist.
   db_1               |    Connection matched pg_hba.conf line 95: "host all all all md5"
   db_1               | 2020-01-27 18:58:08.356 UTC [182] FATAL:  password authentication failed for user "postgres"
   db_1               | 2020-01-27 18:58:08.356 UTC [182] DETAIL:  Role "postgres" does not exist.
   db_1               |    Connection matched pg_hba.conf line 95: "host all all all md5"
   Cdb_1               | 2020-01-27 18:58:13.379 UTC [184] FATAL:  password authentication failed for user "postgres"
   db_1               | 2020-01-27 18:58:13.379 UTC [184] DETAIL:  Role "postgres" does not exist.
   db_1               |    Connection matched pg_hba.conf line 95: "host all all all md5"
   ^CGracefully stopping... (press Ctrl+C again to force)
   Stopping incubator-superset_superset-node_1   ... done
   Stopping incubator-superset_superset_1        ... done
   Stopping incubator-superset_superset-worker_1 ... done
   Stopping incubator-superset_redis_1           ... done
   Stopping incubator-superset_db_1              ... done```

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