Pavel Konstantinov created IGNITE-2732:
------------------------------------------
Summary: Store factory mismatch in generated project
Key: IGNITE-2732
URL:
https://issues.apache.org/jira/browse/IGNITE-2732 Project: Ignite
Issue Type: Sub-task
Reporter: Pavel Konstantinov
Assignee: Alexey Kuznetsov
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)