Michael- Thanks for your email. I just synced up with HEAD and I'm still getting the same error. Which files did you change?
thanks On 08 Sep 2004 09:31:26 -0700, Michael Cafarella <[EMAIL PROTECTED]> wrote: > > Hi everyone, > > A number of people have had the problem described below. > I put a fix back, which I think will take care of things. Sorry > it has lingered for so long. > > Please let me know if you have any problems. > > Thanks, > --Mike > > > > > On Tue, 2004-09-07 at 22:12, m h wrote: > > Folks- > > When I try and spider using the latest CVS I get the follo... > > Exception in thread "main" java.io.FileNotFoundException: > > > > /tmp/index60199tmp/segments (No such file or directory) > > Too many errors encountered; the rest of the message is ignored: > > at java.io.RandomAccessFile.open(Native Method) > > at java.io.RandomAccessFile.<init>(RandomAccessFile.java:204) > > at > > org.apache.lucene.store.FSInputStream$Descriptor.<init>(FSDirectory.java:376) > > at org.apache.lucene.store.FSInputStream.<init>(FSDirectory.java:405) > > at org.apache.lucene.store.FSDirectory.openFile(FSDirectory.java:268) > > at org.apache.lucene.index.SegmentInfos.read(SegmentInfos.java:40) > > at org.apache.lucene.index.IndexReader$1.doBody(IndexReader.java:116) > > at org.apache.lucene.store.Lock$With.run(Lock.java:109) > > at org.apache.lucene.index.IndexReader.open(IndexReader.java:111) > > at org.apache.lucene.index.IndexReader.open(IndexReader.java:101) > > at net.nutch.indexer.DeleteDuplicates.main(DeleteDuplicates.java:302) > > at net.nutch.tools.CrawlTool.main(CrawlTool.java:151) > > > > I've stepped through the code (using Redhat EL3 with sun jdk 1.4.2), > > and it appears that line 293 (DeleteDuplicates.java) does not create > > an "index" directory (at > > least not one that I can see on the file system). When > > nfs.putToLocalFile is called there is not an "index" file to put in > > the the localIndexDir. Am I doing something wrong? > > > > thanks > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by BEA Weblogic Workshop > > FREE Java Enterprise J2EE developer tools! > > Get your free copy of BEA WebLogic Workshop 8.1 today. > > http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click > > _______________________________________________ > > Nutch-developers mailing list > > [EMAIL PROTECTED] > > https://lists.sourceforge.net/lists/listinfo/nutch-developers > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click > _______________________________________________ > Nutch-developers mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/nutch-developers > ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click _______________________________________________ Nutch-general mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nutch-general
