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 2552D200B5E for ; Wed, 10 Aug 2016 13:33:01 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 23E0D160A93; Wed, 10 Aug 2016 11:33:01 +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 60275160A90 for ; Wed, 10 Aug 2016 13:33:00 +0200 (CEST) Received: (qmail 76759 invoked by uid 500); 10 Aug 2016 11:32:59 -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 76748 invoked by uid 99); 10 Aug 2016 11:32:59 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Aug 2016 11:32:59 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id A4D541A0316 for ; Wed, 10 Aug 2016 11:32:58 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.973 X-Spam-Level: X-Spam-Status: No, score=0.973 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_NONE=-0.0001, SPF_SOFTFAIL=0.972, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx2-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id EP3959Qk6NHJ for ; Wed, 10 Aug 2016 11:32:55 +0000 (UTC) Received: from mbob.nabble.com (mbob.nabble.com [162.253.133.15]) by mx2-lw-eu.apache.org (ASF Mail Server at mx2-lw-eu.apache.org) with ESMTP id 2334B5FBE1 for ; Wed, 10 Aug 2016 11:32:54 +0000 (UTC) Received: from malf.nabble.com (unknown [162.253.133.59]) by mbob.nabble.com (Postfix) with ESMTP id 29CC92E70840 for ; Wed, 10 Aug 2016 04:07:11 -0700 (PDT) Date: Wed, 10 Aug 2016 04:32:53 -0700 (PDT) From: chevy To: user@ignite.apache.org Message-ID: <1470828773784-6921.post@n6.nabble.com> In-Reply-To: <7B163879-DEB6-48DF-8198-79B4768063EC@gmail.com> References: <1470753586420-6881.post@n6.nabble.com> <7F6C2627-BED1-41EB-A52A-9644357A8A18@gmail.com> <1470755742470-6883.post@n6.nabble.com> <1470784981489-6887.post@n6.nabble.com> <539F7BBB-7886-443B-986B-0D3F8170E8CD@target.com> <35CFF8E7-1834-45FF-9915-FBC9ECC94E23@gmail.com> <1470825046568-6916.post@n6.nabble.com> <7B163879-DEB6-48DF-8198-79B4768063EC@gmail.com> Subject: Re: IgniteException on starting node from Jar MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable archived-at: Wed, 10 Aug 2016 11:33:01 -0000 I am not using complete path to my config. The example you have provided is to start node externally. I am starting node by using -> Ignition.start("config/mpm-ignite.xml=E2=80=9D); where config folder (which= is also a source folder holds xml files) is directly under my project folder. So, when I run it from eclipse it picks this config path but from jar it refers to IGNITE_HOME which I want to avoid. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.co= m/IgniteException-on-starting-node-from-Jar-tp6881p6921.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.