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 CBCBB181C4 for ; Wed, 9 Dec 2015 17:47:09 +0000 (UTC) Received: (qmail 86039 invoked by uid 500); 9 Dec 2015 17:47:05 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 85967 invoked by uid 500); 9 Dec 2015 17:47:05 -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 85954 invoked by uid 99); 9 Dec 2015 17:47:05 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Dec 2015 17:47:05 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 0FACF1A4131 for ; Wed, 9 Dec 2015 17:47:05 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.102 X-Spam-Level: X-Spam-Status: No, score=-0.102 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_MSPIKE_H2=-0.001, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd2-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id 4nuFEJqFtglK for ; Wed, 9 Dec 2015 17:47:04 +0000 (UTC) Received: from mail-io0-f171.google.com (mail-io0-f171.google.com [209.85.223.171]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id 1508342AD9 for ; Wed, 9 Dec 2015 17:47:04 +0000 (UTC) Received: by ioir85 with SMTP id r85so67670154ioi.1 for ; Wed, 09 Dec 2015 09:46:57 -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=qgfP6jNehJZt+oKBROyumgu/MS/3CSRInGu4vR2zZsM=; b=jEfUGEEXil/QZnTrtzDHuqefh9VEeRQlNQGs7Upx3qSEyMDoOXzeogjZSjk8h+NGmx QHUc/ZvAFocHNd47S5CmFJOrgNaJ+ia73Vxkh3IIOsQMA5z52LNN5VM21ij87hGudGyp GkoSYNfHqaNHVO26539HFZTIZ1swRe2wbJN7vC2zP/jW+MM5cr8lDcTJIWq/PuwHJk2l sigxVvbx5ibtk3z2W9J+dhT05z8RG1YPSXymsZ0kRihzGS15eQ5bwhyW3WZs3vt3AKeO rhxFJJAii0gFc6jY7yn0RHpREKvZ3SLmkknSnH+cbbfFDoVwW+1rQ5wyvGPwM0tuLxNP UrPw== MIME-Version: 1.0 X-Received: by 10.107.186.132 with SMTP id k126mr6156020iof.158.1449683217619; Wed, 09 Dec 2015 09:46:57 -0800 (PST) Received: by 10.107.46.68 with HTTP; Wed, 9 Dec 2015 09:46:57 -0800 (PST) In-Reply-To: References: <566596BE.3030103@gmail.com> Date: Wed, 9 Dec 2015 09:46:57 -0800 Message-ID: Subject: Re: Increasing Solr5 time out from 30 seconds while starting solr From: Erick Erickson To: solr-user Content-Type: text/plain; charset=UTF-8 What does the Solr log file say? Often this is the result of Solr being in a weird state due to startup problems. Best, Erick On Tue, Dec 8, 2015 at 8:43 PM, Debraj Manna wrote: > . After failed attempt to start solr if I try to start solr again on same > port it says solr is already running. Try running solr on different port. > > Can you let me know if it is possible to increase the timeout? So that I > can observe how does it behave. > On Dec 9, 2015 10:10 AM, "Rahul Ramesh" wrote: > >> Hi Debraj, >> I dont think increasing the timeout will help. Are you sure solr/ any other >> program is not running on 8789? Please check the output of lsof -i :8789 . >> >> Regards, >> Rahul >> >> On Tue, Dec 8, 2015 at 11:58 PM, Debraj Manna >> wrote: >> >> > Can someone help me on this? >> > On Dec 7, 2015 7:55 PM, "D" wrote: >> > >> > > Hi, >> > > >> > > Many time while starting solr I see the below message and then the solr >> > is >> > > not reachable. >> > > >> > > debraj@boutique3:~/solr5$ sudo bin/solr start -p 8789 >> > > Waiting to see Solr listening on port 8789 [-] Still not seeing Solr >> > listening on 8789 after 30 seconds! >> > > >> > > However when I try to start solr again by trying to execute the same >> > > command. It says that *"solr is already running on port 8789. Try >> using a >> > > different port with -p"* >> > > >> > > I am having two cores in my local set-up. I am guessing this is >> happening >> > > because one of the core is a little big. So solr is timing out while >> > > loading the core. If I take one of the core out of solr then everything >> > > works fine. >> > > >> > > Can some one let me know how can I increase this timeout value from >> > > default 30 seconds? >> > > >> > > I am using Solr 5.2.1 on Debian 7. >> > > >> > > Thanks, >> > > >> > > >> > >>