Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id D034A200CA7 for ; Wed, 31 May 2017 05:02:42 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id CECD7160BDC; Wed, 31 May 2017 03:02:42 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 21D28160BC9 for ; Wed, 31 May 2017 05:02:41 +0200 (CEST) Received: (qmail 64799 invoked by uid 500); 31 May 2017 03:02:40 -0000 Mailing-List: contact solr-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-user@lucene.apache.org Delivered-To: mailing list solr-user@lucene.apache.org Received: (qmail 64785 invoked by uid 99); 31 May 2017 03:02:39 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 May 2017 03:02:39 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 9918ECD048 for ; Wed, 31 May 2017 03:02:39 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.285 X-Spam-Level: ** X-Spam-Status: No, score=2.285 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_NONE=-0.0001, SPF_SOFTFAIL=0.972, URI_HEX=1.313] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id MrewIC2yYL-N for ; Wed, 31 May 2017 03:02:38 +0000 (UTC) Received: from mwork.nabble.com (mwork.nabble.com [162.253.133.43]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id A36E15F295 for ; Wed, 31 May 2017 03:02:38 +0000 (UTC) Received: from mben.nabble.com (unknown [162.253.133.72]) by mwork.nabble.com (Postfix) with ESMTP id 3C6FD4609811F for ; Tue, 30 May 2017 20:02:38 -0700 (MST) Date: Tue, 30 May 2017 20:02:38 -0700 (MST) From: mganeshs To: solr-user@lucene.apache.org Message-ID: <1496199758239-4338135.post@n3.nabble.com> In-Reply-To: <1496178215343-4338092.post@n3.nabble.com> References: <1496178215343-4338092.post@n3.nabble.com> Subject: Re: can't create collection using solrcloud MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit archived-at: Wed, 31 May 2017 03:02:43 -0000 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 srv-nl-com12:2181 -d collection1_configs then for creating collection use HTTP command ( REST API ) http://srv-nl-com13:8983/solr/admin/collections?action=CREATE&name=collection1&numShards=1&replicationFactor=2&maxShardsPerNode=2&collection.configName=collection1_configs This works fine for us... Hope this helps... -- View this message in context: http://lucene.472066.n3.nabble.com/can-t-create-collection-using-solrcloud-tp4338092p4338135.html Sent from the Solr - User mailing list archive at Nabble.com.