apache / rocketmq-dashboard

The state-of-the-art Dashboard of Apache RoccketMQ provides excellent monitoring capability. Various graphs and statistics of events, performance and system information of clients and application is evidently made available to the user.

Home Page:https://rocketmq.apache.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jdk17下报错:Caused by: java.lang.NoClassDefFoundError: Could not initialize class io.netty.util.internal.PlatformDependent0

wshu-oli opened this issue · comments

commented

应该需要升级netty如:
<dependency> <groupId>io.netty</groupId> <artifactId>netty-all</artifactId> <version>4.1.82.Final</version> </dependency>