You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Tupitsyn (JIRA)" <ji...@apache.org> on 2017/10/03 14:01:00 UTC

[jira] [Created] (IGNITE-6551) .NET: NPE in PlatformDotNetCacheStore on Java-only nodes

Pavel Tupitsyn created IGNITE-6551:
--------------------------------------

             Summary: .NET: NPE in PlatformDotNetCacheStore on Java-only nodes
                 Key: IGNITE-6551
                 URL: https://issues.apache.org/jira/browse/IGNITE-6551
             Project: Ignite
          Issue Type: Bug
          Components: platforms
            Reporter: Pavel Tupitsyn
            Priority: Minor


When trying to start a cache with .NET cache store in multi-platform cluster (with Java-only server nodes), there is a NullPointerException

{code}
Caused by: java.lang.NullPointerException
                        at
org.apache.ignite.internal.processors.platform.dotnet.PlatformDotNetCacheStore.doInvoke(PlatformDotNetCacheStore.java:431)
                        at
org.apache.ignite.internal.processors.platform.dotnet.PlatformDotNetCacheStore.write(PlatformDotNetCacheStore.java:253)
                        at
org.apache.ignite.internal.processors.cache.store.GridCacheStoreManagerAdapter.put(GridCacheStoreManagerAdapter.java:570)
{code}

We should provide a meaningful exception explaining the problem in such cases.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)