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 A0C1B922E for ; Wed, 2 May 2012 14:43:19 +0000 (UTC) Received: (qmail 57313 invoked by uid 500); 2 May 2012 14:43:18 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 57239 invoked by uid 500); 2 May 2012 14:43:18 -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 57212 invoked by uid 99); 2 May 2012 14:43:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 May 2012 14:43:18 +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, 02 May 2012 14:43:15 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id F193542B12C for ; Wed, 2 May 2012 14:42:53 +0000 (UTC) Date: Wed, 2 May 2012 14:42:53 +0000 (UTC) From: "Jamie Johnson (JIRA)" To: dev@lucene.apache.org Message-ID: <1845070746.17227.1335969774106.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <860732858.15468.1335916252538.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (SOLR-3427) Faceting under some conditions throws NPE 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-3427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13266597#comment-13266597 ] Jamie Johnson commented on SOLR-3427: ------------------------------------- Great to hear Yonik, sorry I couldn't have given you a working example of the issue, but glad you were able to duplicate it. Please let me know if there is anything else I can provide. > Faceting under some conditions throws NPE > ----------------------------------------- > > Key: SOLR-3427 > URL: https://issues.apache.org/jira/browse/SOLR-3427 > Project: Solr > Issue Type: Bug > Components: SearchComponents - other > Affects Versions: 4.0 > Reporter: Jamie Johnson > > Under some circumstances faceting in Solr throws the following NPE > May 1, 2012 8:48:52 PM org.apache.solr.common.SolrException log > SEVERE: java.lang.NullPointerException > at org.apache.lucene.index.DocTermOrds.lookupTerm(DocTermOrds.java:807) > at org.apache.solr.request.UnInvertedField.getTermValue(UnInvertedField.java:636) > at org.apache.solr.request.UnInvertedField.getCounts(UnInvertedField.java:411) > at org.apache.solr.request.SimpleFacets.getTermCounts(SimpleFacets.java:300) > at org.apache.solr.request.SimpleFacets.getFacetFieldCounts(SimpleFacets.java:396) > at org.apache.solr.request.SimpleFacets.getFacetCounts(SimpleFacets.java:205) > at org.apache.solr.handler.component.FacetComponent.process(FacetComponent.java:81) > at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:204) > at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129) > at org.apache.solr.core.SolrCore.execute(SolrCore.java:1550) > at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442) > at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263) > at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337) > at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484) > at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119) > at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:524) > at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:233) > at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1065) > at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413) > at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192) > at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999) > at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117) > at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:250) > at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:149) > at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111) > at org.eclipse.jetty.server.Server.handle(Server.java:351) > at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454) > at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:47) > at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900) > at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954) > at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:857) > at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235) > at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:66) > at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:254) > at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599) > at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534) > at java.lang.Thread.run(Thread.java:662) > I've noticed this happening after doing deletes. When I've seen this issue before an optimize has made the issue go away. I believe this may also be related to the describe here: > http://stackoverflow.com/questions/10124055/solr-faceted-search-throws-nullpointerexception-with-http-500-status > I have been unable to reproduce this in a test but this has come up at least 3 times in our environments. -- 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