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: [email protected]
