You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2019/06/05 13:07:21 UTC

[GitHub] [incubator-druid] CalvinSchulze opened a new issue #7835: First Time Launching Druid Tasks fail

CalvinSchulze opened a new issue #7835: First Time Launching Druid Tasks fail
URL: https://github.com/apache/incubator-druid/issues/7835
 
 
   Hello,
   
   I set up an Ubuntu 19.04 Virtual Machine using VMWare Workstation.
   Java JRE build 11.0.3+7-Ubuntu-1ubuntu219.04.1 and Python 2.7 are installed. 
   
   All starting Tasks fail, whenever I try to execute the single machine quicklaunch. 
   Here's the log: 
   
   ```
   
   WARNING: An illegal reflective access operation has occurred
   WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/home/myadmin/apache-druid-0.14.2-incubating/lib/guice-4.1.0.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
   WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1
   WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
   WARNING: All illegal access operations will be denied in a future release
   2019-06-05T11:27:47,578 INFO [main] org.apache.druid.guice.PropertiesModule - Loading properties from common.runtime.properties
   2019-06-05T11:27:47,583 INFO [main] org.apache.druid.guice.PropertiesModule - Loading properties from runtime.properties
   2019-06-05T11:27:47,768 INFO [main] org.hibernate.validator.internal.util.Version - HV000001: Hibernate Validator 5.1.3.Final
   Exception in thread "main" java.lang.NoClassDefFoundError: javax/xml/bind/ValidationException
   	at java.base/java.lang.ClassLoader.defineClass1(Native Method)
   	at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1016)
   	at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:174)
   	at java.base/jdk.internal.loader.BuiltinClassLoader.defineClass(BuiltinClassLoader.java:802)
   	at java.base/jdk.internal.loader.BuiltinClassLoader.findClassOnClassPathOrNull(BuiltinClassLoader.java:700)
   	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClassOrNull(BuiltinClassLoader.java:623)
   	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581)
   	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
   	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
   	at org.hibernate.validator.internal.engine.ConfigurationImpl.<init>(ConfigurationImpl.java:110)
   	at org.hibernate.validator.internal.engine.ConfigurationImpl.<init>(ConfigurationImpl.java:86)
   	at org.hibernate.validator.HibernateValidator.createGenericConfiguration(HibernateValidator.java:41)
   	at javax.validation.Validation$GenericBootstrapImpl.configure(Validation.java:276)
   	at javax.validation.Validation.buildDefaultValidatorFactory(Validation.java:110)
   	at org.apache.druid.guice.ConfigModule.configure(ConfigModule.java:39)
   	at com.google.inject.spi.Elements$RecordingBinder.install(Elements.java:340)
   	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:56)
   	at org.apache.druid.cli.Main.main(Main.java:101)
   Caused by: java.lang.ClassNotFoundException: javax.xml.bind.ValidationException
   	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:583)
   	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
   	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
   	... 23 more
   WARNING: An illegal reflective access operation has occurred
   WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/home/myadmin/apache-druid-0.14.2-incubating/lib/guice-4.1.0.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
   WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1
   WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
   WARNING: All illegal access operations will be denied in a future release
   2019-06-05T11:27:57,051 INFO [main] org.apache.druid.guice.PropertiesModule - Loading properties from common.runtime.properties
   2019-06-05T11:27:57,071 INFO [main] org.apache.druid.guice.PropertiesModule - Loading properties from runtime.properties
   2019-06-05T11:27:57,229 INFO [main] org.hibernate.validator.internal.util.Version - HV000001: Hibernate Validator 5.1.3.Final
   Exception in thread "main" java.lang.NoClassDefFoundError: javax/xml/bind/ValidationException
   	at java.base/java.lang.ClassLoader.defineClass1(Native Method)
   	at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1016)
   	at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:174)
   	at java.base/jdk.internal.loader.BuiltinClassLoader.defineClass(BuiltinClassLoader.java:802)
   	at java.base/jdk.internal.loader.BuiltinClassLoader.findClassOnClassPathOrNull(BuiltinClassLoader.java:700)
   	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClassOrNull(BuiltinClassLoader.java:623)
   	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581)
   	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
   	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
   	at org.hibernate.validator.internal.engine.ConfigurationImpl.<init>(ConfigurationImpl.java:110)
   	at org.hibernate.validator.internal.engine.ConfigurationImpl.<init>(ConfigurationImpl.java:86)
   	at org.hibernate.validator.HibernateValidator.createGenericConfiguration(HibernateValidator.java:41)
   	at javax.validation.Validation$GenericBootstrapImpl.configure(Validation.java:276)
   	at javax.validation.Validation.buildDefaultValidatorFactory(Validation.java:110)
   	at org.apache.druid.guice.ConfigModule.configure(ConfigModule.java:39)
   	at com.google.inject.spi.Elements$RecordingBinder.install(Elements.java:340)
   	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:56)
   	at org.apache.druid.cli.Main.main(Main.java:101)
   Caused by: java.lang.ClassNotFoundException: javax.xml.bind.ValidationException
   	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:583)
   	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
   	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
   	... 23 more
   WARNING: An illegal reflective access operation has occurred
   WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/home/myadmin/apache-druid-0.14.2-incubating/lib/guice-4.1.0.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
   WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1
   WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
   WARNING: All illegal access operations will be denied in a future release
   2019-06-05T11:28:06,628 INFO [main] org.apache.druid.guice.PropertiesModule - Loading properties from common.runtime.properties
   2019-06-05T11:28:06,655 INFO [main] org.apache.druid.guice.PropertiesModule - Loading properties from runtime.properties
   2019-06-05T11:28:06,800 INFO [main] org.hibernate.validator.internal.util.Version - HV000001: Hibernate Validator 5.1.3.Final
   Exception in thread "main" java.lang.NoClassDefFoundError: javax/xml/bind/ValidationException
   	at java.base/java.lang.ClassLoader.defineClass1(Native Method)
   	at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1016)
   	at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:174)
   	at java.base/jdk.internal.loader.BuiltinClassLoader.defineClass(BuiltinClassLoader.java:802)
   	at java.base/jdk.internal.loader.BuiltinClassLoader.findClassOnClassPathOrNull(BuiltinClassLoader.java:700)
   	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClassOrNull(BuiltinClassLoader.java:623)
   	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581)
   	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
   	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
   	at org.hibernate.validator.internal.engine.ConfigurationImpl.<init>(ConfigurationImpl.java:110)
   	at org.hibernate.validator.internal.engine.ConfigurationImpl.<init>(ConfigurationImpl.java:86)
   	at org.hibernate.validator.HibernateValidator.createGenericConfiguration(HibernateValidator.java:41)
   	at javax.validation.Validation$GenericBootstrapImpl.configure(Validation.java:276)
   	at javax.validation.Validation.buildDefaultValidatorFactory(Validation.java:110)
   	at org.apache.druid.guice.ConfigModule.configure(ConfigModule.java:39)
   	at com.google.inject.spi.Elements$RecordingBinder.install(Elements.java:340)
   	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:56)
   	at org.apache.druid.cli.Main.main(Main.java:101)
   Caused by: java.lang.ClassNotFoundException: javax.xml.bind.ValidationException
   	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:583)
   	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
   	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
   	... 23 more
   
   ```
   
   Is this a Java incompatibility?
   
   Best Regards,
   Calvin

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org