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 Tom Burton-West <tb...@umich.edu> on 2015/01/16 18:36:09 UTC

Solr example for Solr 4.10.2 gives warning about Multiple request handlers with same name

Hello,

I'm running Solr 4.10.2 out of the box with the Solr example.

i.e. ant example
cd solr/example
java -jar start.jar

in /example/log

At start-up the example gives this message in the log:

WARN  - 2015-01-16 12:31:40.895; org.apache.solr.core.RequestHandlers;
Multiple requestHandler registered to the same name: /update ignoring:
org.apache.solr.handler.UpdateRequestHandler

Is this a bug?   Is there something wrong with the out of the box example
configuration?

Tom

Re: Solr example for Solr 4.10.2 gives warning about Multiple request handlers with same name

Posted by Tomoko Uchida <to...@gmail.com>.
This warning has been fixed in svn branches. (not yet released)
https://issues.apache.org/jira/browse/SOLR-6499

You can simply ignore this warning, or comment out the corresponding
RequestHandler definition from solrconfig.xml (implicit handler will work.)

Regards,
Tomoko

2015-01-17 5:27 GMT+09:00 Michael Sokolov <ms...@safaribooksonline.com>:

> I've seen the same thing, poked around a bit and eventually decided to
> ignore it.  I think there may be a ticket related to that saying it's a
> logging bug (ie not a real issue), but I couldn't swear to it.
>
> -Mike
>
>
> On 01/16/2015 12:36 PM, Tom Burton-West wrote:
>
>> Hello,
>>
>> I'm running Solr 4.10.2 out of the box with the Solr example.
>>
>> i.e. ant example
>> cd solr/example
>> java -jar start.jar
>>
>> in /example/log
>>
>> At start-up the example gives this message in the log:
>>
>> WARN  - 2015-01-16 12:31:40.895; org.apache.solr.core.RequestHandlers;
>> Multiple requestHandler registered to the same name: /update ignoring:
>> org.apache.solr.handler.UpdateRequestHandler
>>
>> Is this a bug?   Is there something wrong with the out of the box example
>> configuration?
>>
>> Tom
>>
>>
>

Re: Solr example for Solr 4.10.2 gives warning about Multiple request handlers with same name

Posted by Michael Sokolov <ms...@safaribooksonline.com>.
I've seen the same thing, poked around a bit and eventually decided to 
ignore it.  I think there may be a ticket related to that saying it's a 
logging bug (ie not a real issue), but I couldn't swear to it.

-Mike

On 01/16/2015 12:36 PM, Tom Burton-West wrote:
> Hello,
>
> I'm running Solr 4.10.2 out of the box with the Solr example.
>
> i.e. ant example
> cd solr/example
> java -jar start.jar
>
> in /example/log
>
> At start-up the example gives this message in the log:
>
> WARN  - 2015-01-16 12:31:40.895; org.apache.solr.core.RequestHandlers;
> Multiple requestHandler registered to the same name: /update ignoring:
> org.apache.solr.handler.UpdateRequestHandler
>
> Is this a bug?   Is there something wrong with the out of the box example
> configuration?
>
> Tom
>