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 207525 - java.nio.channels.ClosedChannelException at sun.nio.ch.SocketChannelImpl.ensureReadOpen
Summary: java.nio.channels.ClosedChannelException at sun.nio.ch.SocketChannelImpl.ensu...
Status: RESOLVED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Denis Anisimov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-19 15:45 UTC by Petr Jiricka
Modified: 2012-09-03 12:55 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 184578


Attachments
stacktrace (623 bytes, text/plain)
2012-01-19 15:45 UTC, Petr Jiricka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Jiricka 2012-01-19 15:45:21 UTC
Build: NetBeans IDE Dev (Build 20120119-d09133a2e2cb)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.4-b02-402, Java(TM) SE Runtime Environment, 1.6.0_29-b11-402-11M3527
OS: Mac OS X

User Comments:
pjiricka: Closed Firefox with the NetBeans Firefox plugin, after I've been using Refresh-on-save.




Stacktrace: 
java.nio.channels.ClosedChannelException
   at sun.nio.ch.SocketChannelImpl.ensureReadOpen(SocketChannelImpl.java:120)
   at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:163)
   at org.netbeans.modules.web.common.websocket.WebSocketHandler7.read(WebSocketHandler7.java:134)
   at org.netbeans.modules.web.common.websocket.WebSocketServer$WebSocketHandler.read(WebSocketServer.java:196)
   at org.netbeans.modules.web.common.websocket.SocketServer.readData(SocketServer.java:178)
   at org.netbeans.modules.web.common.websocket.SocketServer.run(SocketServer.java:110)
Comment 1 Petr Jiricka 2012-01-19 15:45:23 UTC
Created attachment 115087 [details]
stacktrace
Comment 2 Denis Anisimov 2012-01-20 13:18:46 UTC
web-main#72c2457de9bf
Comment 3 Quality Engineering 2012-09-03 12:55:19 UTC
Integrated into 'main-golden', will be available in build *201209031048* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/72c2457de9bf
User: Denis Anisimov <ads@netbeans.org>
Log: Fix for BZ#207525 - java.nio.channels.ClosedChannelException at sun.nio.ch.SocketChannelImpl.ensureReadOpen