Re: Error when creating collection in Solr 4.6

2014-01-20 Thread Uwe Reh
Hi, I had the same problem. In my case the error was, I had a copy/paste typo in my solr.xml. "${genericCoreNodeNames:true}" !^! Ouch! With the type 'bool' instead of 'str' it works definitely better. ;-) Uwe Am 28.11.2013 08:53, schrieb lansing: Thank you for your replies, I a

Re: Error when creating collection in Solr 4.6

2013-12-11 Thread Yago Riveiro
Adding genericCoreNodeNames to solr.xml work for me. -- Yago Riveiro Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Wednesday, December 11, 2013 at 10:47 PM, dboychuck wrote: > Where did you add that directive? I am having the same problem. > > > > -- > View this message in cont

Re: Error when creating collection in Solr 4.6

2013-12-11 Thread dboychuck
Where did you add that directive? I am having the same problem. -- View this message in context: http://lucene.472066.n3.nabble.com/Error-when-creating-collection-in-Solr-4-6-tp4103536p4106248.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Error when creating collection in Solr 4.6

2013-11-28 Thread Erick Erickson
Thanks for letting us know this is an issue with discovery mode as well, I'd only run across old-style before. On Thu, Nov 28, 2013 at 2:53 AM, lansing wrote: > Thank you for your replies, > I am using the new-style discovery > It worked after adding this setting : > ${genericCoreNodeNames:true}

Re: Error when creating collection in Solr 4.6

2013-11-27 Thread lansing
Thank you for your replies, I am using the new-style discovery It worked after adding this setting : ${genericCoreNodeNames:true} -- View this message in context: http://lucene.472066.n3.nabble.com/Error-when-creating-collection-in-Solr-4-6-tp4103536p4103696.html Sent from the Solr - User ma

Re: Error when creating collection in Solr 4.6

2013-11-27 Thread Erick Erickson
Are you using old-style XML files with a tag and maybe tags as well? If so, see: https://issues.apache.org/jira/browse/SOLR-5510 Short form: you may have better luck if you're using old-style solr.xml files by adding: genericCoreNodeNames="${genericCoreNodeNames:true} to your tag, something li

Re: Error when creating collection in Solr 4.6

2013-11-27 Thread Yago Riveiro
Lansing, I ran the command without any issue http://localhost:8983/solr/admin/collections?action=CREATE&name=Current1&numShards=5&replicationFactor=3&maxShardsPerNode=15&collection.configName=default The only different was that I have only one box and used the default config from example folde