qiaofeng1227 opened a new issue #2689:
URL: https://github.com/apache/rocketmq/issues/2689


   **BUG REPORT**
   
   1. Please describe the issue you observed:
   
   steps:
   download the rocketmq-all-4.8.0-source-release.zip  
   execute the following commands to unpack 4.8.0 source release  
   Start Name Server on shell "nohup sh bin/mqnamesrv &"
   
   mqnamesrv  can't start!
   
   Error executing the following script:
   `sh ${ROCKETMQ_HOME}/bin/runserver.sh`
   
   2. Please tell us about your environment:
   OS:Ubuntu20.04
   JDK:1.8
   RocketMQ:4.8.0
   
   
   3. Other information (e.g. detailed explanation, logs, related issues, 
suggestions how to fix, etc):
   
   Our Solution:
   Edit file /rocketmq/bin/mqnamesrv,  ` sh ${ROCKETMQ_HOME}/bin/runserver.sh 
org.apache.rocketmq.namesrv.NamesrvStartup $@` Replace with `bash 
${ROCKETMQ_HOME}/bin/runserver.sh org.apache.rocketmq.namesrv.NamesrvStartup $@`
   


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to