Re: Unable to create core Solr 8.6.2

2020-09-17 Thread Erick Erickson
Look in your solr log, there’s usually a more detailed message > On Sep 17, 2020, at 9:35 AM, Anuj Bhargava wrote: > > Getting the following error message while trying to create core > > # sudo su - solr -c "/opt/solr/bin/solr create_core -c 9lives" > WARNING: Using _default configset with data

Unable to create core Solr 8.6.2

2020-09-17 Thread Anuj Bhargava
Getting the following error message while trying to create core # sudo su - solr -c "/opt/solr/bin/solr create_core -c 9lives" WARNING: Using _default configset with data driven schema functionality. NOT RECOMMENDED for production use. To turn off: bin/solr config -c 9lives -p 8984 -actio

Re: Unable to create core in Solr 8.6.0

2020-08-09 Thread Chris Larsson
t; >> >>> 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 -ve

Re: Unable to create core in Solr 8.6.0

2020-07-27 Thread Chris Larsson
nJDK Runtime Environment 20.3 (build 14.0.1+7) > >>> OpenJDK 64-Bit Server VM 20.3 (build 14.0.1+7, mixed mode, sharing) > >>> > >>> Attempting to create a core from the command line results in the > >> following > >>> messages: > >>&

Re: Unable to create core in Solr 8.6.0

2020-07-27 Thread Erick Erickson
following >>> messages: >>> >>> # cd /opt/solr; sudo -u solr bin/solr create_core -c foocore >>> WARNING: Using _default configset with data driven schema functionality. >>> NOT RECOMMENDED for production use. >>>To turn off: bin

Re: Unable to create core in Solr 8.6.0

2020-07-27 Thread Chris Larsson
> # cd /opt/solr; sudo -u solr bin/solr create_core -c foocore > > WARNING: Using _default configset with data driven schema functionality. > > NOT RECOMMENDED for production use. > > To turn off: bin/solr config -c foocore -p 8983 -action > > set-user-property -proper

Re: Unable to create core in Solr 8.6.0

2020-07-27 Thread Erick Erickson
ema functionality. > NOT RECOMMENDED for production use. > To turn off: bin/solr config -c foocore -p 8983 -action > set-user-property -property update.autoCreateFields -value false > > ERROR: Error CREATEing SolrCore 'foocore': Unable to create core [fooc

Re: Unable to create core in Solr 8.6.0

2020-07-27 Thread Erick Erickson
ven schema functionality. > NOT RECOMMENDED for production use. > To turn off: bin/solr config -c foocore -p 8983 -action > set-user-property -property update.autoCreateFields -value false > > ERROR: Error CREATEing SolrCore 'foocore': Unable to create core [f

Unable to create core in Solr 8.6.0

2020-07-27 Thread Chris Larsson
To turn off: bin/solr config -c foocore -p 8983 -action set-user-property -property update.autoCreateFields -value false ERROR: Error CREATEing SolrCore 'foocore': Unable to create core [foocore] Caused by: null The Solr admin site at http://localhost:8983/solr/#/ reports: Sol

Unable to create core in Solr 8.6.0

2020-07-27 Thread sa
: bin/solr config -c foocore -p 8983 -action set-user-property -property update.autoCreateFields -value false ERROR: Error CREATEing SolrCore 'foocore': Unable to create core [foocore] Caused by: null The Solr admin site at http://localhost:8983/solr/#/ <http://localhost:8983/solr

solr.common.SolrException: Unable to create core

2020-06-22 Thread Chris Larsson
ror waiting for SolrCore to be loaded on startup => org.apache.solr.common.SolrException: Unable to create core [testcore] at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1327) org.apache.solr.common.SolrException: Unable to

RE: ERROR: Error CREATEing SolrCore 'nutch': Unable to create core [nutch] Caused by: invalid boolean value:

2019-04-02 Thread vishal thummala
Hi Sid, 1. Does folder/configuration actually exist (ie: Did you copy the folder to /opt/solr/server/solr/nutch/conf/ )? Yes the configuration does exist 2. I noticed you wrote that you are using Nutch 1.5. Is that a typo for Nutch 1.15? It was a typo. I am using Nutch 1.15 3. Have you tr

ERROR: Error CREATEing SolrCore 'nutch': Unable to create core [nutch] Caused by: invalid boolean value:

2019-04-02 Thread vishal.thumm...@its.ny.gov
Hi, I am getting the following error while creating a core in Solr 8.0.0 "ERROR: Error CREATEing SolrCore 'nutch': Unable to create core [nutch] Caused by: invalid boolean value:" Command I am using to create the core: #/opt/solr/bin/solr create -c nutch -d /opt/solr/se

RE: ERROR: Error CREATEing SolrCore 'nutch': Unable to create core [nutch] Caused by: invalid boolean value:

2019-04-02 Thread Sadiki Latty
ore 'nutch': Unable to create core [nutch] Caused by: invalid boolean value: Hi, I am getting the following error while creating a core in Solr 8.0.0 "ERROR: Error CREATEing SolrCore 'nutch': Unable to create core [nutch] Caused by: invalid boolean value:" Command I am

ERROR: Error CREATEing SolrCore 'nutch': Unable to create core [nutch] Caused by: invalid boolean value:

2019-04-01 Thread vishal.thumm...@its.ny.gov
Hi, I am getting the following error while creating a core in Solr 8.0.0 "ERROR: Error CREATEing SolrCore 'nutch': Unable to create core [nutch] Caused by: invalid boolean value:" Command I am using to create the core: #/opt/solr/bin/solr create -c nutch -d /opt/solr/se

Re: Unable to create core [collection] Caused by: null

2017-07-28 Thread Lucas Pelegrino
/reduza-solr/ > products/conf/ > > > > Error CREATEing SolrCore 'products': Unable to create core [products] > > Caused by: null > > > > I'm posting my solrconf.xml, schema.xml and data-config.xml here: > > https://pastebin.com/fnYK9pSJ > > >

Re: Unable to create core [collection] Caused by: null

2017-07-27 Thread Shawn Heisey
On 7/25/2017 5:21 PM, Lucas Pelegrino wrote: > Trying to make solr work here, but I'm getting this error from this command: > > $ ./solr create -c products -d /Users/lucaswxp/reduza-solr/products/conf/ > > Error CREATEing SolrCore 'products': Unable to create cor

Re: Unable to create core [collection] Caused by: null

2017-07-27 Thread Nawab Zada Asad Iqbal
as Pelegrino > wrote: > > > > Hey guys. > > > > Trying to make solr work here, but I'm getting this error from this > command: > > > > $ ./solr create -c products -d /Users/lucaswxp/reduza-solr/ > products/conf/ > > > > Error CREATEing SolrCore

Re: Unable to create core [collection] Caused by: null

2017-07-26 Thread Anshum Gupta
t; > Trying to make solr work here, but I'm getting this error from this command: > > $ ./solr create -c products -d /Users/lucaswxp/reduza-solr/products/conf/ > > Error CREATEing SolrCore 'products': Unable to create core [products] > Caused by: null > &g

Re: Unable to create core [collection] Caused by: null

2017-07-25 Thread Rick Leir
a+Factory+Definition+in+SolrConfig On 2017-07-25 07:21 PM, Lucas Pelegrino wrote: Hey guys. Trying to make solr work here, but I'm getting this error from this command: $ ./solr create -c products -d /Users/lucaswxp/reduza-solr/products/conf/ Error CREATEing SolrCore 'products

Unable to create core [collection] Caused by: null

2017-07-25 Thread Lucas Pelegrino
Hey guys. Trying to make solr work here, but I'm getting this error from this command: $ ./solr create -c products -d /Users/lucaswxp/reduza-solr/products/conf/ Error CREATEing SolrCore 'products': Unable to create core [products] Caused by: null I'm posting my solrconf

Re: SolrCloud ... Unable to create core ... Caused by: Lock held by this virtual machine:...

2017-05-15 Thread Susheel Kumar
; > > >> > > The output is: >> > > >> > > Connecting to ZooKeeper at localhost:2181 ... >> > > INFO - 2017-05-12 18:52:22.807; org.apache.solr.client.solrj.i >> mpl.ZkClientClusterStateProvider; >> > > Cluster at localhost:2181 ready >> &

Re: SolrCloud ... Unable to create core ... Caused by: Lock held by this virtual machine:...

2017-05-15 Thread Susheel Kumar
ing existing configuration directory karpfen > > > > > > Creating new collection 'karpfen' using command: > > > http://localhost:8983/solr/admin/collections?action= > > > CREATE&name=karpfen&numShards=2&replicationFactor=1& > > >

Re: SolrCloud ... Unable to create core ... Caused by: Lock held by this virtual machine:...

2017-05-15 Thread Thomas Porschberg
st:8983/solr/admin/collections?action= > > CREATE&name=karpfen&numShards=2&replicationFactor=1& > > maxShardsPerNode=2&collection.configName=karpfen > > > > > > ERROR: Failed to create collection 'karpfen' due to: {127.0.1.1:8983 > &g

Re: SolrCloud ... Unable to create core ... Caused by: Lock held by this virtual machine:...

2017-05-15 Thread Susheel Kumar
lection.configName=karpfen > > > ERROR: Failed to create collection 'karpfen' due to: {127.0.1.1:8983 > _solr=org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException:Error > from server at http://127.0.1.1:8983/solr: Error CREATEing SolrCore > 'karpfen_sha

SolrCloud ... Unable to create core ... Caused by: Lock held by this virtual machine:...

2017-05-14 Thread Thomas Porschberg
HttpSolrClient$RemoteSolrException:Error from server at http://127.0.1.1:8983/solr: Error CREATEing SolrCore 'karpfen_shard2_replica1': Unable to create core [karpfen_shard2_replica1] Caused by: Lock held by this virtual machine: /home/pberg/solr_new2/solr-6.5.1/server/data/oh

RE: Unable to create core

2016-07-28 Thread Alexandre Drouin
Subject: Re: Unable to create core Importance: High What do you see in the Admin UI? Is it there? Also, deleting the core - I believe - still leaves the underlying directory on the filesystem in place. So perhaps it is actually complaining about the leftover filesystem directory when you try to

Re: Unable to create core

2016-07-28 Thread Alexandre Rafalovitch
What do you see in the Admin UI? Is it there? Also, deleting the core - I believe - still leaves the underlying directory on the filesystem in place. So perhaps it is actually complaining about the leftover filesystem directory when you try to create a new core with the same name/location. Check th

Unable to create core

2016-07-28 Thread Alexandre Drouin
Hi, While I was testing I deleted my collection (customer) using the collection API and this step succeeded, however if I try to create a new collection using the same name I get the following error: Core with name 'customer_shard1_replica1' already exists." I am using SolrCloud 6.0.1 and ZK 3.