Exception in thread "main" com.rabbitmq.client.AuthenticationFailureException:
ACCESS_REFUSED - Login was refused using authentication mechanism PLAIN.
For details see the broker logfile.
at com.rabbitmq.client.impl.AMQConnection.start(AMQConnection.java:385)
at com.rabbitmq.client.impl.recovery.RecoveryAwareAMQConnectionFactory.newConnection(RecoveryAwareAMQConnectionFactory.java:65)
at com.rabbitmq.client.impl.recovery.AutorecoveringConnection.init(AutorecoveringConnection.java:160)
at com.rabbitmq.client.ConnectionFactory.newConnection(ConnectionFactory.java:1216)
at com.rabbitmq.client.ConnectionFactory.newConnection(ConnectionFactory.java:1173)
at com.rabbitmq.client.ConnectionFactory.newConnection(ConnectionFactory.java:1131)
at com.rabbitmq.client.ConnectionFactory.newConnection(ConnectionFactory.java:1294)
at Send.main(Send.java:19)
[AMQP Connection 127.0.0.1:5672] WARN com.rabbitmq.client.impl.ForgivingExceptionHandler -
An unexpected connection driver error occurred (Exception message: Socket closed)
FAILURE: Build failed with an exception.
Check the logs at the RabbitMQ server end:
2022-06-13 07:41:48.892031+00:00 [error] <0.1804.0> Error on AMQP connection <0.1804.0> (172.17.0.1:62846 -> 172.17.0.2:5672, state: starting):
2022-06-13 07:41:48.892031+00:00 [error] <0.1804.0> PLAIN login refused: user 'guest' - invalid credentials
2022-06-13 07:41:48.898324+00:00 [info] <0.1804.0> closing AMQP connection <0.1804.0> (172.17.0.1:62846 -> 172.17.0.2:5672)
Fix:
As you see that the login was refused due to invalid credentials, make sure you have provided the correct username and password. If you are using the default credentials the username and password both are guest
More Posts related to 2022,
More Posts:
- How to make ZSH as the default shell on Ubuntu - zsh
- How to view the desktop when using macOS Stage Manager? - MacOS
- Eclipse : Workspace was written with an older version of the product and will be updated - Eclipse
- Make Android TextView Clickable like Buttons - Android
- [Solved] Dynamic Web Module 3.0 requires Java 1.6 or newer Mac OSX - Mac-OS-X
- Find installed Gradle version command - Gradle
- SharePoint Server 2016 setup error - A system restart from a previous installation or update is pending. Restart your computer and run setup to continue. - SharePoint
- You're not on Teams yet, but you can set it up for your organization. [Microsoft Teams Login Error] - Microsoft