dengbuliduo commented on issue #23:
URL: https://github.com/apache/rocketmq-docker/issues/23#issuecomment-835793880
because of the openjdk,you need to add
/usr/lib/jvm/jre-1.8.0-openjdk/lib/ext in bin/tools.sh,like this:
`JAVA_OPT="${JAVA_OPT} -server -Xms1g -Xmx1g -Xmn256m -XX:MetaspaceSize=128m
-XX:MaxMetaspaceSize=128m" JAVA_OPT="${JAVA_OPT}
-Djava.ext.dirs=${BASE_DIR}/lib:${JAVA_HOME}/jre/lib/ext:${JAVA_HOME}/lib/ext:/usr/lib/jvm/jre-1.8.0-openjdk/lib/ext"
JAVA_OPT="${JAVA_OPT} -cp ${CLASSPATH}"`
--
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]