You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by "juda666a (via GitHub)" <gi...@apache.org> on 2023/05/06 03:09:32 UTC

[GitHub] [rocketmq-exporter] juda666a opened a new issue, #139: 云服务器报错-RemotingConnectException: connect to 60.204.153.31 :10911 failed

juda666a opened a new issue, #139:
URL: https://github.com/apache/rocketmq-exporter/issues/139

   报错截图如下
   ![image](https://user-images.githubusercontent.com/51785878/236595458-e856d622-b5b0-4846-89b9-ec626adbef9a.png)
   application.yml配置如下,使用公网IP
   ![image](https://user-images.githubusercontent.com/51785878/236595529-b7103bb0-77f8-45e3-b68e-11c03c206285.png)
   rocketMQ conf文件具体配置如下
   ![image](https://user-images.githubusercontent.com/51785878/236595565-2d08d914-ccbc-4069-b607-b864f9c8fb80.png)
   rocketMq启动命令如下
   1、docker run -d -p 9876:9876 --name rmqnamesrv --restart=always -v /home/software/rocketmq/data/namesrv/logs:/root/logs -v /home/software/rocketmq/data/namesrv/store:/root/store -e "MAX_POSSIBLE_HEAP=100000000" rocketmqinc/rocketmq:latest sh mqnamesrv
   2、docker run -d -p 10911:10911 -p 10909:10909 --name rmqbroker --restart=always -v /home/software/rocketmq/data/broker/logs:/root/logs -v /home/software/rocketmq/data/broker/store:/root/store -v /home/software/rocketmq/conf/broker.conf:/opt/rocketmq-latest/conf/broker.conf --link rmqnamesrv:namesrv -e "NAMESRV_ADDR=namesrv:9876" -e "MAX_POSSIBLE_HEAP=200000000" rocketmqinc/rocketmq:latest sh mqbroker -c /opt/rocketmq-latest/conf/broker.conf
   3、docker run -d --restart=always --name rmqadmin -e "JAVA_OPTS=-Drocketmq.namesrv.addr=60.204.153.31:9876 -Dcom.rocketmq.sendMessageWithVIPChannel=false" -p 9999:8080 -t styletang/rocketmq-console-ng
   


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

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


[GitHub] [rocketmq-exporter] samgang commented on issue #139: 云服务器报错-RemotingConnectException: connect to 60.204.153.31 :10911 failed

Posted by "samgang (via GitHub)" <gi...@apache.org>.
samgang commented on issue #139:
URL: https://github.com/apache/rocketmq-exporter/issues/139#issuecomment-1695117955

   check firewall on host or cloud
   ```shell
   PORT 10911 is CLOSED on '60.204.153.31'.
   ```


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

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


[GitHub] [rocketmq-exporter] humkum commented on issue #139: 云服务器报错-RemotingConnectException: connect to 60.204.153.31 :10911 failed

Posted by "humkum (via GitHub)" <gi...@apache.org>.
humkum commented on issue #139:
URL: https://github.com/apache/rocketmq-exporter/issues/139#issuecomment-1614484620

   看着像是 broker ip 不太对,中间多了个空格?


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

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