Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get error PLAIN login refused: user 'guest' - invalid credentials after customizing .env file #2

Open
sadeghmohebbi opened this issue Feb 13, 2019 · 1 comment

Comments

@sadeghmohebbi
Copy link

sadeghmohebbi commented Feb 13, 2019

hello

after editing .env file, I run the commands and I see error logs cause of invalid auth

cleanup docker
docker rm -v $(docker ps -a -f status=exited -q)
docker rmi $(docker images -f "dangling=true" -q)
docker system prune
docker volume prune

then running your repo cluster
docker-compose up -d

I see logs below (docker-compose logs -f)

rabbitmq3_1  | 2019-02-13 10:50:08.730 [info] <0.823.0> accepting AMQP connection <0.823.0> (172.25.0.5:49252 -> 172.25.0.4:5672)
rabbitmq3_1  | 2019-02-13 10:50:08.774 [error] <0.823.0> Error on AMQP connection <0.823.0> (172.25.0.5:49252 -> 172.25.0.4:5672, state: starting):
rabbitmq3_1  | PLAIN login refused: user 'guest' - invalid credentials
rabbitmq1_1  | 2019-02-13 10:50:08.940 [info] <0.1430.0> accepting AMQP connection <0.1430.0> (172.25.0.5:46062 -> 172.25.0.2:5672)
rabbitmq1_1  | 2019-02-13 10:50:08.952 [error] <0.1430.0> Error on AMQP connection <0.1430.0> (172.25.0.5:46062 -> 172.25.0.2:5672, state: starting):
rabbitmq1_1  | PLAIN login refused: user 'guest' - invalid credentials
rabbitmq2_1  | 2019-02-13 10:50:09.818 [info] <0.875.0> accepting AMQP connection <0.875.0> (172.25.0.5:41130 -> 172.25.0.3:5672)
rabbitmq2_1  | 2019-02-13 10:50:09.826 [error] <0.875.0> Error on AMQP connection <0.875.0> (172.25.0.5:41130 -> 172.25.0.3:5672, state: starting):
rabbitmq2_1  | PLAIN login refused: user 'guest' - invalid credentials
rabbitmq1_1  | 2019-02-13 10:50:10.056 [info] <0.1427.0> closing AMQP connection <0.1427.0> (172.25.0.5:46038 -> 172.25.0.2:5672)
rabbitmq2_1  | 2019-02-13 10:50:11.136 [info] <0.872.0> closing AMQP connection <0.872.0> (172.25.0.5:41106 -> 172.25.0.3:5672)
rabbitmq3_1  | 2019-02-13 10:50:11.775 [info] <0.823.0> closing AMQP connection <0.823.0> (172.25.0.5:49252 -> 172.25.0.4:5672)
rabbitmq1_1  | 2019-02-13 10:50:11.953 [info] <0.1430.0> closing AMQP connection <0.1430.0> (172.25.0.5:46062 -> 172.25.0.2:5672)
rabbitmq3_1  | 2019-02-13 10:50:12.415 [info] <0.827.0> accepting AMQP connection <0.827.0> (172.25.0.5:49282 -> 172.25.0.4:5672)
rabbitmq3_1  | 2019-02-13 10:50:12.424 [error] <0.827.0> Error on AMQP connection <0.827.0> (172.25.0.5:49282 -> 172.25.0.4:5672, state: starting):
rabbitmq3_1  | PLAIN login refused: user 'guest' - invalid credentials
infinite...

how can I solve this

@cahitbeyaz
Copy link

Take a look at this similar problem: docker-library/rabbitmq#150

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants