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 236096 - java.nio.channels.ClosedChannelException at sun.nio.ch.FileChannelImpl.ensureOpen
Summary: java.nio.channels.ClosedChannelException at sun.nio.ch.FileChannelImpl.ensure...
Status: RESOLVED DUPLICATE of bug 234715
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Milos Kleint
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-18 08:12 UTC by abien
Modified: 2013-09-19 12:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 203960


Attachments
stacktrace (3.13 KB, text/plain)
2013-09-18 08:12 UTC, abien
Details

Note You need to log in before you can comment on or make changes to this bug.
Description abien 2013-09-18 08:12:23 UTC
Build: NetBeans IDE Dev (Build 201309160002)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.0-b56, Java(TM) SE Runtime Environment, 1.7.0_40-b43
OS: Mac OS X

User Comments:
abien: Happened during starting a project




Stacktrace: 
java.nio.channels.ClosedChannelException
   at sun.nio.ch.FileChannelImpl.ensureOpen(FileChannelImpl.java:99)
   at sun.nio.ch.FileChannelImpl.read(FileChannelImpl.java:678)
   at org.apache.lucene.store.NIOFSDirectory$NIOFSIndexInput.readInternal(NIOFSDirectory.java:162)
   at org.apache.lucene.store.BufferedIndexInput.refill(BufferedIndexInput.java:270)
   at org.apache.lucene.store.BufferedIndexInput.readByte(BufferedIndexInput.java:40)
   at org.apache.lucene.store.DataInput.readVInt(DataInput.java:107)
Comment 1 abien 2013-09-18 08:12:25 UTC
Created attachment 140200 [details]
stacktrace
Comment 2 Milos Kleint 2013-09-19 12:14:33 UTC
duplicate of issue 234715

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