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 2015/12/17 12:00:49 UTC

[jira] [Closed] (IGNITE-2179) Do not generate IGFS for client node

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

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

Tested.

> Do not generate IGFS for client node
> ------------------------------------
>
>                 Key: IGNITE-2179
>                 URL: https://issues.apache.org/jira/browse/IGNITE-2179
>             Project: Ignite
>          Issue Type: Sub-task
>          Components: wizards
>            Reporter: Pavel Konstantinov
>            Priority: Critical
>             Fix For: 1.6
>
>
> {code}
> SEVERE: Got exception while starting (will rollback startup routine).
> class org.apache.ignite.IgniteCheckedException: Failed to start processor: GridProcessorAdapter []
> 	at org.apache.ignite.internal.IgniteKernal.startProcessor(IgniteKernal.java:1522)
> 	at org.apache.ignite.internal.IgniteKernal.start(IgniteKernal.java:894)
> 	at org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start0(IgnitionEx.java:1659)
> 	at org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start(IgnitionEx.java:1518)
> 	at org.apache.ignite.internal.IgnitionEx.start0(IgnitionEx.java:974)
> 	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.ClientNodeCodeStartup.main(ClientNodeCodeStartup.java:24)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 	at java.lang.reflect.Method.invoke(Method.java:497)
> 	at com.intellij.rt.execution.application.AppMain.main(AppMain.java:140)
> Caused by: class org.apache.ignite.IgniteCheckedException: Data cache is not configured locally for IGFS: FileSystemConfiguration [name=111, metaCacheName=111-meta, dataCacheName=111-data, blockSize=65536, prefetchBlocks=0, seqReadsBeforePrefetch=0, bufSize=65536, perNodeBatchSize=100, perNodeParallelBatchCnt=8, ipcEndpointCfg=IgfsIpcEndpointConfiguration [type=TCP, host=127.0.0.1, port=10500, memSize=262144, tokenDirPath=ipc/shmem], ipcEndpointEnabled=true, mgmtPort=11400, secondaryFs=null, dfltMode=PRIMARY, fragmentizerThrottlingBlockLen=16777216, fragmentizerThrottlingDelay=200, fragmentizerConcurrentFiles=0, fragmentizerLocWritesRatio=0.8, fragmentizerEnabled=true, maxSpace=0, trashPurgeTimeout=1000, dualModePutExec=null, dualModePutExecShutdown=false, dualModeMaxPendingPutsSize=0, maxTaskRangeLen=0]
> 	at org.apache.ignite.internal.processors.igfs.IgfsProcessor.validateLocalIgfsConfigurations(IgfsProcessor.java:286)
> 	at org.apache.ignite.internal.processors.igfs.IgfsProcessor.start(IgfsProcessor.java:97)
> 	at org.apache.ignite.internal.IgniteKernal.startProcessor(IgniteKernal.java:1519)
> 	... 13 more
> {code}
> {code}
> SEVERE: Failed to reinitialize local partitions (preloading will be stopped): GridDhtPartitionExchangeId [topVer=AffinityTopologyVersion [topVer=2, minorTopVer=1], nodeId=817e5fe1, evt=DISCOVERY_CUSTOM_EVT]
> class org.apache.ignite.IgniteCheckedException: Failed to start component: class org.apache.ignite.IgniteException: Failed to initialize cache store (data source is not provided).
> 	at org.apache.ignite.internal.util.IgniteUtils.startLifecycleAware(IgniteUtils.java:8385)
> 	at org.apache.ignite.internal.processors.cache.GridCacheProcessor.createCache(GridCacheProcessor.java:1269)
> 	at org.apache.ignite.internal.processors.cache.GridCacheProcessor.prepareCacheStart(GridCacheProcessor.java:1638)
> 	at org.apache.ignite.internal.processors.cache.GridCacheProcessor.prepareCachesStart(GridCacheProcessor.java:1563)
> 	at org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture.startCaches(GridDhtPartitionsExchangeFuture.java:944)
> 	at org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture.init(GridDhtPartitionsExchangeFuture.java:511)
> 	at org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager$ExchangeWorker.body(GridCachePartitionExchangeManager.java:1297)
> 	at org.apache.ignite.internal.util.worker.GridWorker.run(GridWorker.java:110)
> 	at java.lang.Thread.run(Thread.java:745)
> Caused by: class org.apache.ignite.IgniteException: Failed to initialize cache store (data source is not provided).
> 	at org.apache.ignite.cache.store.jdbc.CacheAbstractJdbcStore.start(CacheAbstractJdbcStore.java:297)
> 	at org.apache.ignite.internal.util.IgniteUtils.startLifecycleAware(IgniteUtils.java:8381)
> 	... 8 more
> {code}



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