xuanskyer opened a new issue, #7185:
URL: https://github.com/apache/rocketmq/issues/7185

   ### Before Creating the Bug Report
   
   - [X] I found a bug, not just asking a question, which should be created in 
[GitHub Discussions](https://github.com/apache/rocketmq/discussions).
   
   - [X] I have searched the [GitHub 
Issues](https://github.com/apache/rocketmq/issues) and [GitHub 
Discussions](https://github.com/apache/rocketmq/discussions)  of this 
repository and believe that this is not a duplicate.
   
   - [X] I have confirmed that this bug belongs to the current repository, not 
other repositories of RocketMQ.
   
   
   ### Runtime platform environment
   
   CentOS Linux release 7.9.2009 (Core)
   
   ### RocketMQ version
   
   5.1.3
   
   ### JDK Version
   
   java-1.8.0-openjdk-1.8.0.372.b07-1.el7_9.x86_64
   
   ### Describe the Bug
   
   按照 https://rocketmq.apache.org/zh/docs/quickStart/01quickstart 快速部署模式。
   
   1. 下载安装Apache RocketMQ 5.1.3 二进制包
   2. 启动NameServer ,成功
   3. 启动Broker+Proxy,成功。此时发现8080端口已经被监听了:
   ```
   lsof -i:8080
   COMMAND   PID USER   FD   TYPE    DEVICE SIZE/OFF NODE NAME
   java    25323 root  236u  IPv6 234111338      0t0  TCP *:webcache (LISTEN)
   ```
   4. 后续启动 RocketMQ Dashboard 失败,提示端口占用
   
   ### Steps to Reproduce
   
   按照 https://rocketmq.apache.org/zh/docs/quickStart/01quickstart 快速部署模式。
   
   1. 下载安装Apache RocketMQ 5.1.3 二进制包
   2. 启动NameServer ,成功
   3. 启动Broker+Proxy,成功。此时发现8080端口已经被监听了:
   ```
   lsof -i:8080
   COMMAND   PID USER   FD   TYPE    DEVICE SIZE/OFF NODE NAME
   java    25323 root  236u  IPv6 234111338      0t0  TCP *:webcache (LISTEN)
   ```
   4. 后续启动 RocketMQ Dashboard 失败,提示端口占用
   
   ### What Did You Expect to See?
   
   RocketMQ Broker+Proxy 和 RocketMQ Dashboard的 服务启动不要有冲突
   
   ### What Did You See Instead?
   
   RocketMQ Broker+Proxy 和 RocketMQ Dashboard的 服务启动不要有冲突
   
   ### Additional Context
   
   _No response_


-- 
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]

Reply via email to