StyleTang commented on issue #41: URL: https://github.com/apache/rocketmq-dashboard/issues/41#issuecomment-965002334
Could you provide the information on how you set up your RocketMQ nameserver and broker? The Exception shows that you can not connect to 172.16.1.207:10909, please make sure that your network configuration is right. You can test your network connection with this command. ```shell ping 172.16.1.207 ``` Another possibility is that you don't config your broker in the right way. `broker.conf` has an item called broker IP, make sure the value is correct. For example: ```properties brokerClusterName = DefaultCluster brokerName = mqbroker brokerId = 0 deleteWhen = 04 fileReservedTime = 48 brokerRole = ASYNC_MASTER flushDiskType = ASYNC_FLUSH brokerIP1 = xx.xx.xx.xx ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
