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 Thiago Jackiw <tj...@gmail.com> on 2007/11/15 21:37:45 UTC

Solr on trunk throwing 404 errors

I've just downloaded the trunk version of Solr (great changes by the
way, kudos!) and all I get after the server starts are 404 errors
whenever I send requests.

Any ideas why this could be happening?

Thanks,

--
Thiago Jackiw

Re: Solr on trunk throwing 404 errors

Posted by Thiago Jackiw <tj...@gmail.com>.
Ha! That did it. Thanks. Is that because I'm using the trunk and not a
released version?

--
Thiago Jackiw


On Nov 15, 2007 2:49 PM, Mike Klaas <mi...@gmail.com> wrote:
> Have you build the project ('$ ant example')?
>
> -Mike
>
>
> On 15-Nov-07, at 2:41 PM, Thiago Jackiw wrote:
>
> > Grant,
> >
> > Yes, I'm just starting it out from the examples directory flat out of
> > the trunk repository.
> >
> > This is the output when I run "java -jar start.jar"
> > 2007-11-15 14:33:23.884::INFO:  Logging to STDERR via
> > org.mortbay.log.StdErrLog
> > 2007-11-15 14:33:24.173::INFO:  jetty-6.1.3
> > 2007-11-15 14:33:24.263::INFO:  Started SocketConnector @ 0.0.0.0:8983
> >
> > There are no exceptions in the log, except 404's:
> > 127.0.0.1 -  -  [15/11/2007:22:34:49 +0000] "GET /solr/admin/
> > HTTP/1.1" 404 1298
> > 127.0.0.1 -  -  [15/11/2007:22:34:55 +0000] "GET / HTTP/1.1" 404 618
> > 127.0.0.1 -  -  [15/11/2007:22:34:58 +0000] "GET /solr HTTP/1.1"
> > 404 1291
> > 127.0.0.1 -  -  [15/11/2007:22:34:05 +0000] "POST /solr/update
> > HTTP/1.1" 404 1298
> >
> > Thanks.
> >
> > --
> > Thiago Jackiw
> >
> >
> > On Nov 15, 2007 1:12 PM, Grant Ingersoll <gs...@apache.org> wrote:
> >> Are there any exceptions in the logs?  Are you trying the Jetty
> >> example?  Can you give us more info?
> >>
> >> -Grant
> >>
> >>
> >> On Nov 15, 2007, at 3:37 PM, Thiago Jackiw wrote:
> >>
> >>> I've just downloaded the trunk version of Solr (great changes by the
> >>> way, kudos!) and all I get after the server starts are 404 errors
> >>> whenever I send requests.
> >>>
> >>> Any ideas why this could be happening?
> >>>
> >>> Thanks,
> >>>
> >>> --
> >>> Thiago Jackiw
> >>
> >>
>
>

Re: Solr on trunk throwing 404 errors

Posted by Ryan McKinley <ry...@gmail.com>.
I just tried a fresh checkout and ran 'ant example' then started jetty.

Everything looks OK and normal.

$ svn up
$ ant example
$ cd example
$ java -jar start.jar

ryan


Mike Klaas wrote:
> Have you build the project ('$ ant example')?
> 
> -Mike
> 
> On 15-Nov-07, at 2:41 PM, Thiago Jackiw wrote:
> 
>> Grant,
>>
>> Yes, I'm just starting it out from the examples directory flat out of
>> the trunk repository.
>>
>> This is the output when I run "java -jar start.jar"
>> 2007-11-15 14:33:23.884::INFO:  Logging to STDERR via 
>> org.mortbay.log.StdErrLog
>> 2007-11-15 14:33:24.173::INFO:  jetty-6.1.3
>> 2007-11-15 14:33:24.263::INFO:  Started SocketConnector @ 0.0.0.0:8983
>>
>> There are no exceptions in the log, except 404's:
>> 127.0.0.1 -  -  [15/11/2007:22:34:49 +0000] "GET /solr/admin/
>> HTTP/1.1" 404 1298
>> 127.0.0.1 -  -  [15/11/2007:22:34:55 +0000] "GET / HTTP/1.1" 404 618
>> 127.0.0.1 -  -  [15/11/2007:22:34:58 +0000] "GET /solr HTTP/1.1" 404 1291
>> 127.0.0.1 -  -  [15/11/2007:22:34:05 +0000] "POST /solr/update
>> HTTP/1.1" 404 1298
>>
>> Thanks.
>>
>> -- 
>> Thiago Jackiw
>>
>>
>> On Nov 15, 2007 1:12 PM, Grant Ingersoll <gs...@apache.org> wrote:
>>> Are there any exceptions in the logs?  Are you trying the Jetty
>>> example?  Can you give us more info?
>>>
>>> -Grant
>>>
>>>
>>> On Nov 15, 2007, at 3:37 PM, Thiago Jackiw wrote:
>>>
>>>> I've just downloaded the trunk version of Solr (great changes by the
>>>> way, kudos!) and all I get after the server starts are 404 errors
>>>> whenever I send requests.
>>>>
>>>> Any ideas why this could be happening?
>>>>
>>>> Thanks,
>>>>
>>>> -- 
>>>> Thiago Jackiw
>>>
>>>
> 
> 


Re: Solr on trunk throwing 404 errors

Posted by Mike Klaas <mi...@gmail.com>.
Have you build the project ('$ ant example')?

-Mike

On 15-Nov-07, at 2:41 PM, Thiago Jackiw wrote:

> Grant,
>
> Yes, I'm just starting it out from the examples directory flat out of
> the trunk repository.
>
> This is the output when I run "java -jar start.jar"
> 2007-11-15 14:33:23.884::INFO:  Logging to STDERR via  
> org.mortbay.log.StdErrLog
> 2007-11-15 14:33:24.173::INFO:  jetty-6.1.3
> 2007-11-15 14:33:24.263::INFO:  Started SocketConnector @ 0.0.0.0:8983
>
> There are no exceptions in the log, except 404's:
> 127.0.0.1 -  -  [15/11/2007:22:34:49 +0000] "GET /solr/admin/
> HTTP/1.1" 404 1298
> 127.0.0.1 -  -  [15/11/2007:22:34:55 +0000] "GET / HTTP/1.1" 404 618
> 127.0.0.1 -  -  [15/11/2007:22:34:58 +0000] "GET /solr HTTP/1.1"  
> 404 1291
> 127.0.0.1 -  -  [15/11/2007:22:34:05 +0000] "POST /solr/update
> HTTP/1.1" 404 1298
>
> Thanks.
>
> --
> Thiago Jackiw
>
>
> On Nov 15, 2007 1:12 PM, Grant Ingersoll <gs...@apache.org> wrote:
>> Are there any exceptions in the logs?  Are you trying the Jetty
>> example?  Can you give us more info?
>>
>> -Grant
>>
>>
>> On Nov 15, 2007, at 3:37 PM, Thiago Jackiw wrote:
>>
>>> I've just downloaded the trunk version of Solr (great changes by the
>>> way, kudos!) and all I get after the server starts are 404 errors
>>> whenever I send requests.
>>>
>>> Any ideas why this could be happening?
>>>
>>> Thanks,
>>>
>>> --
>>> Thiago Jackiw
>>
>>


Re: Solr on trunk throwing 404 errors

Posted by Thiago Jackiw <tj...@gmail.com>.
Grant,

Yes, I'm just starting it out from the examples directory flat out of
the trunk repository.

This is the output when I run "java -jar start.jar"
2007-11-15 14:33:23.884::INFO:  Logging to STDERR via org.mortbay.log.StdErrLog
2007-11-15 14:33:24.173::INFO:  jetty-6.1.3
2007-11-15 14:33:24.263::INFO:  Started SocketConnector @ 0.0.0.0:8983

There are no exceptions in the log, except 404's:
127.0.0.1 -  -  [15/11/2007:22:34:49 +0000] "GET /solr/admin/
HTTP/1.1" 404 1298
127.0.0.1 -  -  [15/11/2007:22:34:55 +0000] "GET / HTTP/1.1" 404 618
127.0.0.1 -  -  [15/11/2007:22:34:58 +0000] "GET /solr HTTP/1.1" 404 1291
127.0.0.1 -  -  [15/11/2007:22:34:05 +0000] "POST /solr/update
HTTP/1.1" 404 1298

Thanks.

--
Thiago Jackiw


On Nov 15, 2007 1:12 PM, Grant Ingersoll <gs...@apache.org> wrote:
> Are there any exceptions in the logs?  Are you trying the Jetty
> example?  Can you give us more info?
>
> -Grant
>
>
> On Nov 15, 2007, at 3:37 PM, Thiago Jackiw wrote:
>
> > I've just downloaded the trunk version of Solr (great changes by the
> > way, kudos!) and all I get after the server starts are 404 errors
> > whenever I send requests.
> >
> > Any ideas why this could be happening?
> >
> > Thanks,
> >
> > --
> > Thiago Jackiw
>
>

Re: Solr on trunk throwing 404 errors

Posted by Grant Ingersoll <gs...@apache.org>.
Are there any exceptions in the logs?  Are you trying the Jetty  
example?  Can you give us more info?

-Grant

On Nov 15, 2007, at 3:37 PM, Thiago Jackiw wrote:

> I've just downloaded the trunk version of Solr (great changes by the
> way, kudos!) and all I get after the server starts are 404 errors
> whenever I send requests.
>
> Any ideas why this could be happening?
>
> Thanks,
>
> --
> Thiago Jackiw