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 267865

Summary: java.nio.channels.ClosedChannelException at sun.nio.ch.FileChannelImpl.ensureOpen
Product: editor Reporter: Exceptions Reporter <exceptions_reporter>
Component: Parsing & IndexingAssignee: Tomas Zezula <tzezula>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 226056
Attachments: stacktrace

Description Exceptions Reporter 2016-09-04 20:58:00 UTC
This bug was originally marked as duplicate of bug 245605, 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.1 (Build 201510222201)
VM: OpenJDK Server VM, 25.45-b02, OpenJDK Runtime Environment, 1.8.0_45-internal-b14
OS: Linux

User Comments:
GUEST: Used find usages function in large PHP project




Stacktrace: 
java.nio.channels.ClosedChannelException
   at sun.nio.ch.FileChannelImpl.ensureOpen(FileChannelImpl.java:109)
   at sun.nio.ch.FileChannelImpl.read(FileChannelImpl.java:688)
   at org.apache.lucene.store.NIOFSDirectory$NIOFSIndexInput.readInternal(NIOFSDirectory.java:162)
   at org.apache.lucene.store.BufferedIndexInput.readBytes(BufferedIndexInput.java:155)
   at org.apache.lucene.index.CompoundFileReader$CSIndexInput.readInternal(CompoundFileReader.java:274)
   at org.apache.lucene.store.BufferedIndexInput.refill(BufferedIndexInput.java:229)
Comment 1 Exceptions Reporter 2016-09-04 20:58:02 UTC
Created attachment 161896 [details]
stacktrace