Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.14.0
-
None
Description
Related to: https://issues.apache.org/jira/browse/DRILL-6289
Exception in thread "main" java.lang.ExceptionInInitializerError
at java.lang.J9VMInternals.ensureError(J9VMInternals.java:141)
at java.lang.J9VMInternals.recordInitializationFailure(J9VMInternals.java:130)
at org.apache.drill.exec.metrics.DrillMetrics.getRegistry(DrillMetrics.java:111)
at org.apache.drill.exec.memory.AllocationManager.<clinit>(AllocationManager.java:64)
at org.apache.drill.exec.memory.BaseAllocator.<clinit>(BaseAllocator.java:48)
at org.apache.drill.exec.memory.RootAllocatorFactory.newRoot(RootAllocatorFactory.java:45)
at org.apache.drill.exec.memory.RootAllocatorFactory.newRoot(RootAllocatorFactory.java:40)
...
Caused by: java.lang.ClassCastException: com.ibm.lang.management.ExtendedOperatingSystem incompatible with com.sun.management.OperatingSystemMXBean
at org.apache.drill.exec.metrics.CpuGaugeSet.<init>(CpuGaugeSet.java:40)
at org.apache.drill.exec.metrics.DrillMetrics$RegistryHolder.registerSystemMetrics(DrillMetrics.java:63)
at org.apache.drill.exec.metrics.DrillMetrics$RegistryHolder.<clinit>(DrillMetrics.java:53)
Attachments
Issue Links
- relates to
-
DRILL-8446 Incorrect use of OperatingSystemMXBean
- Closed
- links to