jnishiyama commented on issue #6291: Cannot connect to 
amqp://guest:**@127.0.0.1:5672
URL: 
https://github.com/apache/incubator-superset/issues/6291#issuecomment-436721685
 
 
   Hey @UrimLimani we ran into the same issue today, and a lot more in the 
Docker installation, but seems like there is help on the way: 
https://github.com/apache/incubator-superset/pull/5966. 
   
   This seems to happen because for whatever reason the 
`superset/superset_config.py` file isn't properly overriding the 
`superset_config.py` when `docker-init.sh` runs.
   
   Check to make sure that your `superset/superset_config.py` file is present. 
If it is, then oddly enough what worked for us was "turning it on and off 
again", we just restarted the worker and web server (not calling 
docker-init.sh). I would also recommend not using the `superset worker` 
command, but rather something along the lines of `celery -A superset worker -l 
info`.
   
   Sorry I don't have a specific root cause, I'm new to the repo, but I hope 
this helps!

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to