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

2017-07-28 Thread Lucas Pelegrino
Thanks Shawn and everyone! Solved. 2017-07-27 18:29 GMT-04:00 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/

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 core [products] > Caused by: null > >

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

2017-07-27 Thread Nawab Zada Asad Iqbal
Lucas may be hitting this issue: https://stackoverflow.com/questions/4659151/recurring-exception-without-a-stack-trace-how-to-reset Could you try running your server with jvm value: -XX:-OmitStackTraceInFastThrow ? Nawab On Wed, Jul 26, 2017 at 11:42 AM, Anshum Gupta

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

2017-07-26 Thread Anshum Gupta
Hi Lucas, It would be super useful if you provided more information with the question. A few things you might want to include are - version of Solr, how did you start it, stack trace from the log etc. -Anshum > On Jul 25, 2017, at 4:21 PM, Lucas Pelegrino wrote: > >

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

2017-07-26 Thread Rick Leir
Lucas, What is in the log before that stackdump? The stackdump seems to indicate that Solr is trying to run with a managed schema. Looking at the cwiki, "When a ||is not explicitly declared in a |solrconfig.xml|file, Solr implicitly uses a|ManagedIndexSchemaFactory|, which is by

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.xml, schema.xml and