4.10.3: Customized solrconfig.xml.

My log shows:

2/9/2015, 8:14:44 PMWARNRequestHandlersMultiple requestHandler
registered to the same name: /update ignoring:
org.apache.solr.handler.UpdateRequestHandler

But there is only one:

  <requestHandler name="/update" class="solr.UpdateRequestHandler">
    <lst name="defaults">
      <str name="update.chain">RNI</str>
    </lst>
  </requestHandler>

And all attempts to post with the simple post tool yield:

SimplePostTool: WARNING: IOException while reading response:
java.io.FileNotFoundException: http://localhost:8983/solr/update
1 files indexed.
COMMITting Solr index changes to http://localhost:8983/solr/update..
SimplePostTool: WARNING: Solr returned an error #404 (Not Found) for
url: http://localhost:8983/solr/update?commit=true

The admin UI is alive and kicking. When I look at the solrconfig.xml
file from there I only see only handler on /update.

Reply via email to