Your "2nd instance error" should be gone with most recent cvs. That problem was fixed several days ago.
What's the command line for your first error? Were you using -nfs instead of -local? Unfortunately I do not run windows. John On Mon, Oct 25, 2004 at 01:14:15PM -0700, Sivaji Adurthy wrote: > Hi, > > When I run the crawling for a depth of 4 for about 10 websites it throws some errors > any idea and soem times I noticed that it exits without giving any stack trace exits > just saying excpetion in main. > > I am in desperate need of help as I am running out of time > > thanks > sivaji > here is stack strace: > > java.io.FileNotFoundException: depth5_1\db\webdb\pagesByURL\data (The system cannot > find the path specified) > at java.io.RandomAccessFile.open(Native Method) > at java.io.RandomAccessFile.<init>(RandomAccessFile.java:200) > at java.io.RandomAccessFile.<init>(RandomAccessFile.java:94) > at > net.nutch.io.SequenceFile$BufferedRandomAccessFile.<init>(SequenceFile.java:267) > at net.nutch.io.SequenceFile$Reader.<init>(SequenceFile.java:134) > at net.nutch.io.SequenceFile$Reader.<init>(SequenceFile.java:129) > at net.nutch.io.MapFile$Reader.<init>(MapFile.java:171) > at net.nutch.db.WebDBReader.<init>(WebDBReader.java:53) > at net.nutch.tools.FetchListTool.emitFetchList(FetchListTool.java:367) > at net.nutch.tools.FetchListTool.emitFetchList(FetchListTool.java:303) > at net.nutch.tools.FetchListTool.main(FetchListTool.java:657) > at net.nutch.tools.CrawlTool.main(CrawlTool.java:98) > Exception in thread "main" > > > 2nd instance error > > 041021 223504 Overall processing: Sorted NaN entries/second > java.io.IOException: Impossible condition: directories depth6\db\webdb.old and > depth6\db\webdb cannot exist simultaneously > at net.nutch.db.WebDBWriter.<init>(WebDBWriter.java:1474) > at net.nutch.db.WebDBWriter.<init>(WebDBWriter.java:1444) > at net.nutch.tools.FetchListTool.emitFetchList(FetchListTool.java:528) > at net.nutch.tools.FetchListTool.emitFetchList(FetchListTool.java:303) > at net.nutch.tools.FetchListTool.main(FetchListTool.java:657) > at net.nutch.tools.CrawlTool.main(CrawlTool.java:98) > Exception in thread "main" > > > > > > __________________________________________ http://www.neasys.com - A Good Place to Be Come to visit us today! ------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click _______________________________________________ Nutch-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nutch-developers
