[
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.