LUCENE1.4.1 - LUCENE1.4.2 - LUCENE1.4.3 Exception

2004-12-14 Thread Karthik N S
Hi Guys Some body tell me what this Exception am Getting Pleae Sys Specifications O/s Linux Gentoo Appserver Apache Tomcat/4.1.24 Jdk build 1.4.2_03-b02 Lucene 1.4.1 ,2, 3 Note: - This Exception is displayed on Every 2nd Query after Tomcat is started java.io.IOException: Stale NFS fi

Re: LUCENE1.4.1 - LUCENE1.4.2 - LUCENE1.4.3 Exception

2004-12-15 Thread John Haxby
Karthik N S wrote: java.io.IOException: Stale NFS file handle You have a file system NFS mounted on this machine, but the machine hosting the real file system has no knowledge of your mount. This often happens after the host machine has had a reboot. Solution: unmount (and possibly re-mount)

Re: LUCENE1.4.1 - LUCENE1.4.2 - LUCENE1.4.3 Exception

2004-12-15 Thread Nader Henein
This is a OS file system error not a Lucene issue (not for this board) , Google it for Gentoo specifically you a get a whole bunch of results one of which is this thread on the Gentoo Forums, http://forums.gentoo.org/viewtopic.php?t=9620 Good Luck Nader Henein Karthik N S wrote: Hi Guys