Return-Path: X-Original-To: apmail-lucene-solr-user-archive@minotaur.apache.org Delivered-To: apmail-lucene-solr-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3472F180C7 for ; Wed, 16 Dec 2015 15:32:34 +0000 (UTC) Received: (qmail 19893 invoked by uid 500); 16 Dec 2015 15:32:29 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 19821 invoked by uid 500); 16 Dec 2015 15:32:29 -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 19809 invoked by uid 99); 16 Dec 2015 15:32:29 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Dec 2015 15:32:29 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 8E6C8C06B9 for ; Wed, 16 Dec 2015 15:32:28 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 4.881 X-Spam-Level: **** X-Spam-Status: No, score=4.881 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=3, KAM_BADIPHTTP=2, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, WEIRD_PORT=0.001] autolearn=disabled Authentication-Results: spamd4-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id Rsv106AFSbYS for ; Wed, 16 Dec 2015 15:32:23 +0000 (UTC) Received: from mail-wm0-f49.google.com (mail-wm0-f49.google.com [74.125.82.49]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTPS id 18D5E203BD for ; Wed, 16 Dec 2015 15:32:23 +0000 (UTC) Received: by mail-wm0-f49.google.com with SMTP id p187so6301959wmp.0 for ; Wed, 16 Dec 2015 07:32:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=/YvohqsnQ+43/owrc0WMAKJsqk8F0+HLu8QrHbaS1Js=; b=d8QcH2wXIczdBtm12BxsVeR5e+hohvm0Tzq+O/Cx7Kwx6auCaBwNMTLl9NVMyjsTY2 H6i2lrZntoWjSERL5bpJD2wPqpA75y6U7kK4kWdtAd5ETUfK2nUAPTkO9ajGSu8VPg5v I5MM/A5F88qva6iJsaSoAKGgkFcu2Kg+jVee36K1kqUw3GNYZC3nYOvP/ILRAOyqFtoS gC9cwZhc382tUU7yK2rMaV2mKz88QoUZg3av3VWVF+i8n+dCdn39Mz1Ize5xaj7Ir7Vb I9K5oc2CTqYuQAo8tadsGg8mGbI8kEMzqzyWBIKDukiCWV4c0Ol4yv6qQ5ar2m5mEN1M MpsQ== MIME-Version: 1.0 X-Received: by 10.28.127.200 with SMTP id a191mr13259480wmd.27.1450279942000; Wed, 16 Dec 2015 07:32:22 -0800 (PST) Received: by 10.194.185.47 with HTTP; Wed, 16 Dec 2015 07:32:20 -0800 (PST) In-Reply-To: References: Date: Wed, 16 Dec 2015 16:32:20 +0100 Message-ID: Subject: Re: Timeouts for create_collection From: Andrej van der Zee To: solr-user@lucene.apache.org Content-Type: multipart/alternative; boundary=001a11422968c49d870527059ca5 --001a11422968c49d870527059ca5 Content-Type: text/plain; charset=UTF-8 Hi, I completely started over again. Now I get the following error upon create_collection: solr@ip-172-31-11-63:/opt/solr$ ./bin/solr create_collection -c connects -replicationFactor 2 Connecting to ZooKeeper at 172.31.11.65:2181 ... Re-using existing configuration directory connects Creating new collection 'connects' using command: http://localhost:8984/solr/admin/collections?action=CREATE&name=connects&numShards=1&replicationFactor=2&maxShardsPerNode=1&collection.configName=connects ERROR: Failed to create collection 'connects' due to: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException:Error from server at http://172.31.11.63:8984/solr: Error CREATEing SolrCore 'connects_shard1_replica1': Unable to create core [connects_shard1_replica1] Caused by: Can't find resource 'solrconfig.xml' in classpath or '/configs/connects', cwd=/opt/solr/server When I look in Zookeeker, I can see that solrconfig.xml is in /configs/connects/conf/. Why can't the Solr instance find it? Am I missing some crucial configuration setting? Thanks, Andrej --001a11422968c49d870527059ca5--