You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by je...@ni.com on 2002/06/27 00:26:04 UTC

ArrayIndexOutOfBoundsException in IndexHTML demo

I am working my way through the examples in the Getting Started
documentation, and I have run into a problem with the Web demo program.

When I run the following command

java org.apache.lucene.demo.IndexHTML -create -index {index} ..

I receive the following messages:

adding ./jsp/cal/Entries.txt
 caught a class java.lang.ArrayIndexOutOfBoundsException with message:
null
Dumping live threads:
 'Thread-0" tid 0x82bc010 ...

Regardless of the starting directory (.. in this case), the indexer appears
to find the first file and then catch the Array Index Exception after that.

I am able to run the other demo (IndexFiles) without any problems, and the
lucene jar and lucene demo jar are both in my CLASSPATH.

I would appreciate any help you could offer.

Jeff




--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>