Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-help-dev] indexing problem with InfoCenter Eclipse 2.0.1?



Hi, Eclipse Help People:

We have an InfoCenter Eclipse 2.0.1 with Tomcat 4.0.6 and JDK 1.3.1 on
Windows 2000.  The web server is serving up content just fine.  The search,
however, is broken (doesn't start reindex progress bar or return from a
search request).  We tried shutting down Tomcat, removing the generated
index files in
work\Standalone\localhost\help\.metadata\.plugins\org.eclipse.help\nl\en_US,
 and restarting Tomcat.  That approach has worked fine on other systems.

Instead of generating new index files, however, the log reports an error on
the missing index files:

Fri Jan 10 07:46:37 EST 2003
ERROR  org.eclipse.help  Exception occured performing search for: volume.
java.io.FileNotFoundException: G:\jakarta-tomcat-4.0.6
\work\Standalone\localhost\help\.metadata\.plugins\org.eclipse.help\nl\en_US\segments
 (The system cannot find the file specified)
      at java.io.RandomAccessFile.open(Native Method)
      at java.io.RandomAccessFile.<init>(RandomAccessFile.java:93)
      at java.io.RandomAccessFile.<init>(RandomAccessFile.java:138)
      at org.apache.lucene.store.FSInputStream$Descriptor.<init>(Unknown
Source)
      at org.apache.lucene.store.FSInputStream.<init>(Unknown Source)
      at org.apache.lucene.store.FSDirectory.openFile(Unknown Source)
      at org.apache.lucene.index.SegmentInfos.read(Unknown Source)
      at org.apache.lucene.index.IndexReader$1.doBody(Unknown Source)
      at org.apache.lucene.store.Lock$With.run(Unknown Source)
      at org.apache.lucene.index.IndexReader.open(Unknown Source)
      at org.apache.lucene.index.IndexReader.open(Unknown Source)
      at org.apache.lucene.search.IndexSearcher.<init>(Unknown Source)
      at
org.eclipse.help.internal.search.SearchIndex.search(SearchIndex.java:224)
      at
org.eclipse.help.internal.search.SearchManager.search(SearchManager.java:144)
      at
org.eclipse.help.internal.protocols.SearchURL$1.run(SearchURL.java:100)
      at java.lang.Thread.run(Thread.java:479)
---------------------------------------------------------------

We also tried to remove all of the generated files in
work\Standalone\localhost\help.  The JSPs happily recompiled, and the
.metadata\.plugins\org.eclipse.help\nl\en_US subdirectory structure was
successfully recreated, but index files weren't generated.

Any suggestions of things to investigate or try?


Thanks in advance,


Erik Hennum
ehennum  AT   us.ibm.com



Back to the top