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/05/09 12:09:41 UTC

[GitHub] [rocketmq-docker] dengbuliduo commented on issue #23: Deploy broker with docker-compose returns NoSuchAlgorithmException

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