Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 78666 invoked from network); 5 Nov 2005 03:37:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Nov 2005 03:37:45 -0000 Received: (qmail 58383 invoked by uid 500); 5 Nov 2005 03:37:44 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 58178 invoked by uid 500); 5 Nov 2005 03:37:43 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 58167 invoked by uid 99); 5 Nov 2005 03:37:43 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Nov 2005 19:37:41 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 4C8505C0 for ; Sat, 5 Nov 2005 04:37:20 +0100 (CET) Message-ID: <173375048.1131161840229.JavaMail.jira@ajax.apache.org> Date: Sat, 5 Nov 2005 04:37:20 +0100 (CET) From: "Trustin Lee (JIRA)" To: dev@directory.apache.org Subject: [jira] Closed: (DIRMINA-115) Unexpected CancelledKeyException In-Reply-To: <740402254.1131088819575.JavaMail.jira@ajax.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/DIRMINA-115?page=all ] Trustin Lee closed DIRMINA-115: ------------------------------- Resolution: Fixed Already checked in the fix. > Unexpected CancelledKeyException > -------------------------------- > > Key: DIRMINA-115 > URL: http://issues.apache.org/jira/browse/DIRMINA-115 > Project: Directory MINA > Type: Bug > Versions: 0.8 > Reporter: Trustin Lee > Assignee: Trustin Lee > Fix For: 0.8.1 > > I'm using the 0.8 version and during some tests I got the exception: > Exception in thread "SocketIoProcessor" > java.nio.channels.CancelledKeyException > at sun.nio.ch.SelectionKeyImpl.ensureValid(SelectionKeyImpl.java:55) > at sun.nio.ch.SelectionKeyImpl.interestOps(SelectionKeyImpl.java:59) > at > org.apache.mina.io.socket.SocketIoProcessor.notifyWriteTimeoutSession(SocketIoProcessor.java:383) > at > org.apache.mina.io.socket.SocketIoProcessor.notifyIdleSession(SocketIoProcessor.java:363) > at > org.apache.mina.io.socket.SocketIoProcessor.notifyIdleSessions(SocketIoProcessor.java:338) > at > org.apache.mina.io.socket.SocketIoProcessor.access$500(SocketIoProcessor.java:42) > at > org.apache.mina.io.socket.SocketIoProcessor$Worker.run(SocketIoProcessor.java:560) > It's the same exception reported previously by other users. > It seems that it occurs frequently. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira