ColinZou opened a new pull request #3311:
URL: https://github.com/apache/rocketmq/pull/3311
**Make sure set the target branch to `develop`**
## What is the purpose of the change
Fixed startup problems for name node and broker for JDK > 8 and MS ZULU JDK
## Brief changelog
1. Fixed wrong classpath: added paths of jar files under ${BASE_DIR}/lib
2. Removed GC logging for ZULU JDK (TODO: figure out proper cmd arguments
for zulu jdk)
3. Removed -Djava.ext.dirs=xxx for ZULU JDK and JDK > 8
## Verifying this change
Just run these commands: bin/mqnamesrv and bin/mqbroker. Or you can print
JAVA_OPT before the last line "$JAVA ${JAVA_OPT} $@" for more investigation.
--
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]