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 228002 - 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 228001
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Milos Kleint
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-27 14:06 UTC by Tomas Danek
Modified: 2013-03-27 14:28 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 199945


Attachments
stacktrace (2.62 KB, text/plain)
2013-03-27 14:07 UTC, Tomas Danek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Danek 2013-03-27 14:06:58 UTC
Build: NetBeans IDE 7.3 (Build 201302132200)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b19, Java(TM) SE Runtime Environment, 1.8.0-internal-jprtadm_2013_03_15_07_36-b00
OS: Mac OS X

User Comments:
musilt2: clean and build on mvn NBM project AFAIK.




Stacktrace: 
java.nio.channels.ClosedChannelException
   at sun.nio.ch.FileChannelImpl.ensureOpen(FileChannelImpl.java:94)
   at sun.nio.ch.FileChannelImpl.read(FileChannelImpl.java:673)
   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 Tomas Danek 2013-03-27 14:07:01 UTC
Created attachment 133136 [details]
stacktrace
Comment 2 Tomas Danek 2013-03-27 14:28:15 UTC

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