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/04/08 06:44:58 UTC

[GitHub] [rocketmq] hhive opened a new issue #2787: 官网下载的最新4.8.0的包无法启动nameServer

hhive opened a new issue #2787:
URL: https://github.com/apache/rocketmq/issues/2787


   提示:
   /app/rocketmq-all-4.8.0-bin-release/bin/runserver.sh: 70: [[: not found
   Unrecognized option: -Xlog:gc*:file=/dev/shm/rmq_srv_gc_%p_%t.log:time,tags:filecount=5,filesize=30M
   Error: Could not create the Java Virtual Machine.
   Error: A fatal exception has occurred. Program will exit.
   
   将runserver.sh的70行if [[ "$JAVA_MAJOR_VERSION" -lt "9" ]]  改成 if [ "$JAVA_MAJOR_VERSION" -lt "9" ]后可以执行
   
   Linux-Ubuntu20.04,Jdk1.8_281


-- 
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:
users@infra.apache.org



[GitHub] [rocketmq] duhenglucky closed issue #2787: Unable to start nameserver using 4.8.0 package

Posted by GitBox <gi...@apache.org>.
duhenglucky closed issue #2787:
URL: https://github.com/apache/rocketmq/issues/2787


   


-- 
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:
users@infra.apache.org



[GitHub] [rocketmq] hhive commented on issue #2787: 官网下载的4.8.0的包无法启动nameServer,需要修改执行文件

Posted by GitBox <gi...@apache.org>.
hhive commented on issue #2787:
URL: https://github.com/apache/rocketmq/issues/2787#issuecomment-815820744


   > [[]] is bash syntax,however, the runserver.sh script has been declared as sh
   > ![image](https://user-images.githubusercontent.com/29321745/113999767-e8973880-988c-11eb-80fb-91a7482cae11.png)
   > 
   > Could you submit a PR to fix it?
   
   ok


-- 
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:
users@infra.apache.org



[GitHub] [rocketmq] panzhi33 commented on issue #2787: 官网下载的4.8.0的包无法启动nameServer,需要修改执行文件

Posted by GitBox <gi...@apache.org>.
panzhi33 commented on issue #2787:
URL: https://github.com/apache/rocketmq/issues/2787#issuecomment-815592952


   [[]] is bash syntax,however, the runserver.sh script has been declared as sh
   ![image](https://user-images.githubusercontent.com/29321745/113999767-e8973880-988c-11eb-80fb-91a7482cae11.png)
   
   Could you submit a PR to fix it?
   


-- 
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:
users@infra.apache.org



[GitHub] [rocketmq] hhive commented on issue #2787: 官网下载的4.8.0的包无法启动nameServer,需要修改执行文件

Posted by GitBox <gi...@apache.org>.
hhive commented on issue #2787:
URL: https://github.com/apache/rocketmq/issues/2787#issuecomment-816361155


   develop分支已经改好了,if [ -z "$JAVA_MAJOR_VERSION" ] || [ "$JAVA_MAJOR_VERSION" -lt "9" ] ;


-- 
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:
users@infra.apache.org



[GitHub] [rocketmq] RongtongJin commented on issue #2787: Unable to start nameserver using 4.8.0 package

Posted by GitBox <gi...@apache.org>.
RongtongJin commented on issue #2787:
URL: https://github.com/apache/rocketmq/issues/2787#issuecomment-816496334


   Same as #2689


-- 
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:
users@infra.apache.org