Return-Path: X-Original-To: apmail-lucene-solr-user-archive@minotaur.apache.org Delivered-To: apmail-lucene-solr-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1347910672 for ; Sat, 21 Dec 2013 14:21:48 +0000 (UTC) Received: (qmail 92192 invoked by uid 500); 21 Dec 2013 14:21:41 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 92140 invoked by uid 500); 21 Dec 2013 14:21:41 -0000 Mailing-List: contact solr-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-user@lucene.apache.org Delivered-To: mailing list solr-user@lucene.apache.org Received: (qmail 92132 invoked by uid 99); 21 Dec 2013 14:21:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 Dec 2013 14:21:40 +0000 X-ASF-Spam-Status: No, hits=2.8 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of a.gazzarini@gmail.com designates 209.85.219.50 as permitted sender) Received: from [209.85.219.50] (HELO mail-oa0-f50.google.com) (209.85.219.50) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 Dec 2013 14:21:34 +0000 Received: by mail-oa0-f50.google.com with SMTP id n16so4059708oag.23 for ; Sat, 21 Dec 2013 06:21:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=ryzjR4brKL5TPE71TgLrXQyiwjSPNyWprmghzj3N4uo=; b=Ody5lBRPIbundRKd8bXgBNSuZfM2/gqrJnzat6OuAVq8YTUSst3+9kL0Jlop8/2Oz2 lAw22O1pP6i+77Fpd0+7zWPaAXJzKB9/We/dGzvF5Z1KE7oAXKB7kFaxE5CksVDNC/9d rj96Vu/e1h6LoGdrbTKP5mNICixTYQGGRB4xhF2MXo2Or4RxHGxUZ360R/jLUNOzPaIO 3UuxvY90xcC7DX3FB0xxicDQp/qFwhZPrjHGhcTADRf2qdycF8d/9zYUCZqgLKQ5gKgy p8zVSy6idlHM+KDvAe1YEYxPsZmjgG70bdiL5qqeJD0zQ04ngpbxPIrUxP31QMtsG+ha WG/Q== MIME-Version: 1.0 X-Received: by 10.60.161.4 with SMTP id xo4mr10770238oeb.5.1387635672792; Sat, 21 Dec 2013 06:21:12 -0800 (PST) Sender: a.gazzarini@gmail.com Received: by 10.76.114.47 with HTTP; Sat, 21 Dec 2013 06:21:12 -0800 (PST) Received: by 10.76.114.47 with HTTP; Sat, 21 Dec 2013 06:21:12 -0800 (PST) In-Reply-To: <1387635290790-4107714.post@n3.nabble.com> References: <1387628029463-4107706.post@n3.nabble.com> <1387632642462-4107709.post@n3.nabble.com> <1387635290790-4107714.post@n3.nabble.com> Date: Sat, 21 Dec 2013 15:21:12 +0100 X-Google-Sender-Auth: pe81E-atQIGn23yKNGYZ2K0yIyY Message-ID: Subject: Re: program termination in solrj From: Andrea Gazzarini To: solr-user@lucene.apache.org Content-Type: multipart/alternative; boundary=089e011613ae5ac39504ee0c1b84 X-Virus-Checked: Checked by ClamAV on apache.org --089e011613ae5ac39504ee0c1b84 Content-Type: text/plain; charset=ISO-8859-1 Hi Nutan, Is not really clear (at least to me) what your problem is. After you client program ends, are you seeing the doc in SOLR? because the piece of code you pasted I assume is (directly or indirectly) called from a main method...and therefore that program *normally* terminates once did its work Best, Andrea On 21 Dec 2013 15:15, "Nutan" wrote: > I put the breakpoint at line : SolrInputDocument doc1 = new > SolrInputDocument(); > > It initially showed source not found for > Launcher.class,HTTPSolrServer.class. > But now even for URLClassPath.class ,the path to this class is the src.jar > in the jdk directory. > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/program-termination-in-solrj-tp4107706p4107714.html > Sent from the Solr - User mailing list archive at Nabble.com. > --089e011613ae5ac39504ee0c1b84--