Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BCAB79F21 for ; Thu, 19 Apr 2012 16:23:53 +0000 (UTC) Received: (qmail 79762 invoked by uid 500); 19 Apr 2012 16:23:52 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 79656 invoked by uid 500); 19 Apr 2012 16:23:52 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 79645 invoked by uid 99); 19 Apr 2012 16:23:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Apr 2012 16:23:52 +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 (athena.apache.org: domain of ryantxu@gmail.com designates 209.85.214.176 as permitted sender) Received: from [209.85.214.176] (HELO mail-ob0-f176.google.com) (209.85.214.176) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Apr 2012 16:23:43 +0000 Received: by obbup19 with SMTP id up19so7073058obb.35 for ; Thu, 19 Apr 2012 09:23:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=OQact+ETwENoAk5vewTW3bZgJwp3C+EBWfN/7r3iNEk=; b=EfzcK6fDE4GiRiPDcPxFz41V/vCtOtkhELsjHkxo61JeWEsQtJqWJfeb3RmE5DPvZQ Xfn6Xs2iSRTizkU6A2cLAzTe7+bpE0A565fz3epcAmn4Ww98lr/Hju38zvK25xs1Qx1N u7QQDQagKvyoO455fHBLY7842d0ewiIooTNCz07Jz3CIQnLeOuj80ZgbksEGeKx1ht2O VAdn4G0WM/bTJjtqIIoEi9BXHdig5qY9tikl1GtkuoJMU4SgpcB+W5DGW2hHmrWd1ETT hoIeKJMN1rDlFQcj6O4jdWON76QhHnQNt1VYP8gejcTHmn3faGtqz0ZWIWm32q9gSe6u dvxg== MIME-Version: 1.0 Received: by 10.182.0.48 with SMTP id 16mr3981998obb.23.1334852603297; Thu, 19 Apr 2012 09:23:23 -0700 (PDT) Received: by 10.182.42.1 with HTTP; Thu, 19 Apr 2012 09:23:23 -0700 (PDT) In-Reply-To: <0E4A822D-5452-4955-AA9C-745810E39D36@romseysoftware.co.uk> References: <0E4A822D-5452-4955-AA9C-745810E39D36@romseysoftware.co.uk> Date: Thu, 19 Apr 2012 09:23:23 -0700 Message-ID: Subject: Re: SOLR example on trunk broken? From: Ryan McKinley To: dev@lucene.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org try: http://localhost:8983/solr/ without the /admin path In /trunk since SOLR-3337, /solr/admin should redirect to the new UI $ curl -v http://localhost:8983/solr/admin * About to connect() to localhost port 8983 (#0) * Trying ::1... * connected * Connected to localhost (::1) port 8983 (#0) > GET /solr/admin HTTP/1.1 > User-Agent: curl/7.24.0 (i686-pc-cygwin) libcurl/7.24.0 OpenSSL/0.9.8t zl= ib/1.2.5 libidn/1.22 libssh2/1.3.0 > Host: localhost:8983 > Accept: */* > < HTTP/1.1 301 Moved Permanently < Location: /solr/#/ < Content-Length: 0 < * Connection #0 to host localhost left intact * Closing connection #0 On Thu, Apr 19, 2012 at 9:13 AM, Alan Woodward wrote: > Hi all, > > I'm trying to get the Solr example running in a checkout of trunk (r13277= 75), but it seems to be broken - jetty starts up, but doesn't load the Solr= webapp. > > solr/example$ ant resolve > solr/example$ java -jar start.jar & > 2012-04-19 17:01:00.028:INFO:oejs.Server:jetty-8.1.2.v20120308 > 2012-04-19 17:01:00.043:INFO:oejdp.ScanningAppProvider:Deployment monitor= /Users/woody/projects/lucene-solr/solr/example/webapps at interval 0 > 2012-04-19 17:01:00.062:INFO:oejs.AbstractConnector:Started SocketConnect= or@0.0.0.0:8983 > > solr/example$ curl localhost:8983/solr/admin > > > > Error 404 Not Found > > >

HTTP ERROR: 404

>

Problem accessing /solr/admin. Reason: >

 =A0 =A0Not Found

>
Powered by Jetty:// > > > > I can't find anything in etc/jetty.xml that tells it how to load Solr eit= her - possibly I'm just misunderstanding something here. > > Any ideas? > > Thanks, > Alan Woodward > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org > For additional commands, e-mail: dev-help@lucene.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org