Are you using old-style XML files with a <cores> tag
and maybe <core> 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 <cores> tag, something like:
<cores adminPath="/admin/cores" defaultCoreName="collection1"
genericCoreNodeNames="${genericCoreNodeNames:true}">
<core name="collection1" instanceDir="collection1"
coreNodeName="core_node1"/>
</cores>
But really, I'd use the new-style discovery instead. That's "the new way".
Best,
Erick
On Wed, Nov 27, 2013 at 11:03 AM, Yago Riveiro <[email protected]>wrote:
> 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 folder.
>
> --
> Yago Riveiro
> Sent with Sparrow (http://www.sparrowmailapp.com/?sig)
>
>
> On Wednesday, November 27, 2013 at 3:43 PM, lansing wrote:
>
> >
> http://10.0.5.227:8101/solr/admin/collections?action=CREATE&name=Current1&numShards=5&replicationFactor=3&maxShardsPerNode=3&collection.
> (
> http://10.0.5.227:8101/solr/admin/collections?action=CREATE&name=Current1&numShards=5&replicationFactor=3&maxShardsPerNode=3&collection.configName=Current1
> )
>
>