This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 181332 - java.io.FileNotFoundException: no segments* file found in org.apache.lucene.store.FSDirectory@C:\Users\NBAlex\.netbeans\6.9m1\var\cache\index\s64\java\14\refs: files:
Summary: java.io.FileNotFoundException: no segments* file found in org.apache.lucene.s...
Status: RESOLVED DUPLICATE of bug 178673
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-28 14:13 UTC by Exceptions Reporter
Modified: 2010-03-29 13:28 UTC (History)
7 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 155337


Attachments
stacktrace (4.53 KB, text/plain)
2010-02-28 14:13 UTC, Exceptions Reporter
Details
stacktrace (2.49 KB, text/plain)
2010-03-18 13:59 UTC, Martin Schovanek
Details
stacktrace (2.52 KB, text/plain)
2010-03-19 14:25 UTC, Petr Jiricka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2010-02-28 14:13:12 UTC
Build: NetBeans IDE Dev (Build 201002152000)
VM: Java HotSpot(TM) Client VM, 16.0-b13, Java(TM) SE Runtime Environment, 1.6.0_18-b07
OS: Windows 7

User Comments:
GUEST: Starting new project and error occured

pjiricka: Created a web project -> scanning.

stole: browsing code




Stacktrace: 
java.io.FileNotFoundException: no segments* file found in org.apache.lucene.store.FSDirectory@C:\Users\NBAlex\.netbeans\6.9m1\var\cache\index\s64\java\14\refs: files:
   at org.apache.lucene.index.SegmentInfos$FindSegmentsFile.run(SegmentInfos.java:604)
   at org.apache.lucene.index.DirectoryIndexReader.open(DirectoryIndexReader.java:115)
   at org.apache.lucene.index.IndexReader.open(IndexReader.java:316)
   at org.apache.lucene.index.IndexReader.open(IndexReader.java:227)
   at org.netbeans.modules.java.source.usages.LuceneIndex.getReader(LuceneIndex.java:1037)
   at org.netbeans.modules.java.source.usages.LuceneIndex.getUsagesFQN(LuceneIndex.java:157)
Comment 1 Exceptions Reporter 2010-02-28 14:13:19 UTC
Created attachment 94610 [details]
stacktrace
Comment 2 Petr Jiricka 2010-03-01 08:53:46 UTC
Editor guys, this re-appeared recently. Any ideas?
Comment 3 Vitezslav Stejskal 2010-03-05 01:14:34 UTC
This is from java's LuceneIndex...
Comment 4 Martin Schovanek 2010-03-18 13:59:35 UTC
Created attachment 95374 [details]
stacktrace

Opening a .java file.
Comment 5 Petr Jiricka 2010-03-19 14:25:20 UTC
Created attachment 95447 [details]
stacktrace

editing java files
Comment 6 Tomas Zezula 2010-03-29 13:28:52 UTC
Duplicate of fixed issue.

*** This bug has been marked as a duplicate of bug 178673 ***