You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Alexey Goncharuk (JIRA)" <ji...@apache.org> on 2018/05/18 08:52:00 UTC

[jira] [Assigned] (IGNITE-8521) CacheContinuousQueryWithTransformerExample fails with NPE

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

Alexey Goncharuk reassigned IGNITE-8521:
----------------------------------------

    Assignee: Alexey Goncharuk

> CacheContinuousQueryWithTransformerExample fails with NPE
> ---------------------------------------------------------
>
>                 Key: IGNITE-8521
>                 URL: https://issues.apache.org/jira/browse/IGNITE-8521
>             Project: Ignite
>          Issue Type: Bug
>    Affects Versions: 2.5
>            Reporter: Sergey Kozlov
>            Assignee: Alexey Goncharuk
>            Priority: Critical
>             Fix For: 2.5
>
>
> 1. Start {{bin/ignite.sh examples/config/example-ignite.xml}}
> 2. Start {{CacheContinuousQueryWithTransformerExample}} in IDEA
> {noformat}
> >>> Cache continuous query with transformer example started.
> [17:35:40] Ignite node stopped OK [uptime=00:00:00.386]
> Exception in thread "main" javax.cache.CacheException
> 	at org.apache.ignite.internal.processors.cache.IgniteCacheProxyImpl.query(IgniteCacheProxyImpl.java:676)
> 	at org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy.query(GatewayProtectedCacheProxy.java:344)
> 	at org.apache.ignite.examples.datagrid.CacheContinuousQueryWithTransformerExample.main(CacheContinuousQueryWithTransformerExample.java:96)
> Caused by: java.lang.NullPointerException
> 	at java.util.concurrent.ConcurrentHashMap.get(ConcurrentHashMap.java:936)
> 	at org.apache.ignite.internal.processors.continuous.GridContinuousProcessor.stopRoutine(GridContinuousProcessor.java:1022)
> 	at org.apache.ignite.internal.processors.cache.query.continuous.CacheContinuousQueryManager.executeQuery0(CacheContinuousQueryManager.java:706)
> 	at org.apache.ignite.internal.processors.cache.query.continuous.CacheContinuousQueryManager.executeQuery(CacheContinuousQueryManager.java:517)
> 	at org.apache.ignite.internal.processors.cache.IgniteCacheProxyImpl.queryContinuous(IgniteCacheProxyImpl.java:569)
> 	at org.apache.ignite.internal.processors.cache.IgniteCacheProxyImpl.query(IgniteCacheProxyImpl.java:658)
> 	... 2 more
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)