From dev-return-88044-apmail-lucene-dev-archive=lucene.apache.org@lucene.apache.org Wed Feb 1 14:27:22 2012 Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 33C389CF0 for ; Wed, 1 Feb 2012 14:27:22 +0000 (UTC) Received: (qmail 95035 invoked by uid 500); 1 Feb 2012 14:27:20 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 94988 invoked by uid 500); 1 Feb 2012 14:27:19 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 94980 invoked by uid 99); 1 Feb 2012 14:27:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Feb 2012 14:27:19 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Feb 2012 14:27:18 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id A39221840B1 for ; Wed, 1 Feb 2012 14:26:58 +0000 (UTC) Date: Wed, 1 Feb 2012 14:26:58 +0000 (UTC) From: "Bernd Fehling (Resolved) (JIRA)" To: dev@lucene.apache.org Message-ID: <275724757.2715.1328106418671.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1166043421.2051.1328086860641.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Resolved] (SOLR-3084) SolrException from QueryResponseWriter initWriters MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/SOLR-3084?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bernd Fehling resolved SOLR-3084. --------------------------------- Resolution: Fixed > SolrException from QueryResponseWriter initWriters > -------------------------------------------------- > > Key: SOLR-3084 > URL: https://issues.apache.org/jira/browse/SOLR-3084 > Project: Solr > Issue Type: Bug > Components: Response Writers > Reporter: Bernd Fehling > Fix For: 3.6, 4.0 > > Attachments: SOLR-3084.patch > > > This is from issue SOLR-2718 and came up after backporting that issue to branch_3x. > After that backport I get a SolrException. > Jan 31, 2012 1:50:15 PM org.apache.solr.core.SolrCore initListeners > INFO: [] Added SolrEventListener for firstSearcher: org.apache.solr.core.QuerySenderListener{queries=[{q=*:*,start=0,rows=10,spellcheck.build=true}, ..... > Jan 31, 2012 2:00:10 PM org.apache.solr.common.SolrException log > SEVERE: org.apache.solr.common.SolrException: QueryResponseWriter init failure > at org.apache.solr.core.SolrCore.initWriters(SolrCore.java:1499) > at org.apache.solr.core.SolrCore.(SolrCore.java:557) > at org.apache.solr.core.CoreContainer.create(CoreContainer.java:466) > at org.apache.solr.core.CoreContainer.load(CoreContainer.java:319) > ... -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org