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/06/07 10:18:26 UTC

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

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

Trustin Lee resolved DIRMINA-373.
---------------------------------

    Resolution: Cannot Reproduce
      Assignee: Trustin Lee

I compared the current SocketAcceptor code against that of 0.7.4 and couldn't find any noticeable difference, and I cannot reproduce the problem.  Please attach a reproducing JUnit test code.  I will mark this issue as 'cannot reproduce' for now.

> 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
>            Assignee: Trustin Lee
>             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.