[jira] [Created] (IGNITE-1136) NPE when cache starts

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-1136) NPE when cache starts

Anton Vinogradov (Jira)
Andrey Gura created IGNITE-1136:
-----------------------------------

             Summary: NPE when cache starts
                 Key: IGNITE-1136
                 URL: https://issues.apache.org/jira/browse/IGNITE-1136
             Project: Ignite
          Issue Type: Bug
            Reporter: Andrey Gura
            Assignee: Andrey Gura


During working on IGNITE-1079 ticket the following problem was found:
{noformat}
Got exception while starting (will rollback startup routine).
java.lang.NullPointerException
        at org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtCacheAdapter.onKernalStart(GridDhtCacheAdapter.java:152)
        at org.apache.ignite.internal.processors.cache.GridCacheProcessor.onKernalStart(GridCacheProcessor.java:1144)
        at org.apache.ignite.internal.processors.cache.GridCacheProcessor.onKernalStart(GridCacheProcessor.java:843)
        at org.apache.ignite.internal.IgniteKernal.start(IgniteKernal.java:830)
        at org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start0(IgnitionEx.java:1538)
        at org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start(IgnitionEx.java:1405)
        at org.apache.ignite.internal.IgnitionEx.start0(IgnitionEx.java:931)
        at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:477)
        at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:458)
        at org.apache.ignite.Ignition.start(Ignition.java:321)
        at io.vertx.spi.cluster.ignite.IgniteClusterManager.lambda$join$5(IgniteClusterManager.java:194)
        at io.vertx.spi.cluster.ignite.IgniteClusterManager$$Lambda$19/1900164709.handle(Unknown Source)
        at io.vertx.core.impl.ContextImpl.lambda$executeBlocking$18(ContextImpl.java:279)
        at io.vertx.core.impl.ContextImpl$$Lambda$20/1445157774.run(Unknown Source)
        at io.vertx.core.impl.OrderedExecutorFactory$OrderedExecutor.lambda$new$101(OrderedExecutorFactory.java:91)
        at io.vertx.core.impl.OrderedExecutorFactory$OrderedExecutor$$Lambda$16/1061804750.run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
{noformat}

The problem reproduces not always. In order to reproduce this need to start IgniteComplexHATest (see https://github.com/agura/vertx-ignite) and run tests several times.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)