Re: Solr example for Solr 4.10.2 gives warning about Multiple request handlers with same name
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 : > 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
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
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