Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 46582200B38 for ; Fri, 8 Jul 2016 16:59:45 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 4507B160A5A; Fri, 8 Jul 2016 14:59:45 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 8DF5D160A36 for ; Fri, 8 Jul 2016 16:59:44 +0200 (CEST) Received: (qmail 28708 invoked by uid 500); 8 Jul 2016 14:59:43 -0000 Mailing-List: contact user-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@ignite.apache.org Delivered-To: mailing list user@ignite.apache.org Received: (qmail 28693 invoked by uid 99); 8 Jul 2016 14:59:43 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jul 2016 14:59:43 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 37522C6A82 for ; Fri, 8 Jul 2016 14:59:43 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.173 X-Spam-Level: ** X-Spam-Status: No, score=2.173 tagged_above=-999 required=6.31 tests=[DKIM_ADSP_CUSTOM_MED=0.001, NML_ADSP_CUSTOM_MED=1.2, RCVD_IN_DNSWL_NONE=-0.0001, SPF_SOFTFAIL=0.972] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id ybWwl_ELMSAC for ; Fri, 8 Jul 2016 14:59:40 +0000 (UTC) Received: from mbob.nabble.com (mbob.nabble.com [162.253.133.15]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 8E0D95FBC7 for ; Fri, 8 Jul 2016 14:59:40 +0000 (UTC) Received: from malf.nabble.com (unknown [162.253.133.59]) by mbob.nabble.com (Postfix) with ESMTP id C7A772C09862 for ; Fri, 8 Jul 2016 07:37:25 -0700 (PDT) Date: Fri, 8 Jul 2016 07:42:48 -0700 (PDT) From: ghughal To: user@ignite.apache.org Message-ID: <1467988968716-6176.post@n6.nabble.com> In-Reply-To: <1466436889416-5764.post@n6.nabble.com> References: <1466102211558-5689.post@n6.nabble.com> <2FBC43C6-A461-40D0-B40C-5BF44BF6114D@gridgain.com> <1466436889416-5764.post@n6.nabble.com> Subject: Re: CassandraCacheStoreFactory injection error while trying to use Cassandra as persistent store MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit archived-at: Fri, 08 Jul 2016 14:59:45 -0000 Hi, This was working fine in single node cluster but got into same error once I started second node in cluster. Debugging it further, it looks like when we initialize Ignite object (using Ignite ignite = Ignition.start(ic);) it detects all cache store settings from other node and tries to initialize cache using persistanceSetting probably received from other node. But at this moment dataSource is null and cache is not initialized Here's stack trace: Any help in this regard is much appreciated. Thanks! -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/CassandraCacheStoreFactory-injection-error-while-trying-to-use-Cassandra-as-persistent-store-tp5689p6176.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.