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 258495 - java.io.FileNotFoundException: /home/securifi/.cache/netbeans/8.0.2/cnd/model/text_index/_1_7.del (No such file or directory)
Summary: java.io.FileNotFoundException: /home/securifi/.cache/netbeans/8.0.2/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: 2016-03-23 05:23 UTC by RajaGanapathi
Modified: 2016-10-10 13:46 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 218419


Attachments
stacktrace (2.16 KB, text/plain)
2016-03-23 05:23 UTC, RajaGanapathi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description RajaGanapathi 2016-03-23 05:23:46 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.74-b02, Java(TM) SE Runtime Environment, 1.8.0_74-b02
OS: Linux

User Comments:
GUEST: I don't know what going on...

RajaGanapathi: Got Exception

GUEST: Startup of netbeans

GUEST: no idea

GUEST: java.io.FileNotFoundException: /home/tony/.cache/netbeans/8.0.2/cnd/model/text_index/_247_1.del (No such file or directory)

GUEST: <Please provide a description of the problem or the steps to reproduce> do not show documentation and also say there're errors , however, it compiles pefectly. got me crazy.

GUEST: close all open files

GUEST: .

GUEST: While parsing new project




Stacktrace: 
java.io.FileNotFoundException: /home/securifi/.cache/netbeans/8.0.2/cnd/model/text_index/_1_7.del (No such file or directory)
   at java.io.RandomAccessFile.open0(RandomAccessFile.java:0)
   at java.io.RandomAccessFile.open(RandomAccessFile.java:316)
   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)
Comment 1 RajaGanapathi 2016-03-23 05:23:48 UTC
Created attachment 158974 [details]
stacktrace