Re: can't create collection using solrcloud

2017-05-31 Thread BrianMaltzan
Hi, I disabled SSL/TLS- now creating a collection works. To re-enable ssl, I've tried upgrading Zookeeper's java from 7 to 8. Solr was already java8. Now I'm thinking there's a solr.in.sh parameter that's new, since solr 5, that I'm still missing, or the certificate has some issue, maybe the

Re: can't create collection using solrcloud

2017-05-31 Thread Susheel Kumar
Try directly the collection API url to create collection as Mangesh suggested and see how it goes... On Tue, May 30, 2017 at 11:02 PM, mganeshs wrote: > Couple of times I faced this issue when firewall "Endpoint security" was > on. > Once I disabled it then it started working.

Re: can't create collection using solrcloud

2017-05-30 Thread mganeshs
Couple of times I faced this issue when firewall "Endpoint security" was on. Once I disabled it then it started working. Also for creating collection, I usually do in the following way, upconfig the configuration to zookeeper using the command bin/solr zk upconfig -n collection1_configs -z

can't create collection using solrcloud

2017-05-30 Thread BrianMaltzan
Hi, I have a fresh install with 3 zookeepers(3.4.6), and 1 solr(6.5.0) instance. They are running and talking to one another, but I can not create a collection. I can connect to zk and get files, upconfig, etc. My config works locally with the built in zk. I'm currently using a similar setup,