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 - java.nio.channels.ClosedChannelException at sun.nio.ch.FileChannelImpl.ensureOpen
Summary: java.nio.channels.ClosedChannelException at sun.nio.ch.FileChannelImpl.ensure...
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Parsing & Indexing (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-04 20:58 UTC by Exceptions Reporter
Modified: 2016-09-04 20:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 226056


Attachments
stacktrace (6.04 KB, text/plain)
2016-09-04 20:58 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
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