Hello,
Usually, when such an error occur, there are some good hints of what's
wrong with your new configuration in solr logs.
Depending on how you setup your solr instance and configured logging for
solr (http://wiki.apache.org/solr/SolrLogging), log files may be located
at different places.
I think the war provided with the solr distribution logs to your web
applications server's stderr/stdout by default (i.e. to Jetty's output
if your using the example solr setup)
Hope this helps :)
--
Tanguy
Le 08/12/2011 09:44, Aleksander Akerø a écrit :
Hi,
I have a solr core named collection1 running in a tomcat instance
modified with a DIH.
It's working fine and everything seems to be in order, but there was
discovered some minor flaws in
the DIH setup, so I have corrected it in the data-config.xml file that
is used by the DIH requestHandler.
But when I try to use the reload core parameter it gives me an "Error
handling 'reload' action", but I don't know
where I should start with this one. The 'STATUS' action works fine
though.
Here is what I try: curl
http://localhost:11600/solr/admin/cores?action=RELOAD&core=collection1
Any tips og hints?