Yes, that runtime error occurred due to incorrect configuration. So, such
runtime errors in one core will affect all the cores? Is there any way to
avoid affecting all other cores which are fine?



Shalin Shekhar Mangar wrote:
> 
> On Mon, Sep 7, 2009 at 8:58 PM, djain101 <dharmveer_j...@yahoo.com> wrote:
> 
>>
>>
>> Please suggest what is the right way to configure so that if one core
>> fails
>> due to configuration errors, all other cores remain unaffected?
>>
>> *****************************************************************
>> Check your log files for more detailed information on what may be wrong.
>>
>> If you want solr to continue after configuration errors, change:
>>
>>  <abortOnConfigurationError>false</abortOnConfigurationError>
>>
>> in solr.xml
>>
>> java.lang.RuntimeException: java.io.IOException: Cannot create directory:
>> /usr/local/app/data/search/core09/index
>>
> 
> That error suggests that you don't have a configuration error. The data
> directory you have given either does not exist or is read-only. It is a
> runtime error.
> 
> -- 
> Regards,
> Shalin Shekhar Mangar.
> 
> 

-- 
View this message in context: 
http://www.nabble.com/abortOnConfigurationError%3Dfalse-not-taking-effect-in-solr-1.3-tp25332254p25365945.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to