You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by "Burton-West, Tom" <tb...@umich.edu> on 2009/08/26 18:23:05 UTC

Solr admin url for example gives 404

Hello all,

When I start up Solr from the example directory using start.jar, it seems to start up, but when I go to the localhost admin url (http://localhost:8983/solr/admin) I get a 404 (See message appended below).  Has the url for the Solr admin changed?


Tom
Tom Burton-West
-----------
Here is the message I get with the 404:


HTTP ERROR: 404 NOT_FOUND RequestURI=/solr/admin Powered by jetty://<http://jetty.mortbay.org>
Steps to reproduce the problems:

1 get the latest Solr from svn (R 808058)
2 run ant clean test   (all tests pass)
3 cd ./example
4. start solr
$ java -jar start.jar
2009-08-26 12:08:08.300::INFO:  Logging to STDERR via org.mortbay.log.StdErrLog
2009-08-26 12:08:08.472::INFO:  jetty-6.1.3
2009-08-26 12:08:08.519::INFO:  Started SocketConnector @ 0.0.0.0:8983
5. go to browser and try to look at admin panel: http://localhost:8983/solr/admin


Re: Solr admin url for example gives 404

Posted by Chris Hostetter <ho...@fucit.org>.
:    Try running ant example and then run Solr.

right ... on a clean checkout, the solr.war needs to be built and copied 
to the example directory, otherwise you are just running an empty jetty 
server.

do you see anything in example/webapps?

: > 1 get the latest Solr from svn (R 808058)
: > 2 run ant clean test   (all tests pass)
: > 3 cd ./example
: > 4. start solr
: > $ java -jar start.jar




-Hoss


Re: Solr admin url for example gives 404

Posted by Rafał Kuć <ra...@alud.com.pl>.
Hello!

   Try running ant example and then run Solr.

-- 
Regards,
 Rafał Kuć


> Hello all,

> When I start up Solr from the example directory using start.jar, it
> seems to start up, but when I go to the localhost admin url
> (http://localhost:8983/solr/admin) I get a 404 (See message appended
> below).  Has the url for the Solr admin changed?


> Tom
> Tom Burton-West
> -----------
> Here is the message I get with the 404:


> HTTP ERROR: 404 NOT_FOUND RequestURI=/solr/admin Powered by
> jetty://<http://jetty.mortbay.org>
> Steps to reproduce the problems:

> 1 get the latest Solr from svn (R 808058)
> 2 run ant clean test   (all tests pass)
> 3 cd ./example
> 4. start solr
> $ java -jar start.jar
> 2009-08-26 12:08:08.300::INFO:  Logging to STDERR via org.mortbay.log.StdErrLog
> 2009-08-26 12:08:08.472::INFO:  jetty-6.1.3
> 2009-08-26 12:08:08.519::INFO:  Started SocketConnector @ 0.0.0.0:8983
> 5. go to browser and try to look at admin panel: http://localhost:8983/solr/admin