Description
Found that node runner script failed with trace:
java.lang.ExceptionInInitializerError at org.apache.calcite.tools.Frameworks$ConfigBuilder.<init>(Frameworks.java:241) at org.apache.calcite.tools.Frameworks$ConfigBuilder.<init>(Frameworks.java:217) at org.apache.calcite.tools.Frameworks.newConfigBuilder(Frameworks.java:201) at org.apache.ignite.internal.processors.query.calcite.CalciteQueryProcessor.<clinit>(CalciteQueryProcessor.java:73) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:264) at org.apache.ignite.internal.util.IgniteUtils.inClassPath(IgniteUtils.java:1754) at org.apache.ignite.internal.IgniteComponentType.inClassPath(IgniteComponentType.java:181) at org.apache.ignite.internal.IgniteKernal.start(IgniteKernal.java:1267) at org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start0(IgnitionEx.java:2141) at org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start(IgnitionEx.java:1787) at org.apache.ignite.internal.IgnitionEx.start0(IgnitionEx.java:1172) at org.apache.ignite.internal.IgnitionEx.startConfigurations(IgnitionEx.java:1066) at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:952) at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:851) at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:721) at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:690) at org.apache.ignite.Ignition.start(Ignition.java:353) at org.apache.ignite.startup.cmdline.CommandLineStartup.main(CommandLineStartup.java:367) Caused by: java.lang.NullPointerException at sun.reflect.annotation.TypeAnnotationParser.mapTypeAnnotations(TypeAnnotationParser.java:356) at sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl.<init>(AnnotatedTypeFactory.java:139) at sun.reflect.annotation.AnnotatedTypeFactory.buildAnnotatedType(AnnotatedTypeFactory.java:65) at sun.reflect.annotation.TypeAnnotationParser.buildAnnotatedType(TypeAnnotationParser.java:79) at java.lang.reflect.Executable.getAnnotatedReturnType0(Executable.java:640) at java.lang.reflect.Method.getAnnotatedReturnType(Method.java:648) at org.apache.calcite.util.ImmutableBeans.makeDef(ImmutableBeans.java:146) at org.apache.calcite.util.ImmutableBeans.access$000(ImmutableBeans.java:55) at org.apache.calcite.util.ImmutableBeans$1.load(ImmutableBeans.java:68) at org.apache.calcite.util.ImmutableBeans$1.load(ImmutableBeans.java:65) at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3527) at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2276) at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2154) at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2044) at com.google.common.cache.LocalCache.get(LocalCache.java:3951) at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3973) at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4957) at org.apache.calcite.util.ImmutableBeans.create_(ImmutableBeans.java:95) at org.apache.calcite.util.ImmutableBeans.create(ImmutableBeans.java:76) at org.apache.calcite.sql.validate.SqlValidator$Config.<clinit>(SqlValidator.java:792) ... 19 more
Attachments
Issue Links
- is part of
-
IGNITE-12248 Apache Calcite based query execution engine
- Open
- links to