You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Trustin Lee (JIRA)" <ji...@apache.org> on 2007/04/25 12:01:16 UTC

[jira] Commented: (DIRMINA-373) NullPointer Exception in SocketAccept class

    [ https://issues.apache.org/jira/browse/DIRMINA-373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12491586 ] 

Trustin Lee commented on DIRMINA-373:
-------------------------------------

We don't support MINA 0.8.x for now.  Please upgrade to 1.0.3 or 1.1.0.

> NullPointer Exception in SocketAccept class
> -------------------------------------------
>
>                 Key: DIRMINA-373
>                 URL: https://issues.apache.org/jira/browse/DIRMINA-373
>             Project: MINA
>          Issue Type: Bug
>    Affects Versions: 0.8.0
>         Environment: Windows XP
>            Reporter: S. Nageswara Rao
>             Fix For: 0.8.0
>
>
> I am using MINA v0.8.0 in my component. I hit upon the following NullPointer Exception when I try to call unbind method to unregister the service from the registry.
> java.lang.NullPointerException
> 	at org.apache.mina.io.socket.SocketAcceptor.cancelKeys(SocketAcceptor.java:431)
> 	at org.apache.mina.io.socket.SocketAcceptor.access$900(SocketAcceptor.java:47)
> 	at org.apache.mina.io.socket.SocketAcceptor$Worker.run(SocketAcceptor.java:240)
> This has a considerable impact on my component.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.