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 75B02200B17 for ; Tue, 21 Jun 2016 14:14:20 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 74696160A63; Tue, 21 Jun 2016 12:14:20 +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 BD186160A69 for ; Tue, 21 Jun 2016 14:14:19 +0200 (CEST) Received: (qmail 63605 invoked by uid 500); 21 Jun 2016 12:14:18 -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 63595 invoked by uid 99); 21 Jun 2016 12:14:18 -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; Tue, 21 Jun 2016 12:14:18 +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 7D3C1C1D76 for ; Tue, 21 Jun 2016 12:14:18 +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-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id Q7B3jQBud17u for ; Tue, 21 Jun 2016 12:14:16 +0000 (UTC) Received: from mbob.nabble.com (mbob.nabble.com [162.253.133.15]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id DA50F5FB35 for ; Tue, 21 Jun 2016 12:14:15 +0000 (UTC) Received: from malf.nabble.com (unknown [162.253.133.59]) by mbob.nabble.com (Postfix) with ESMTP id 8BF122AD4EA8 for ; Tue, 21 Jun 2016 04:53:57 -0700 (PDT) Date: Tue, 21 Jun 2016 04:58:03 -0700 (PDT) From: mrinalkamboj To: user@ignite.apache.org Message-ID: <1466510283926-5774.post@n6.nabble.com> In-Reply-To: References: <1466492912905-5768.post@n6.nabble.com> <1466507906708-5772.post@n6.nabble.com> Subject: Re: Ignite client needs explicit CacheConfiguration for first time for GetCache MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit archived-at: Tue, 21 Jun 2016 12:14:20 -0000 Program.cs App.config OrderEntity.cs OrderHelper.cs Apache.config I am adding set of files for reproducing the issue. Here the "Apache.Ignite.exe.config" is the server config file, rest all the files belong to client, so need to be added to the Visual Studio solution. Reproduction steps: 1. Start server from dotnet\bin folder 2. Start client from visual studio and it should reproduce the exception To avoid exception enable the CacheConfiguration setting in the app.config and once client has started, stop it, comment out the CacheConfiguration setting and restart, it will always be successful. Please let me know if any more detail is required. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Ignite-client-needs-explicit-CacheConfiguration-for-first-time-for-GetCache-tp5768p5774.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.