Return-Path: Delivered-To: apmail-lucene-solr-user-archive@minotaur.apache.org Received: (qmail 5960 invoked from network); 8 Jul 2009 11:53:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 8 Jul 2009 11:53:35 -0000 Received: (qmail 35533 invoked by uid 500); 8 Jul 2009 11:53:44 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 35466 invoked by uid 500); 8 Jul 2009 11:53:43 -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 35456 invoked by uid 99); 8 Jul 2009 11:53:43 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Jul 2009 11:53:43 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of markrmiller@gmail.com designates 209.85.210.182 as permitted sender) Received: from [209.85.210.182] (HELO mail-yx0-f182.google.com) (209.85.210.182) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Jul 2009 11:53:33 +0000 Received: by yxe12 with SMTP id 12so8952099yxe.29 for ; Wed, 08 Jul 2009 04:53:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=WC3sZzWvtFWrkW1mUNt1CqB77piqufO8eVlSwNUf8LU=; b=DpHrEMWY6ebSnqnIKse9/hxIhfBj+QCF13l90+NEHDm0P8M5OAQiPB38wJMdvFMHss KR/oDgH751JOwvZqTwX7D3Y9up0zbKj+cCjhiqwiZGbLuFCYVFSVtvIXAHXQnMOKpRRT v9NczsIppus2eUDGd2bRG8u+y8XNxYHT1SFzA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=vMqD3eZvXBK91v4xpQVAkJwCtl74qVbyDRN6DRuXhQ6HYUz2XKcMTAYb8q01TIAgtP DzDPoRzIeGFZJCdAT3O0XzixIPlGV8DMzwXsj4IOMwqsxHt3yFKpnuU6xV1RwwI2jKxN sN7V8weakihAiOqcAEY19hSlQwKDXFb/xI92c= MIME-Version: 1.0 Received: by 10.100.164.12 with SMTP id m12mr12316392ane.131.1247053991963; Wed, 08 Jul 2009 04:53:11 -0700 (PDT) In-Reply-To: References: Date: Wed, 8 Jul 2009 07:53:11 -0400 Message-ID: Subject: Re: how to do the distributed search with sort using solr? From: Mark Miller To: solr-user@lucene.apache.org Content-Type: multipart/alternative; boundary=0016e644c37e34ed3b046e3062d3 X-Virus-Checked: Checked by ClamAV on apache.org --0016e644c37e34ed3b046e3062d3 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On Wed, Jul 8, 2009 at 6:45 AM, shb wrote: > Sorry, the error is as follows. I have read the solr wiki carefully and > google it, but I haven't founded > any related question or solution, any one can help me, thanks! > > org.apache.solr.client.solrj.SolrServerException: Error executing query > at > > org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:103) > at org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:115) > at test.MainClassTest.searchTest(MainClassTest.java:88) > at test.MainClassTest.main(MainClassTest.java:48) > Caused by: org.apache.solr.common.SolrException: > java.net.ConnectException: Connection refused at org.apache.solr.client.solrj. impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:391) Are you sure both servers are running properly? You can hit them individually? -- -- - Mark http://www.lucidimagination.com --0016e644c37e34ed3b046e3062d3--