You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2021/11/10 10:37:49 UTC

[GitHub] [rocketmq-dashboard] StyleTang commented on issue #41: ERROR Unexpected error occurred in scheduled task

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: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org