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 242502 - 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: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-03 05:15 UTC by Sam.MIT
Modified: 2016-07-07 07:17 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 208103


Attachments
stacktrace (3.21 KB, text/plain)
2014-03-03 05:15 UTC, Sam.MIT
Details
Possible fix (2.03 KB, patch)
2014-03-03 09:16 UTC, Jaroslav Havlin
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sam.MIT 2014-03-03 05:15:51 UTC
Build: NetBeans IDE Dev (Build 201402280001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b69, Java(TM) SE Runtime Environment, 1.8.0-b128
OS: Windows 7

User Comments:
Sam.MIT: Forced stop when tomcat start




Stacktrace: 
java.nio.channels.ClosedByInterruptException
   at java.nio.channels.spi.AbstractInterruptibleChannel.end(AbstractInterruptibleChannel.java:202)
   at sun.nio.ch.FileChannelImpl.write(FileChannelImpl.java:200)
   at java.nio.channels.Channels.writeFullyImpl(Channels.java:78)
   at java.nio.channels.Channels.writeFully(Channels.java:101)
   at java.nio.channels.Channels.access$000(Channels.java:61)
   at java.nio.channels.Channels$1.write(Channels.java:174)
Comment 1 Sam.MIT 2014-03-03 05:15:54 UTC
Created attachment 145709 [details]
stacktrace
Comment 2 Jaroslav Havlin 2014-03-03 09:16:17 UTC
Created attachment 145714 [details]
Possible fix
Comment 3 Jaroslav Havlin 2014-03-03 09:20:52 UTC
Not sure whether this exception should be handled separately at all, but if so, it could be done in UpdateTask (see attached patch).

Reassigning to java/Project. Please evaluate it and check the patch. Thank you.
Comment 4 Martin Balin 2016-07-07 07:17:59 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss