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/07/14 04:50:58 UTC

[GitHub] [rocketmq] ltamber commented on issue #3031: unable to start mqnamesrv on Apple Silicon Macs

ltamber commented on issue #3031:
URL: https://github.com/apache/rocketmq/issues/3031#issuecomment-879584468


   In my environment(JDK 8 Apple Silicon MacOS Big Sur 11.3.1), It is ok
   ```shell
   $ bin ./mqnamesrv
   Create RAMDisk /Volumes/RAMDisk for gc logging on Darwin OS.
   Java HotSpot(TM) 64-Bit Server VM warning: Using the DefNew young collector with the CMS collector is deprecated and will likely be removed in a future release
   Java HotSpot(TM) 64-Bit Server VM warning: UseCMSCompactAtFullCollection is deprecated and will likely be removed in a future release.
   The Name Server boot success. serializeType=JSON
   ```
   
   ```shell
   $ jps
   75697 Jps
   75648 NamesrvStartup
   ```
   maybe rocketmq have not adapt with JDK 16 ?


-- 
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: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org