You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "David Latorre (JIRA)" <ji...@apache.org> on 2008/10/16 17:17:44 UTC

[jira] Updated: (FTPSERVER-197) start() and stop() methods in FtpServer class can fail to unbind ports.

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

David Latorre updated FTPSERVER-197:
------------------------------------

    Affects Version/s: 1.0-M1
                       1.0-M2
                       1.0-M3

> start() and stop() methods in FtpServer class can fail to unbind ports. 
> ------------------------------------------------------------------------
>
>                 Key: FTPSERVER-197
>                 URL: https://issues.apache.org/jira/browse/FTPSERVER-197
>             Project: FtpServer
>          Issue Type: Bug
>    Affects Versions: 1.0-M1, 1.0-M2, 1.0-M3
>            Reporter: David Latorre
>
> *start() method in FtpServer class tries to start() all the listeners one by one and  it sets started=true if all of them succeeded.
>  If one of the listeners throws an exception when starting but  some others succeded , it will not close the open listeners.  Calling stop() won't have any effect in this case as 'started' is false.
> *stop() method  in FtpServer class returns normally when  e.g., there are open connections to the FtpServer  but  the server is not really stopped.  Calling stop() again later won't have any effect as 'started' is false.
> I'm quite concerned about the fact that calling stop() won't stop the server since this means that when I undeploy my webapplication the port is still open and I need to restart the whole application server in order to have this port available (and prevent memory leaks!, I guess).

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