Return-Path: Delivered-To: apmail-lucene-solr-user-archive@locus.apache.org Received: (qmail 5389 invoked from network); 23 Sep 2008 20:17:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Sep 2008 20:17:08 -0000 Received: (qmail 58176 invoked by uid 500); 23 Sep 2008 20:17:01 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 58139 invoked by uid 500); 23 Sep 2008 20:17:01 -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 58128 invoked by uid 99); 23 Sep 2008 20:17:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Sep 2008 13:17:01 -0700 X-ASF-Spam-Status: No, hits=3.5 required=10.0 tests=HTML_MESSAGE,SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of greggny3@gmail.com designates 209.85.217.13 as permitted sender) Received: from [209.85.217.13] (HELO mail-gx0-f13.google.com) (209.85.217.13) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Sep 2008 20:16:03 +0000 Received: by gxk6 with SMTP id 6so4966161gxk.5 for ; Tue, 23 Sep 2008 13:15:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type:references; bh=IPk4nuyi4ja72GDGBH7LQyL4EN6D+kuDRrANtPEFjqA=; b=jUNfVfUkkDCR9/CJysksBJ9T7DswakyQD/U/ZYx4DPPaFftnolgK0Gyz05klvxt0wt l/YXELnjUayzPOqUE0glbxHHYudwixiReg1unkEgtCGCsKdfUYzolk2AlKsmpjKNKa9f U5iPaOwLPa/BkjUfW9b+1fEAx64+JV/7lLhs8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:references; b=NeLfue/L/QVBak7/RStM7fwLmo6RVaEzkRdVN6wKJeZnMB8fJHmU9XFx83jGa8HLoH JbTAA+qFc52HPjZYOOE42XkBxk99NlWmHpEQvezYuBb5f4hC9cNpnxPQlbelt58Rjkfz nPDJMgm3T9zUVskAxqYWrlhqQTSCp88d4c550= Received: by 10.151.44.18 with SMTP id w18mr9767010ybj.224.1222200936554; Tue, 23 Sep 2008 13:15:36 -0700 (PDT) Received: by 10.151.15.19 with HTTP; Tue, 23 Sep 2008 13:15:36 -0700 (PDT) Message-ID: <8a717ebf0809231315kd2e91bfncb4cff82576d8d0b@mail.gmail.com> Date: Tue, 23 Sep 2008 16:15:36 -0400 From: Gregg To: solr-user@lucene.apache.org Subject: Re: SolrUpdateServlet Warning In-Reply-To: <473C3B29-E03D-4A2D-9633-C57CACB453BE@gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_30197_30270569.1222200936555" References: <8a717ebf0809230935q533339f5hd44e61e874e257e0@mail.gmail.com> <473C3B29-E03D-4A2D-9633-C57CACB453BE@gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_30197_30270569.1222200936555 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline This turned out to be a fairly pedestrian bug on my part: I had "/update" appended to the Solr base URL when I was adding docs via SolrJ. Thanks for the help. --Gregg On Tue, Sep 23, 2008 at 12:42 PM, Ryan McKinley wrote: > > On Sep 23, 2008, at 12:35 PM, Gregg wrote: > > I've got a small configuration question. When posting docs via SolrJ, I >> get >> the following warning in the Solr logs: >> >> WARNING: The @Deprecated SolrUpdateServlet does not accept query >> parameters: >> wt=xml&version=2.2 >> If you are using solrj, make sure to register a request handler to >> /update >> rather then use this servlet. >> Add: > > >> to your solrconfig.xml >> >> I have an update handler configured in solrconfig.xml as follows: >> >> >> >> > are you sure? > > check http://localhost:8983/solr/admin/stats.jsp > and search for XmlUpdateRequestHandler > make sure it is registered to /update > > > What's the preferred solution? Should I comment out the SolrUpdateServlet >> in >> solr's web.xml? My Solr server is running at /solr, if that helps. >> >> > that will definitely work, but it should not be necessary to crack open the > .war file. > > > ryan > ------=_Part_30197_30270569.1222200936555--