You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by GitBox <gi...@apache.org> on 2022/11/28 03:31:09 UTC

[GitHub] [rocketmq] echooymxq opened a new issue, #5604: The current rocketmq logger incompatible with third-party libraries

echooymxq opened a new issue, #5604:
URL: https://github.com/apache/rocketmq/issues/5604

   ```
   java.lang.NoClassDefFoundError: org/slf4j/LoggerFactory
   	at io.openmessaging.storage.dledger.DLedgerServer.<clinit>(DLedgerServer.java:69)
   	at org.apache.rocketmq.controller.impl.DLedgerController.<init>(DLedgerController.java:113)
   	at org.apache.rocketmq.controller.ControllerManager.initialize(ControllerManager.java:98)
   	at org.apache.rocketmq.namesrv.NamesrvStartup.start(NamesrvStartup.java:201)
   	at org.apache.rocketmq.namesrv.NamesrvStartup.createAndStartControllerManager(NamesrvStartup.java:180)
   	at org.apache.rocketmq.namesrv.NamesrvStartup.controllerManagerMain(NamesrvStartup.java:73)
   	at org.apache.rocketmq.namesrv.NamesrvStartup.main(NamesrvStartup.java:54)
   Caused by: java.lang.ClassNotFoundException: org.slf4j.LoggerFactory
   ```
   @aaron-ai 


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

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


[GitHub] [rocketmq] aaron-ai closed issue #5604: The current rocketmq logger incompatible with third-party libraries

Posted by GitBox <gi...@apache.org>.
aaron-ai closed issue #5604: The current rocketmq logger incompatible with third-party libraries 
URL: https://github.com/apache/rocketmq/issues/5604


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

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


[GitHub] [rocketmq] aaron-ai commented on issue #5604: The current rocketmq logger incompatible with third-party libraries

Posted by GitBox <gi...@apache.org>.
aaron-ai commented on issue #5604:
URL: https://github.com/apache/rocketmq/issues/5604#issuecomment-1328564660

   OK, I'll fix it.


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

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