You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Stanilovsky Evgeny (Jira)" <ji...@apache.org> on 2021/07/08 15:21:00 UTC

[jira] [Reopened] (IGNITE-15076) Calcite. ignite.[sh|bat] node runner script failed to start instance.

     [ https://issues.apache.org/jira/browse/IGNITE-15076?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stanilovsky Evgeny reopened IGNITE-15076:
-----------------------------------------

> Calcite. ignite.[sh|bat] node runner script failed to start instance.
> ---------------------------------------------------------------------
>
>                 Key: IGNITE-15076
>                 URL: https://issues.apache.org/jira/browse/IGNITE-15076
>             Project: Ignite
>          Issue Type: Bug
>          Components: sql
>            Reporter: Stanilovsky Evgeny
>            Assignee: Stanilovsky Evgeny
>            Priority: Major
>              Labels: calcite, calcite2-required, calcite3-required
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Found that node runner script failed with trace:
> {noformat}
> 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
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)