kphan102 opened a new issue #12196:
URL: https://github.com/apache/druid/issues/12196


   Please provide a detailed title (e.g. "Broker crashes when using TopN query 
with Bound filter" instead of just "Broker crashes").
   
   ### Affected Version
   
   Druid master branch (0.23-SNAPSHOT)
   
   ### Description
   
   I tried to run the clean maven install with the command `mvn clean install 
-Pdist-hadoop3,hadoop3 -DskipTests`.
   
   Distribution steps failed with error below:
   ```
   [INFO] --- exec-maven-plugin:1.6.0:exec (pull-deps) @ distribution ---
   Exception in thread "main" java.lang.ExceptionInInitializerError
        at 
com.google.inject.internal.cglib.reflect.$FastClass$Generator.getProtectionDomain(FastClass.java:73)
        at 
com.google.inject.internal.cglib.core.$AbstractClassGenerator.create(AbstractClassGenerator.java:206)
        at 
com.google.inject.internal.cglib.reflect.$FastClass$Generator.create(FastClass.java:65)
        at 
com.google.inject.internal.BytecodeGen.newFastClassForMember(BytecodeGen.java:252)
        at 
com.google.inject.internal.BytecodeGen.newFastClassForMember(BytecodeGen.java:203)
        at 
com.google.inject.internal.ProviderMethod.create(ProviderMethod.java:69)
        at 
com.google.inject.internal.ProviderMethodsModule.createProviderMethod(ProviderMethodsModule.java:275)
        at 
com.google.inject.internal.ProviderMethodsModule.getProviderMethods(ProviderMethodsModule.java:144)
        at 
com.google.inject.internal.ProviderMethodsModule.configure(ProviderMethodsModule.java:123)
        at 
com.google.inject.spi.Elements$RecordingBinder.install(Elements.java:340)
        at 
com.google.inject.spi.Elements$RecordingBinder.install(Elements.java:349)
        at com.google.inject.spi.Elements.getElements(Elements.java:110)
        at 
com.google.inject.internal.InjectorShell$Builder.build(InjectorShell.java:138)
        at 
com.google.inject.internal.InternalInjectorCreator.build(InternalInjectorCreator.java:104)
        at com.google.inject.Guice.createInjector(Guice.java:99)
        at com.google.inject.Guice.createInjector(Guice.java:73)
        at 
org.apache.druid.guice.GuiceInjectors.makeStartupInjector(GuiceInjectors.java:58)
        at org.apache.druid.cli.Main.main(Main.java:96)
   Caused by: java.lang.reflect.InaccessibleObjectException: Unable to make 
protected final java.lang.Class 
java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
 throws java.lang.ClassFormatError accessible: module java.base does not "opens 
java.lang" to unnamed module @2eb231a6
        at 
java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:357)
        at 
java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:297)
        at 
java.base/java.lang.reflect.Method.checkCanSetAccessible(Method.java:199)
        at java.base/java.lang.reflect.Method.setAccessible(Method.java:193)
        at 
com.google.inject.internal.cglib.core.$ReflectUtils$1.run(ReflectUtils.java:52)
        at 
java.base/java.security.AccessController.doPrivileged(AccessController.java:312)
        at 
com.google.inject.internal.cglib.core.$ReflectUtils.<clinit>(ReflectUtils.java:42)
        ... 18 more
   [ERROR] Command execution failed.
   ```
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to