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 248512 - java.io.FileNotFoundException: /home/valeriy/.cache/netbeans/8.0.1/cnd/model/text_index/_31t_2.del (No such file or directory)
Summary: java.io.FileNotFoundException: /home/valeriy/.cache/netbeans/8.0.1/cnd/model/...
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Parsing & Indexing (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-08 18:36 UTC by Exceptions Reporter
Modified: 2015-11-09 12:58 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 213286


Attachments
stacktrace (2.10 KB, text/plain)
2014-11-08 18:36 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2014-11-08 18:36:57 UTC
This bug was originally marked as duplicate of bug 229971, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0.1 (Build 201408251540)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.20-b23, Java(TM) SE Runtime Environment, 1.8.0_20-b26
OS: Linux

User Comments:
GUEST: idk




Stacktrace: 
java.io.FileNotFoundException: /home/valeriy/.cache/netbeans/8.0.1/cnd/model/text_index/_31t_2.del (No such file or directory)
   at java.io.RandomAccessFile.open(RandomAccessFile.java:0)
   at java.io.RandomAccessFile.<init>(RandomAccessFile.java:243)
   at org.apache.lucene.store.MMapDirectory.openInput(MMapDirectory.java:214)
   at org.apache.lucene.store.FSDirectory.openInput(FSDirectory.java:345)
   at org.apache.lucene.util.BitVector.<init>(BitVector.java:266)
   at org.apache.lucene.index.SegmentReader.loadDeletedDocs(SegmentReader.java:159)
Comment 1 Exceptions Reporter 2014-11-08 18:36:58 UTC
Created attachment 150367 [details]
stacktrace