rocketmq-console 启动后一直报错,无法发送消息
来源:1-1 本课导学

qq_孤狼_59
2023-09-18
[2023-09-18 19:19:36.030] INFO closeChannel: close the connection to remote address[192.168.0.210:9876] result: true
[2023-09-18 19:19:36.032] INFO op=look_clusterInfo {“brokerAddrTable”:{“localhost.localdomain”:{“cluster”:“DefaultCluster”,“brokerName”:“localhost.localdomain”,“brokerAddrs”:{“0”:“172.17.0.1:10911”}}},“clusterAddrTable”:{“DefaultCluster”:[“localhost.localdomain”]}}
[2023-09-18 19:19:36.062] INFO closeChannel: close the connection to remote address[192.168.0.210:9876] result: true
[2023-09-18 19:19:36.063] INFO closeChannel: close the connection to remote address[] result: true
[2023-09-18 19:19:36.064] ERROR Unexpected error occurred in scheduled task.
java.lang.RuntimeException: org.apache.rocketmq.remoting.exception.RemotingConnectException: connect to <172.17.0.1:10911> failed
at com.google.common.base.Throwables.propagate(Throwables.java:160)
at org.apache.rocketmq.console.task.DashboardCollectTask.collectTopic(DashboardCollectTask.java:156)
at org.apache.rocketmq.console.task.DashboardCollectTaskFastClassBySpringCGLIBFastClassBySpringCGLIBFastClassBySpringCGLIBc818b8cd.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:721)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:85)
at
1回答
-
大目
2023-10-07
核心异常:
java.lang.RuntimeException: org.apache.rocketmq.remoting.exception.RemotingConnectException: connect to <172.17.0.1:10911>
可以参考下这几篇文章。
https://blog.51cto.com/u_14861909/5708412
https://blog.csdn.net/zhangzengxiu/article/details/119062079
https://blog.csdn.net/qq_41489540/article/details/116401284
00
相似问题