-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JMX Exporter Jar Incompatibility: Current Release Not Supports Java 8 #1117
Comments
This must be a bug in our build pipeline. The JAR should be compatible with Java 8. Thanks for reporting! |
@simonhgao the class The JMX Exporter supports Java 8. It is tested on...
|
My Kafka was previously running in a Java 8 environment, but after adding the Java agent, it reports an error. What should I do? Should I disable this reporter? |
Are you seeing the same exception?
|
The version of kafka is kafka_2.13-2.8.2. |
Someone else installed the CruiseControl library on this cluster, which caused this bug when starting the JMX exporter. Removing it resolved the issue. Thanks everyone for the help. |
I encountered the following error while using the JMX Exporter:
This error indicates that the current JMX Exporter Jar only supports Java 11 (class file version 55.0) and is not compatible with older Java runtime versions (e.g., Java 8, class file version 52.0).
After upgrading to Java 11, the issue was resolved and everything started up normally.
I suggest updating the release documentation to clearly state this version limitation so that users can better configure their environments and avoid similar compatibility issues.
Thank you!
The text was updated successfully, but these errors were encountered: