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 D5E751042D for ; Thu, 26 Feb 2015 18:55:06 +0000 (UTC) Received: (qmail 71471 invoked by uid 500); 26 Feb 2015 18:54:55 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 71403 invoked by uid 500); 26 Feb 2015 18:54:55 -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 71381 invoked by uid 99); 26 Feb 2015 18:54:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Feb 2015 18:54:55 +0000 X-ASF-Spam-Status: No, hits=0.3 required=5.0 tests=FREEMAIL_REPLY,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of erickerickson@gmail.com designates 209.85.223.174 as permitted sender) Received: from [209.85.223.174] (HELO mail-ie0-f174.google.com) (209.85.223.174) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Feb 2015 18:54:50 +0000 Received: by iecrl12 with SMTP id rl12so19400054iec.2 for ; Thu, 26 Feb 2015 10:53:00 -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=j4IlMET69wTezc0gqpNJ4a6cW3AFs1ZyLHR5lMi6NGM=; b=ibjXkuSDUb1+coWlOnprFtxqFO8AC7KAUa2bQq38SdVe/jc3iSrqnxSOgLoGdo6+HB uhsv/XLqiyVhL120yr86HWCgrfcgBqhM9sjh/dv6zS4Kot1bVMfQxpKXOic4KSjAGVZI hvml0eFFtbRgWIFI+Vlhd46lnPVFhwjYKB98W/kIUXVgLxNcIO1MudpWw8LsZG//CWIr CHQcx/GX3ka9YKg5uC2naxwTHoSYORx20kD58I6CWLAQl7EHXDEX3EtZLMDiPr6ASxaY tq3J1GX5jGx8BmavBnNd49NAIG/l5hDoSYb7jVSB1rGiuOC8++fOYDTvmzCCbdm0wA86 5ePg== MIME-Version: 1.0 X-Received: by 10.50.171.170 with SMTP id av10mr36108782igc.28.1424976780285; Thu, 26 Feb 2015 10:53:00 -0800 (PST) Received: by 10.107.156.4 with HTTP; Thu, 26 Feb 2015 10:53:00 -0800 (PST) In-Reply-To: <549546434.810191424976011710.JavaMail.httpd@webmail-51.iol.local> References: <549546434.810191424976011710.JavaMail.httpd@webmail-51.iol.local> Date: Thu, 26 Feb 2015 10:53:00 -0800 Message-ID: Subject: Re: Solr collection unavailable after reload From: Erick Erickson To: solr-user@lucene.apache.org, "akirapix@libero.it" Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org This is very, very strange. How are you indexing the docs? SolrJ? XML? DIH? What happens if you _only_ index the doc? You say nothing comes out in the log file indicating an error, but what _does_ come out? Particularly at the end? And in general note that attachments don't come through the Apache mailing lists, to show them you usually have to post it somewhere and provide a link. You _might_ be hitting the problem where the suggester takes a long time to build on startup, in which case you'll be seeing a message at the end of your log when you can't start things about building. If you wait _very_ patiently it'll eventually complete. This was commented out of solrconfig.xml stock distros in 4.10.3, see: https://issues.apache.org/jira/browse/SOLR-6679. And if your suggester is configured with anything like "build on commit", it'll happen whenever you index. Anyway, this is consistent with the problems you've reported, so at least there's a chance it's the issue. Best, Erick On Thu, Feb 26, 2015 at 10:40 AM, akirapix@libero.it wrote: > Hi everybody, > > hi have a very strange issue in my solr (version 4.10.2) installation (on a > windows server 2008 java jdk 1.7). > > I am sure nobody met this problem before (at least googling around i found > nothing). I have a simple configuration with a base "text_general" field. > I was able to index any kind of text without any problem. After some days i > got a strange behavior. After restarting my server i was not able to load my > collection > My server started without error messages in my log but, trying to select my > collection, web app hangs (as in picture) > > I googled around to find a way to debug such situation, or a way to "fix" > collection itself (but found nothing). > > I am able to produce such error trying to index word "wasting" in my > text_general field ( i know that problem is not related to this word....but > is the only way to produce such behavior). > The only thing i can do is stop solr, delete "index" folder content and > restart solr. Then i try again to index a document with "wasting" word, > reload collection, and the problem is there again. > > Please someone could at least tell me a way to investigate???? >