Re: abortOnConfigurationError=false not taking effect in solr 1.3

2009-09-09 Thread djain101
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 wrote: > >> >> >> Plea

Re: abortOnConfigurationError=false not taking effect in solr 1.3

2009-09-09 Thread Shalin Shekhar Mangar
On Mon, Sep 7, 2009 at 8:58 PM, djain101 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

Re: abortOnConfigurationError=false not taking effect in solr 1.3

2009-09-08 Thread djain101
Hi, I tried the false in solr.xml but it does not seem to be working for me. I manually modified solrconfig.xml for core1 to have an invalid path in datadir. And when i restarted my app server (jboss), it threw following error which is what is expected. There were other cores which loaded just fi

Re: abortOnConfigurationError=false not taking effect in solr 1.3

2009-09-08 Thread djain101
Thanks a lot. I will try this. markrmiller wrote: > > > > > > false > > > > > > djain101 wrote: >> Thanks !!! Can you please give an example to put it in solr.xml? How is >> the >> xml structure look like for enabling this property? >> >> >> markrmiller wrote: >>

Re: abortOnConfigurationError=false not taking effect in solr 1.3

2009-09-08 Thread Mark Miller
false djain101 wrote: > Thanks !!! Can you please give an example to put it in solr.xml? How is the > xml structure look like for enabling this property? > > > markrmiller wrote: > >> Yes - try adding it to solr.xml - thats where the CoreContainer looks >> for it. >>

Re: abortOnConfigurationError=false not taking effect in solr 1.3

2009-09-08 Thread djain101
Thanks !!! Can you please give an example to put it in solr.xml? How is the xml structure look like for enabling this property? markrmiller wrote: > > Yes - try adding it to solr.xml - thats where the CoreContainer looks > for it. > > -- > - Mark > > http://www.lucidimagination.com > > >

Re: abortOnConfigurationError=false not taking effect in solr 1.3

2009-09-08 Thread Mark Miller
Yes - try adding it to solr.xml - thats where the CoreContainer looks for it. -- - Mark http://www.lucidimagination.com djain101 wrote: > Any help is much appreciated. > > Thanks, > Dharmveer > > > djain101 wrote: > >> Hi, >> >> We have set false >> in solrconfig.xml for all the cores but

Re: abortOnConfigurationError=false not taking effect in solr 1.3

2009-09-08 Thread djain101
Any help is much appreciated. Thanks, Dharmveer djain101 wrote: > > Hi, > > We have set false > in solrconfig.xml for all the cores but still whenever any configuration > error occurs search does not work in any of the cores. Is there any other > configuration we have to set so as to not affe