Re: Unable to create core in Solr 8.6.0

2020-07-27 Thread Chris Larsson
Nice... That's the code I was just looking at. https://github.com/apache/lucene-solr/blob/branch_8_6/solr/core/src/java/org/apache/solr/update/processor/ParseDateFieldUpdateProcessorFactory.java >From the stack trace: Caused by: java.time.format.DateTimeParseException: Text

Re: Unable to create core in Solr 8.6.0

2020-07-27 Thread Erick Erickson
I just remembered the issue and relayed the JIRA ;). As to why I suspect the Java issue, if this was a core Solr issue I’d expect it to be a show stopper, Solr isn’t much good if you can’t create cores. Of course weirder things have happened. Plus, the date is fine: "2020-07-27T18:02:42.069Z"

Re: Unable to create core in Solr 8.6.0

2020-07-27 Thread Chris Larsson
Thank you Erick. I appreciate you taking the time to respond. I have seen the post you shared and I know the work around does solve the issue. I am more concerned about why Solr doesn't work with the default settings. I am also not convinced it is solely a Java issue, but I would like to

Re: Unable to create core in Solr 8.6.0

2020-07-27 Thread Erick Erickson
Is there an echo in here? Take a look at: https://issues.apache.org/jira/browse/SOLR-13606 It’s actually a weirdness with Java. In that JIRA David Smiley suggest a way to deal with it, but I confess I haven’t a clue about the nuances there. Best, Erick > On Jul 27, 2020, at 3:01 PM, sa

Re: Unable to create core in Solr 8.6.0

2020-07-27 Thread Erick Erickson
Take a look at: https://issues.apache.org/jira/browse/SOLR-13606 It’s actually a weirdness with Java. In that JIRA David Smiley suggest a way to deal with it, but I confess I haven’t a clue about the nuances there. Best, Erick > On Jul 27, 2020, at 3:12 PM, Chris Larsson wrote: > > Ran

Unable to create core in Solr 8.6.0

2020-07-27 Thread Chris Larsson
Ran into an issue attempting to create a core on a new install of Solr 8.6. The system is CentOS 8 fully updated and using Java OpenJDK version 14.0.1. # java -version openjdk version "14.0.1" 2020-04-14 OpenJDK Runtime Environment 20.3 (build 14.0.1+7) OpenJDK 64-Bit Server VM 20.3 (build

Unable to create core in Solr 8.6.0

2020-07-27 Thread sa
Having an issue creating a core on a new install of Solr 8.6. The system is CentOS 8 fully updated and using Java OpenJDK version 14.0.1. # java -version openjdk version "14.0.1" 2020-04-14 OpenJDK Runtime Environment 20.3 (build 14.0.1+7) OpenJDK 64-Bit Server VM 20.3 (build 14.0.1+7, mixed

Re: NumberFormatException when acessing ZK Status page in 8.6.0

2020-07-27 Thread Colvin Cowie
Hello, ZkDynamicConfig is something that's only been added in 8.6 as part of https://issues.apache.org/jira/browse/SOLR-14371 I'm not familiar with dynamic reconfig in zookeeper, so I don't know whether the client port number is supposed to optional or not.My reading of

Re: subscribe to solr user mailing list

2020-07-27 Thread Prashant Jyoti
Well thanks Eric :) I should have realized that the subscription service would be automated and the mail didn't need a 'body' as such  Guess I spammed a whole lot of people! On Mon, Jul 27, 2020 at 5:23 PM Erick Erickson wrote: > You can subscribe here:

Re: subscribe to solr user mailing list

2020-07-27 Thread Erick Erickson
You can subscribe here: https://lucene.apache.org/solr/community.html > On Jul 25, 2020, at 2:34 AM, Prashant Jyoti wrote: > > Hi, > I would like to subscribe to the Solr user mailing list as I have recently > started using Solr and think that the mailing list would be helpful to > search for