Re: Unable to create core in Solr 8.6.0

2020-08-09 Thread Chris Larsson
Just to provide a little closure, it appears that this issue is fixed in Java 14.0.2. Chris On Mon, Jul 27, 2020 at 5:38 PM Chris Larsson wrote: > 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

solr.common.SolrException: Unable to create core

2020-06-22 Thread Chris Larsson
Trying to track down an issue I am seeing with Solr 8.5.1 running on CentOS 8.2 and Java 14.0.1 (openJDK). My test system was running fine before updating the OS packages and rebooting at which time it started throwing the following error: 2020-06-19 20:23:37.877 INFO (main) [ ]

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

Re: Unable to create core in Solr 8.6.0

2020-07-27 Thread Chris Larsson
bit misleading and the formatter in that call > is null or some such. Why I > haven’t a clue. > > Best, > Erick > > > > On Jul 27, 2020, at 3:54 PM, Chris Larsson wrote: > > > > Thank you Erick. I appreciate you taking the time to respond. I have > seen >

Re: Unable to create core in Solr 8.6.0

2020-07-27 Thread Chris Larsson
ook 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,