Page 1 of 1

CancelledKeyException?

Posted: 28 Jun 2007, 21:58
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)

Posted: 29 Jun 2007, 11:38
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.

Posted: 04 Jul 2007, 09:46
by patso
I've also received Generic Exception: java.nio.channels.CancelledKeyException java.nio.channels.CancelledKeyException several times