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 <ansh...@apple.com> wrote: > 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 <lucas....@gmail.com> > 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 [products] > > Caused by: null > > > > I'm posting my solrconf.xml, schema.xml and data-config.xml here: > > https://pastebin.com/fnYK9pSJ > > > > The debug from log solr: https://pastebin.com/kVLMvBwZ > > > > Not sure what to do, the error isn't very descriptive. > >