UrimLimani opened a new issue #6291: Cannot connect to amqp://guest:**@127.0.0.1:5672 URL: https://github.com/apache/incubator-superset/issues/6291 Hello everyone, I'm trying to install the Superset on a Windows 7 machine, through Docker toolbox, as specified in the installation page: ``` git clone https://github.com/apache/incubator-superset/ cd incubator-superset cp contrib/docker/{docker-build.sh,docker-compose.yml,docker-entrypoint.sh,docker-init.sh,Dockerfile} . cp contrib/docker/superset_config.py superset/ bash -x docker-build.sh docker-compose up -d docker-compose exec superset bash bash docker-init.sh ``` When I run `bash docker-init.sh` inside the superset container, the following error is thrown: `[2018-11-07 16:46:34,686: ERROR/MainProcess] consumer: Cannot connect to amqp://guest:**@127.0.0.1:5672//: [Errno 111] Connection refused.` Does anyone has any idea where the problem could be? Thank you in advance!
---------------------------------------------------------------- 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]
