Re: SolrCore Initialization Failures in Solr 8.0.0

2020-10-22 Thread Hari Krishnan
Hey we face similar kind of issue . Our version of Solr is 8.5.1.Also we run as docker containers in ubuntu server. Could you provide similar solution ? -- Sent from: https://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: "SolrCore Initialization Failures" error message appears briefly in Solr 8.5.1 Admin UI

2020-04-21 Thread Colvin Cowie
>From a (very) brief googling it seems like using the ng-cloak attribute is the right way to fix this, and it certainly seems to work for me. https://issues.apache.org/jira/browse/SOLR-14422 On Mon, 20 Apr 2020 at 18:12, Colvin Cowie wrote: > Sorry if this has already been raised, but I didn't s

Re: "SolrCore Initialization Failures" in the Solr's current UI, but not in the original UI

2020-03-11 Thread Ryan W
I upgraded to v7.7.2 and am not having this issue anymore. On Mon, Mar 9, 2020 at 10:04 AM Ryan W wrote: > I am using v6.6.6, which is the most recent release in the v6 branch, and > is the branch commonly used with my app. I have tried on Chrome, Firefox > and Internet Explorer, and I see the

Re: "SolrCore Initialization Failures" in the Solr's current UI, but not in the original UI

2020-03-09 Thread Ryan W
I am using v6.6.6, which is the most recent release in the v6 branch, and is the branch commonly used with my app. I have tried on Chrome, Firefox and Internet Explorer, and I see the same problem in all three. Albeit it seems to be a minor problem. On Thu, Mar 5, 2020 at 4:34 PM Jan Høydahl wr

Re: "SolrCore Initialization Failures" in the Solr's current UI, but not in the original UI

2020-03-05 Thread Jan Høydahl
v6.6.0 is from 2017 and not supported anymore. You are really encouraged to upgrade! Are you by any chance using Internet Explorer? (See https://stackoverflow.com/questions/56262704/solr-solrcore-initialization-failures-core-error) Jan > 5. mar. 2020 kl. 22:03 skrev Ryan W : > > Hi all, > >

Re: SolrCore Initialization Failures in Solr 8.0.0

2019-03-28 Thread vishal patel
PM To: vishal patel Subject: Re: SolrCore Initialization Failures in Solr 8.0.0 You might as well just start over. Solr 8 will not read an index that’s ever been touched by Solr 6. Actually, it’s Lucene that won’t open the index. So you have to re-index from scratch into a new collection.

Re: SolrCore Initialization Failures in Solr 8.0.0

2019-03-28 Thread vishal patel
i36> From: Erick Erickson Sent: Wednesday, March 27, 2019 9:15:50 PM To: vishal patel Subject: Re: SolrCore Initialization Failures in Solr 8.0.0 There is no need whatsoever to make a folder structure. Solr will create the proper local file system _for_ you wh

Re: SolrCore Initialization Failures in Solr 8.0.0

2019-03-27 Thread vishal patel
successfully up without making a configsets in solr 6.1.0. <http://aka.ms/weboutlook> From: Erick Erickson Sent: Tuesday, March 26, 2019 8:16 PM To: solr-user@lucene.apache.org Subject: Re: SolrCore Initialization Failures in Solr 8.0.0 How did you creat

Re: SolrCore Initialization Failures in Solr 8.0.0

2019-03-26 Thread vishal patel
successfully up without making a configsets in solr 6.1.0. Sent from Outlook<http://aka.ms/weboutlook> From: Erick Erickson Sent: Tuesday, March 26, 2019 8:16 PM To: solr-user@lucene.apache.org Subject: Re: SolrCore Initialization Failures in Solr 8.0.0 H

Re: SolrCore Initialization Failures in Solr 8.0.0

2019-03-26 Thread Erick Erickson
How did you create your “product” collection? It looks like you have the config resident on your local disk and _not_ on ZooKeeper. Your configset has to be in ZooKeeper when you create your collection of course. Do not try to individually edit the core.properties files, that’ll be very difficu

Re: SolrCore Initialization Failures

2018-06-13 Thread shefalid
Thanks for your response. None of the processes are deleting any index files. One data directory is only pointed by one core. We are writing data at a high ingestion rate (100,000 records per second). Commit happens once every 30 seconds. Also a periodic service runs to backup the data to our ba

Re: SolrCore Initialization Failures

2018-06-13 Thread shefalid
Thanks for your response. None of the processes are deleting any index files. One data directory is only pointed by one core. We are writing data at a high ingestion rate (100,000 records per second). Commit happens once every 30 seconds. Also a periodic service runs to backup the data to our ba

Re: SolrCore Initialization Failures

2018-06-11 Thread Erick Erickson
This simply should _not_ be happening due to Solr/Lucene "doing something". Some possibilities: - some other process is deleting them - somehow you have more than one Solr core pointing at the same data directory. To do this you'd have had to do something like use NoLockPolicy, so this is unlikely.