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
didn't see it. > > When loading / refreshing the Admin UI in 8.5.1, it briefly but *visibly* > shows a placeholder for the "SolrCore Initialization Failures" error > message, with a lot of redness. It looks like there is a real problem. > Obviously the message then di

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

2020-04-20 Thread Colvin Cowie
Sorry if this has already been raised, but I didn't see it. When loading / refreshing the Admin UI in 8.5.1, it briefly but *visibly* shows a placeholder for the "SolrCore Initialization Failures" error message, with a lot of redness. It looks like there is a real problem. Obviously t

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

2020-03-11 Thread Ryan W
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, >> > >> > On my dev server,

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

2020-03-09 Thread Ryan W
wrote: > 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 > > >

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 : > &g

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

2020-03-05 Thread Ryan W
Hi all, On my dev server, in the Solr admin UI, I see... SolrCore Initialization Failures {{core}}: {{error}} Please check your logs for more information {{exception.msg}} These appear to be template variables, but they are never populated. They just dump to the screen

Re: Unable to run solr | SolrCore Initialization Failures {{Core}}: {{error}}

2019-05-23 Thread Natarajan, Rajeswari
"solr-user@lucene.apache.org" Subject: Unable to run solr | SolrCore Initialization Failures {{Core}}: {{error}} Hi, I am trying to install Solr for my Windows Server 2016 Standard edition. . While the installation of Solr itself succeeds, I am not able to get it running. Everytime after insta

Re: Unable to run solr | SolrCore Initialization Failures {{Core}}: {{error}}

2019-05-23 Thread Erick Erickson
it >> running. >> >> Everytime after installation and starting the service >> >> “SolrCore Initialization Failures {{Core}}: {{error}}” >> >> >> >> I am not sure what the error is since it is not very clear. Also, the log >> files are al

Re: Unable to run solr | SolrCore Initialization Failures {{Core}}: {{error}}

2019-05-23 Thread Mohomed Rimash
nstall Solr for my Windows Server 2016 Standard edition. . > While the installation of Solr itself succeeds, I am not able to get it > running. > > Everytime after installation and starting the service > > “SolrCore Initialization Failures {{Core}}: {{error}}” > > > > I am

Unable to run solr | SolrCore Initialization Failures {{Core}}: {{error}}

2019-05-22 Thread Karthic Viswanathan
Hi, I am trying to install Solr for my Windows Server 2016 Standard edition. . While the installation of Solr itself succeeds, I am not able to get it running. Everytime after installation and starting the service “SolrCore Initialization Failures {{Core}}: {{error}}” I am not sure what

Re: SolrCore Initialization Failures in Solr 8.0.0

2019-03-28 Thread vishal patel
:45 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-27 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

SolrCore Initialization Failures in Solr 8.0.0

2019-03-26 Thread vishal patel
My previous solr version was 6.1.0 and zoo keeper version was 3.4.6. Now I am upgrading solr version 8.0.0 and zoo keeper 3.4.13. In solr 6.1.0 my collection(product) folder server\solr\product conf schema.xml solrconfig.xml core.properties In core.properties :: name=product shard=shard1

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

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

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

SolrCore Initialization Failures

2018-06-11 Thread shefalid
Hi, I am using solr 7.2.1 Every now & then some of the cores fail to load due to "SolrCore Initialization Failure". >From error message it looks like the reason for failure is the core missing some of the files: org.apache.solr.common.SolrException:org.apache.solr.common.SolrException: Error

Re: SOLR - 6.4.0 SolrCore Initialization Failures

2017-04-13 Thread Shawn Heisey
On 4/13/2017 4:37 AM, Uchit Patel wrote: > I have recently moved my cores from SOLR 5.1.0 to 6.4.0. I am using windows > environment. I have large data in cores. I have total 6 cores with total data > 142 GB. All cores are migrated perfectly but one is giving error: > > SolrCore

SOLR - 6.4.0 SolrCore Initialization Failures

2017-04-13 Thread Uchit Patel
Hi, I have recently moved my cores from SOLR 5.1.0 to 6.4.0.  I am using windows environment. I have large data in cores. I have total 6 cores with total data 142 GB. All cores are migrated perfectly but one is giving error: SolrCore Initialization Failures - core_name