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 2018/11/20 02:21:26 UTC

[GitHub] Baymax6 opened a new issue #550: Namesrv cannot start at JDK 9 environment

Baymax6 opened a new issue #550: Namesrv cannot start at JDK 9 environment
URL: https://github.com/apache/rocketmq/issues/550
 
 
   When I use command "nohup sh bin/mqnamesrv &" to start the namesrv, it appears errors as follows:
   
   Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   Unrecognized VM option 'UseCMSCompactAtFullCollection'
   Error: Could not create the Java Virtual Machine.
   Error: A fatal exception has occurred. Program will exit.
   
   My JDK version is 11.0.1,it seems that the latest rocketmq version is not compatible with my JDK version(the latest JDK version), but I can build success the source code.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services