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 2019/10/27 16:08:51 UTC

[GitHub] [rocketmq] luyuanwan opened a new issue #1555: Can NOT found main Class org.apache.rocketmq.namesrv.NamesrvStartup

luyuanwan opened a new issue #1555: Can NOT found main Class    org.apache.rocketmq.namesrv.NamesrvStartup
URL: https://github.com/apache/rocketmq/issues/1555
 
 
   ### Environment
   JDK  1.8.0_101
   Branch master
   
   ### Description
   I build  the project with JDK8  and cd to  distribution/bin, but I got ERROR like  Can NOT found main Class    org.apache.rocketmq.namesrv.NamesrvStartup, operation just like this
   
   ```shell
   
     man clean package
     cd distribution/bin
     sh mqnamesrv
   ```
   
   ERROR just like this
   ```
   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.
   错误: 找不到或无法加载主类 org.apache.rocketmq.namesrv.NamesrvStartup
   ```
   
   
   

----------------------------------------------------------------
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


With regards,
Apache Git Services