Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 62396 invoked from network); 9 Sep 2009 07:38:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Sep 2009 07:38:32 -0000 Received: (qmail 74327 invoked by uid 500); 9 Sep 2009 07:38:31 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 74249 invoked by uid 500); 9 Sep 2009 07:38:31 -0000 Mailing-List: contact java-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@lucene.apache.org Delivered-To: mailing list java-dev@lucene.apache.org Received: (qmail 74240 invoked by uid 99); 9 Sep 2009 07:38:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Sep 2009 07:38:31 +0000 X-ASF-Spam-Status: No, hits=-1998.8 required=10.0 tests=ALL_TRUSTED,SPOOF_COM2COM,SPOOF_COM2OTH X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Sep 2009 07:38:18 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8F321234C498 for ; Wed, 9 Sep 2009 00:37:57 -0700 (PDT) Message-ID: <1164713307.1252481877585.JavaMail.jira@brutus> Date: Wed, 9 Sep 2009 00:37:57 -0700 (PDT) From: "Bill Bell (JIRA)" To: java-dev@lucene.apache.org Subject: [jira] Issue Comment Edited: (LUCENE-1890) auto-warming from Apache Solr causes NULL Pointer In-Reply-To: <367562245.1252265997718.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LUCENE-1890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12752964#action_12752964 ] Bill Bell edited comment on LUCENE-1890 at 9/9/09 12:37 AM: ------------------------------------------------------------ Url for the solr.war: http://ams.kaango.com.s3.amazonaws.com/solr.war SEVERE: Error during auto-warming of key:org.apache.solr.search.QueryResultKey@b9e3312a:java.lang.NullPointerException Sep 9, 2009 12:00:08 AM org.apache.solr.common.SolrException log SEVERE: Error during auto-warming of key:org.apache.solr.search.QueryResultKey@9d1b3222:java.lang.NullPointerException Sep 9, 2009 12:00:08 AM org.apache.solr.common.SolrException log SEVERE: Error during auto-warming of key:org.apache.solr.search.QueryResultKey@58d1adf1:java.lang.NullPointerException Sep 9, 2009 12:00:09 AM org.apache.solr.common.SolrException log SEVERE: Error during auto-warming of key:org.apache.solr.search.QueryResultKey@26a73b9b:java.lang.NullPointerException Sep 9, 2009 12:00:09 AM org.apache.solr.common.SolrException log SEVERE: Error during auto-warming of key:org.apache.solr.search.QueryResultKey@e2d600b1:java.lang.NullPointerException was (Author: billnbell): Url for the solr.war: http://ams.kaango.com.s3.amazonaws.com/solr.war > auto-warming from Apache Solr causes NULL Pointer > ------------------------------------------------- > > Key: LUCENE-1890 > URL: https://issues.apache.org/jira/browse/LUCENE-1890 > Project: Lucene - Java > Issue Type: Bug > Components: contrib/spatial > Affects Versions: 2.4.1 > Environment: Linux > Reporter: Bill Bell > Fix For: 3.1 > > Attachments: localsolr.jar, lucene-spatial-2.9-dev.jar > > > Sep 6, 2009 12:48:07 PM org.apache.solr.common.SolrException log > SEVERE: Error during auto-warming of key:org.apache.solr.search.QueryResultKey@b00371eb:java.lang.NullPointerException > at org.apache.lucene.spatial.tier.DistanceFieldComparatorSource$DistanceScoreDocLookupComparator.copy(DistanceFieldComparatorSource.java:101) > at org.apache.lucene.search.TopFieldCollector$MultiComparatorScoringMaxScoreCollector.collect(TopFieldCollector.java:554) > at org.apache.solr.search.DocSetDelegateCollector.collect(DocSetHitCollector.java:98) > at org.apache.lucene.search.IndexSearcher.doSearch(IndexSearcher.java:281) > at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:253) > at org.apache.lucene.search.Searcher.search(Searcher.java:171) > at org.apache.solr.search.SolrIndexSearcher.getDocListAndSetNC(SolrIndexSearcher.java:1088) > at org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:876) > at org.apache.solr.search.SolrIndexSearcher.access$000(SolrIndexSearcher.java:53) > at org.apache.solr.search.SolrIndexSearcher$3.regenerateItem(SolrIndexSearcher.java:328) > at org.apache.solr.search.LRUCache.warm(LRUCache.java:194) > at org.apache.solr.search.SolrIndexSearcher.warm(SolrIndexSearcher.java:1468) > at org.apache.solr.core.SolrCore$3.call(SolrCore.java:1142) > at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) > at java.util.concurrent.FutureTask.run(FutureTask.java:138) > at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907) > at java.lang.Thread.run(Thread.java:619) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org For additional commands, e-mail: java-dev-help@lucene.apache.org