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 5A34010CD2 for ; Tue, 10 Feb 2015 01:37:44 +0000 (UTC) Received: (qmail 53884 invoked by uid 500); 10 Feb 2015 01:37:37 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 53820 invoked by uid 500); 10 Feb 2015 01:37:37 -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 98132 invoked by uid 99); 10 Feb 2015 01:22:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Feb 2015 01:22:37 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of benson@basistech.com designates 209.85.214.182 as permitted sender) Received: from [209.85.214.182] (HELO mail-ob0-f182.google.com) (209.85.214.182) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Feb 2015 01:22:11 +0000 Received: by mail-ob0-f182.google.com with SMTP id nt9so28466862obb.13 for ; Mon, 09 Feb 2015 17:19:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=basistech.com; s=google; h=mime-version:date:message-id:subject:from:to:content-type; bh=g+lErHQQ+QXuoZda3TT4Q5TnBxbPhy3KtKtEmhgPsmM=; b=qOfqJykFUUGdzkIZBSBWAi4ciSDt6eDWIhekBR7/jb7HPcoIMQgNNjQ2yeGszINarC yzobBGSwXBoDvADaYDMVKZBvt5FwbRxbcBcYW/HmuN8S36U/jWL+jbb98T/pRUy3qpNK jhWJMXHJSWq38cIyzVkLD0Ceo9vvwR6lz9llE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=g+lErHQQ+QXuoZda3TT4Q5TnBxbPhy3KtKtEmhgPsmM=; b=kwsfiTFDa0inY0s5irI7iWfvygr9GErqF6hwBXDqW5MtTaOjhTlv6IAt1ZdkZDRKzv opi1ojZ1p+U8pqPLXqGf+3vCySYKfIHsGdc++6gm33S6gs1JHYegfNIm7aRWCY0KfYVv C5jMKOOUvSeoOdCTCtIpYY5iRECy8/mvHuvmKyHNK1t4Ua1jfCdyp9z3DnVprIvvpBKR SmIOe2GGevUdm4oTI0otWwO9Mmp5Q7WJO7t357v3X7PxhWxbXxthKfGEQdbyI8zRI+Bl N8njAGaiDPdQev+73f/HlOvIfP55Q4/jJfMEVy+IVPaWvERsDuAJSCisTrajHKHVUf8p i7cg== X-Gm-Message-State: ALoCoQmf9A4BzhsSm3j9J++RI7nM14s6L/GoOn/EVeNvhoqNObkwEK1M0WYhhjjgXNLn3HlykjGu MIME-Version: 1.0 X-Received: by 10.202.193.214 with SMTP id r205mr13122646oif.63.1423531194338; Mon, 09 Feb 2015 17:19:54 -0800 (PST) Received: by 10.76.103.102 with HTTP; Mon, 9 Feb 2015 17:19:54 -0800 (PST) Date: Mon, 9 Feb 2015 20:19:54 -0500 Message-ID: Subject: Complaint of multiple /updates but solrconfig.xml has one From: Benson Margulies To: solr-user@lucene.apache.org Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org 4.10.3: Customized solrconfig.xml. My log shows: 2/9/2015, 8:14:44 PMWARNRequestHandlersMultiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler But there is only one: RNI And all attempts to post with the simple post tool yield: SimplePostTool: WARNING: IOException while reading response: java.io.FileNotFoundException: http://localhost:8983/solr/update 1 files indexed. COMMITting Solr index changes to http://localhost:8983/solr/update.. SimplePostTool: WARNING: Solr returned an error #404 (Not Found) for url: http://localhost:8983/solr/update?commit=true The admin UI is alive and kicking. When I look at the solrconfig.xml file from there I only see only handler on /update.