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

DataxMasterdataApplication 启动 总是报rabbitmq错误 #776

Closed
lqxue575 opened this issue Feb 14, 2025 · 1 comment
Closed

DataxMasterdataApplication 启动 总是报rabbitmq错误 #776

lqxue575 opened this issue Feb 14, 2025 · 1 comment

Comments

@lqxue575
Copy link

DataxMasterdataApplication 启动时总是报如下错误:

Caused by: 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:364)
at com.rabbitmq.client.ConnectionFactory.newConnection(ConnectionFactory.java:1115)
at com.rabbitmq.client.ConnectionFactory.newConnection(ConnectionFactory.java:1063)
at org.springframework.amqp.rabbit.connection.AbstractConnectionFactory.connect(AbstractConnectionFactory.java:526)
at org.springframework.amqp.rabbit.connection.AbstractConnectionFactory.createBareConnection(AbstractConnectionFactory.java:473)
... 50 common frames omitted

配置文件中得密码已经设置为空,还是不行。
common:
rabbitmq:
host: localhost
username: admin
password:
port: 5672

@alldatafounder
Copy link
Collaborator

注意配置rabbitmq.conf相关的密码配置,并保证开启远程任意主机可以访问。

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

No branches or pull requests

2 participants