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 228001 - java.nio.channels.ClosedByInterruptException at java.nio.channels.spi.AbstractInterruptibleChannel.end
Summary: java.nio.channels.ClosedByInterruptException at java.nio.channels.spi.Abstrac...
Status: RESOLVED WONTFIX
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: JDK_8
: 228002 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-03-27 14:03 UTC by Tomas Danek
Modified: 2013-07-09 12:29 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 199944


Attachments
stacktrace (2.65 KB, text/plain)
2013-03-27 14:03 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:03:57 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: ..no idea when this came out...just working with Maven projects (7.3 + patch1)




Stacktrace: 
java.nio.channels.ClosedByInterruptException
   at java.nio.channels.spi.AbstractInterruptibleChannel.end(AbstractInterruptibleChannel.java:202)
   at sun.nio.ch.FileChannelImpl.read(FileChannelImpl.java:687)
   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:03:59 UTC
Created attachment 133135 [details]
stacktrace
Comment 2 Tomas Danek 2013-03-27 14:28:15 UTC
*** Bug 228002 has been marked as a duplicate of this bug. ***
Comment 3 Tomas Danek 2013-03-27 14:28:47 UTC
was resolved by removing local index in cache dir.
Comment 4 Milos Kleint 2013-07-09 12:29:39 UTC
could be jdk8 related, but in any case there's not much we can do on netbeans side. The exception is coming from lucene code and is caught and rethrown as a runtime exception by maven indexer codebase. I'd rather not catch and swallow  all runtime exceptions in our code. So probably better to report these rare occurences. Closing as wontfix, if it happens more frequently, we might reconsider