Hello, 

we're running into strange Lucene problems here right now: Occassionally
certain lists of hits do not build, but we end with an Exception. See
below. While this error appears often, it is not determinstic, i.e. you
repeat the identical search with the same result, you might get no such
exception. While there is plenty of software from anywhere in the stack,
the lowest non-sun level is lucene. 

Note this is within a webserver, so much concurrency going on, and that
particular exception can happen once and dealing with the same
Hits-Instance not with the next access!

Could anyone of the gurus help us with the problem, right now we're
stuck, we do not even have a clue, where to search ...

Thank you!
Frank

500 Servlet Exception

java.lang.IndexOutOfBoundsException: Index: 109, Size: 22
        at java.util.ArrayList.RangeCheck(ArrayList.java:507)
        at java.util.ArrayList.get(ArrayList.java:324)
        at
org.apache.lucene.index.FieldInfos.fieldInfo(FieldInfos.java:155)
        at
org.apache.lucene.index.FieldsReader.doc(FieldsReader.java:66)
        at
org.apache.lucene.index.SegmentReader.document(SegmentReader.java:237)
        at
org.apache.lucene.search.IndexSearcher.doc(IndexSearcher.java:74)
        at org.apache.lucene.search.Hits.doc(Hits.java:101)
        at
de.coi.search.spider3.jsp.GenericResultHeaderTag.doStartTag(GenericResul
tHeaderTag.java:191)
        at
_home._de.__0sonderseiten._suchergebnis__jsp._jspService(/home/de/_sonde
rseiten/suchergebnis.jsp:1194)
        at com.caucho.jsp.JavaPage.service(JavaPage.java:75)
        at com.caucho.jsp.Page.subservice(Page.java:506)
        at
com.caucho.server.http.FilterChainPage.doFilter(FilterChainPage.java:182
)
        at
org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFi
lter.java:354)
        at
com.caucho.server.http.FilterChainFilter.doFilter(FilterChainFilter.java
:88)
        at
com.jivesoftware.util.SetCharacterEncodingFilter.doFilter(SetCharacterEn
codingFilter.java:34)
        at
com.caucho.server.http.FilterChainFilter.doFilter(FilterChainFilter.java
:88)
        at
com.caucho.server.http.Invocation.service(Invocation.java:315)
        at
com.caucho.server.http.CacheInvocation.service(CacheInvocation.java:135)
        at
com.caucho.server.http.HttpRequest.handleRequest(HttpRequest.java:246)
        at
com.caucho.server.http.HttpRequest.handleConnection(HttpRequest.java:164
)
        at com.caucho.server.TcpConnection.run(TcpConnection.java:139)
        at java.lang.Thread.run(Thread.java:534)

Resin 2.1.14 (built Thu Jul 1 18:39:55 PDT 2004)

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to