[ http://issues.apache.org/jira/browse/NUTCH-40?page=comments#action_63250 ] Andrzej Bialecki commented on NUTCH-40: ----------------------------------------
I was unable to reproduce this problem... It seems that either the file is locked by another process (on Windows), or is a directory or its permissions disallow writing to it (on Unix)... however, there is nothing in the stack trace that would explain this. In other words: it works for me. > TestSegmentMergeTool fail > ------------------------- > > Key: NUTCH-40 > URL: http://issues.apache.org/jira/browse/NUTCH-40 > Project: Nutch > Type: Bug > Reporter: Stefan Grroschupf > Assignee: Andrzej Bialecki > Priority: Trivial > > ant clean && ant test > ... > 050413 224204 * Deleting old segments... > 050413 224204 Finished SegmentMergeTool: INPUT: 5000 -> OUTPUT: 500 entries > in 4.57 s (1250.0 entries/sec). > java.io.FileNotFoundException: /tmp/.smttest24441/segments/seg0/fetcher/data > (File exists) > at java.io.RandomAccessFile.open(Native Method) > at java.io.RandomAccessFile.<init>(RandomAccessFile.java:204) > at > org.apache.nutch.tools.TestSegmentMergeTool.testCorruptSegmentMerge(TestSegmentMergeTool.java:216) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
