Return-Path: Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: (qmail 59548 invoked from network); 2 Nov 2010 20:46:20 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 2 Nov 2010 20:46:20 -0000 Received: (qmail 4928 invoked by uid 500); 2 Nov 2010 20:46:51 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 4870 invoked by uid 500); 2 Nov 2010 20:46:50 -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 4863 invoked by uid 99); 2 Nov 2010 20:46:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Nov 2010 20:46:50 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Nov 2010 20:46:48 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oA2KkQA0003541 for ; Tue, 2 Nov 2010 20:46:27 GMT Message-ID: <21123029.203771288730786810.JavaMail.jira@thor> Date: Tue, 2 Nov 2010 16:46:26 -0400 (EDT) From: "Yonik Seeley (JIRA)" To: dev@lucene.apache.org Subject: [jira] Commented: (SOLR-2142) Faceting exception In-Reply-To: <32990446.553771286306195264.JavaMail.jira@thor> 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/SOLR-2142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12927586#action_12927586 ] Yonik Seeley commented on SOLR-2142: ------------------------------------ Pradeep, I just tried trunk with your solr home, and things work as expected (i.e. I can't reproduce). Make sure you're running on the latest version of trunk, and that your app server doesn't have a cache of the old exploded solr war somewhere. > Faceting exception > ------------------ > > Key: SOLR-2142 > URL: https://issues.apache.org/jira/browse/SOLR-2142 > Project: Solr > Issue Type: Bug > Components: search > Affects Versions: 4.0 > Reporter: Erik Hatcher > Priority: Critical > Fix For: 4.0 > > Attachments: SOLR-2142.patch, solr-home.zip > > > Reported second hand, here's the crash: > {'responseHeader'=>{'status'=>0,'QTime'=>3,'params'=>{'facet.field'=>'dc.subject','wt'=>'ruby','rows'=>'0'}},'response'=>{'numFound'=>3183,'start'=>0,'maxScore'=>1.0,'docs'=>[]},'facet_counts'=>{'facet_queries'=>{},'exception'=>['Exception during facet.field of dc.subject > java.lang.NullPointerException > at java.lang.System.arraycopy(Native Method) > at org.apache.lucene.util.PagedBytes.copy(PagedBytes.java:247) > at org.apache.solr.request.TermIndex$1.setTerm(UnInvertedField.java:1171) > at org.apache.solr.request.NumberedTermsEnum.(UnInvertedField.java:962) > at org.apache.solr.request.TermIndex$1.(UnInvertedField.java:1158) > at org.apache.solr.request.TermIndex.getEnumerator(UnInvertedField.java:1158) > at org.apache.solr.request.UnInvertedField.uninvert(UnInvertedField.java:204) > at org.apache.solr.request.UnInvertedField.(UnInvertedField.java:188) > at org.apache.solr.request.UnInvertedField.getUnInvertedField(UnInvertedField.java:913) > at org.apache.solr.request.SimpleFacets.getTermCounts(SimpleFacets.java:298) > at org.apache.solr.request.SimpleFacets.getFacetFieldCounts(SimpleFacets.java:354) > at org.apache.solr.request.SimpleFacets.getFacetCounts(SimpleFacets.java:190) > at org.apache.solr.handler.component.FacetComponent.process(FacetComponent.java:72) > at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:210) > at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:131) > at org.apache.solr.core.SolrCore.execute(SolrCore.java:1324) > at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:337) > at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:240) > at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1089) > at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:365) > at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216) > at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181) > at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:712) > at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:405) > at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:211) > at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114) > at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:139) > at org.mortbay.jetty.Server.handle(Server.java:285) > at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:502) > at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:821) > at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:513) > at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:208) > at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:378) > at org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:226) > at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:442) > '],'facet_fields'=>{},'facet_dates'=>{},'facet_ranges'=>{}}} -- 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: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org