Le 3/29/12 4:25 PM, Guy Itzhaki a écrit :
No.
I wonder if you experienced such an error before...

Emmanuel, I can debug it myself but the problem is that 
AbstractPollingIoProcessor is shorter than 1151 lines while in the exception 
trace we can see that line 1151 is the cause of the exception.

The pb is that either your JVM is giving the wrong line number (very unlikely) or you are *not* using MINA 2.0.2.

From the svn repository, the only revisions that contains a 1151 line number are :
http://svn.apache.org/viewvc/mina/branches/2.0/mina-core/src/main/java/org/apache/mina/core/polling/AbstractPollingIoProcessor.java?revision=995776&view=markup

1151 ExceptionMonitor.getInstance().exceptionCaught(t);

http://svn.apache.org/viewvc/mina/branches/2.0/mina-core/src/main/java/org/apache/mina/core/polling/AbstractPollingIoProcessor.java?revision=899977&view=markup

1151 if (newSessions.isEmpty() && isSelectorEmpty()) {

and they are intermediate versions between RC1 and 2.0.1...


Can you check the jars you have ?

Otherwise, I'm afraid I have even less clue about what can be your issue than you are, as I don't have a class with 1151 lines either, and I can't debug your code :/

--
Regards,
Cordialement,
Emmanuel Lécharny
www.iktek.com

Reply via email to