CN-Jane opened a new issue #3440: URL: https://github.com/apache/rocketmq/issues/3440
My English is not good,Let me describe my probleam. firsh: use command: nohup sh mqnamesrv -n 39.99.145.187:9876 > /usr/local/logs/rocketmqlogs/mqnamesrv.log 2>&1 & next : vim conf/broker.conf, add config: namesrvAddr=aaaa:9876 brokerIP1=aaaa aaaa is Internet address and the port is already open next: nohup sh mqbroker -n aaa:9876 -c ../conf/broker.conf > /usr/local/logs/rocketmqlogs/broker.log 2>&1 & This error occurs when a message is sent: org.apache.rocketmq.client.exception.MQClientException: Send [3] times, still failed, cost [6013]ms, Topic: basic, BrokersSent: [broker-a, broker-a, broker-a] Caused by: org.apache.rocketmq.remoting.exception.RemotingConnectException: connect to 192.168.100.102:10911 failed -- 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]
