CancelledKeyException?

Post here your questions about Actionscript and Java server side extensions development.

Moderators: Lapo, Bax

Post Reply
endquote
Posts: 35
Joined: 29 Dec 2006, 00:39
Location: Seattle, WA
Contact:

CancelledKeyException?

Post by endquote »

I'm getting the following error in my extension and I have no idea what it means. Can anyone clue me in?

Code: Select all

11:31:44.357 - [ WARNING ] > Generic Exception: java.nio.channels.CancelledKeyException
java.nio.channels.CancelledKeyException
	at sun.nio.ch.SelectionKeyImpl.ensureValid(Unknown Source)
	at sun.nio.ch.SelectionKeyImpl.readyOps(Unknown Source)
	at java.nio.channels.SelectionKey.isWritable(Unknown Source)
	at it.gotoandplay.smartfoxserver.SmartFoxServer.readIncomingMessages(SmartFoxServer.java:892)
	at it.gotoandplay.smartfoxserver.EventReader.run(EventReader.java:32)
	at java.lang.Thread.run(Unknown Source)
User avatar
Lapo
Site Admin
Posts: 23438
Joined: 21 Mar 2005, 09:50
Location: Italy

Post by Lapo »

I think this is related with the other problem you mentioned (too many files open). Once that is fixed this one should go away as well.
Lapo
--
gotoAndPlay()
...addicted to flash games
patso
Posts: 380
Joined: 13 Nov 2006, 13:44
Location: Sofia, Bulgaria

Post by patso »

I've also received Generic Exception: java.nio.channels.CancelledKeyException java.nio.channels.CancelledKeyException several times
Post Reply