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 Konstantinov (JIRA)" <ji...@apache.org> on 2016/03/03 05:10:18 UTC

[jira] [Closed] (IGNITE-2732) Store factory mismatch in generated project

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

Pavel Konstantinov closed IGNITE-2732.
--------------------------------------
    Assignee:     (was: Pavel Konstantinov)

Got it.

> Store factory mismatch in generated project
> -------------------------------------------
>
>                 Key: IGNITE-2732
>                 URL: https://issues.apache.org/jira/browse/IGNITE-2732
>             Project: Ignite
>          Issue Type: Sub-task
>          Components: wizards
>            Reporter: Pavel Konstantinov
>             Fix For: 1.6
>
>
> To reproduce:
> 1) create cluster
> 2) import DEMO model
> 3) download the project
> 4) open in Idea
> 5) run ServerNodeCodeStartup
> 6) run ServerNodeSpringStartup
> {code}
> class org.apache.ignite.IgniteCheckedException: Store factory mismatch (fix store factory in cache configuration or set -DIGNITE_SKIP_CONFIGURATION_CONSISTENCY_CHECK=true system property) [cacheName=DepartmentCache, localStoreFactory=config.ServerConfigurationFactory$3, remoteStoreFactory=org.apache.ignite.cache.store.jdbc.CacheJdbcPojoStoreFactory, rmtNodeId=61deca2a-8624-4785-8660-d7fc039a619b]
> 	at org.apache.ignite.internal.processors.cache.GridCacheUtils.checkAttributeMismatch(GridCacheUtils.java:1218)
> 	at org.apache.ignite.internal.processors.cache.GridCacheProcessor.checkCache(GridCacheProcessor.java:2701)
> 	at org.apache.ignite.internal.processors.cache.GridCacheProcessor.onKernalStart(GridCacheProcessor.java:732)
> 	at org.apache.ignite.internal.IgniteKernal.start(IgniteKernal.java:909)
> 	at org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start0(IgnitionEx.java:1688)
> 	at org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start(IgnitionEx.java:1547)
> 	at org.apache.ignite.internal.IgnitionEx.start0(IgnitionEx.java:1003)
> 	at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:534)
> 	at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:515)
> 	at org.apache.ignite.Ignition.start(Ignition.java:322)
> 	at startup.ServerNodeCodeStartup.main(ServerNodeCodeStartup.java:19)
> {code}



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