Return-Path: Delivered-To: apmail-lucene-solr-dev-archive@locus.apache.org Received: (qmail 70573 invoked from network); 4 Jan 2008 03:53:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Jan 2008 03:53:57 -0000 Received: (qmail 78574 invoked by uid 500); 4 Jan 2008 03:53:45 -0000 Delivered-To: apmail-lucene-solr-dev-archive@lucene.apache.org Received: (qmail 78549 invoked by uid 500); 4 Jan 2008 03:53:45 -0000 Mailing-List: contact solr-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-dev@lucene.apache.org Delivered-To: mailing list solr-dev@lucene.apache.org Received: (qmail 78320 invoked by uid 99); 4 Jan 2008 03:53:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Jan 2008 19:53:44 -0800 X-ASF-Spam-Status: No, hits=-98.5 required=10.0 tests=ALL_TRUSTED,WEIRD_PORT X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Jan 2008 03:53:29 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4058B7141EB for ; Thu, 3 Jan 2008 19:53:34 -0800 (PST) Message-ID: <8497387.1199418814260.JavaMail.jira@brutus> Date: Thu, 3 Jan 2008 19:53:34 -0800 (PST) From: "Hoss Man (JIRA)" To: solr-dev@lucene.apache.org Subject: [jira] Commented: (SOLR-450) ArrayIndexOutOfBoundsException when search sometimes In-Reply-To: <2568642.1199415033833.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/SOLR-450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12555780#action_12555780 ] Hoss Man commented on SOLR-450: ------------------------------- In addition to example request URLs that trigger this, we really need to know exactly which version of Solr you are using ... QueryComponent indicates that this is clearly a dev build off the trunk, but there has been some churn since QueryComponent was first added ... knowing the "Solr Specification Version" and "Solr Implementation Version" you see on the "Info" page ( http://localhost:8983/solr/admin/registry.jsp ) would be really helpful. Also: it would be great if you can share with us your solrconfig.xml > ArrayIndexOutOfBoundsException when search sometimes > ---------------------------------------------------- > > Key: SOLR-450 > URL: https://issues.apache.org/jira/browse/SOLR-450 > Project: Solr > Issue Type: Bug > Components: clients - java > Affects Versions: 1.3 > Environment: win 2003 server. jdk1.6 > Reporter: Eric > Priority: Minor > > Jan 3, 2008 1:39:44 PM org.apache.solr.common.SolrException log > SEVERE: java.lang.ArrayIndexOutOfBoundsException: -1 > at org.apache.solr.search.DocSlice$1.nextDoc(DocSlice.java:112) > at org.apache.solr.util.SolrPluginUtils.optimizePreFetchDocs(SolrPluginUtils.java:255) > at org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:112) > at org.apache.solr.handler.SearchHandler.handleRequestBody(SearchHandler.java:98) > at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:117) > at org.apache.solr.core.SolrCore.execute(SolrCore.java:815) > at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:206) > at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:174) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188) > at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) > at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:174) > at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) > at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117) > at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108) > at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151) > at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:874) > at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665) > at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528) > at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81) > at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689) > 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.