You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Sebb (JIRA)" <ji...@apache.org> on 2012/07/14 14:38:34 UTC

[jira] [Commented] (NET-473) FTPClient setSoTimeout (int time) will result in NullPointerException

    [ https://issues.apache.org/jira/browse/NET-473?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13414384#comment-13414384 ] 

Sebb commented on NET-473:
--------------------------

The Javadoc says:

Only call this method after a connection has been opened
by {@link #connect connect()}.

It's not possible to initialise the socket when creating FTPClient.
Use SocketClient.setDefaultTimeout(int timeout) instead.
                
> FTPClient setSoTimeout (int time) will result in NullPointerException
> ---------------------------------------------------------------------
>
>                 Key: NET-473
>                 URL: https://issues.apache.org/jira/browse/NET-473
>             Project: Commons Net
>          Issue Type: Bug
>          Components: FTP
>            Reporter: Yuliya Polyeno
>            Priority: Minor
>
> After creating FTPClient you are able to invoke org.apache.commons.net.SocketClient-> setSoTimeout () method which will result in NullPointerException.
> It happens because in SocketClient class Socket object is initialized with null. Shouldn't it be more sensible to create new socket from the socketFactory and don't wait for socket creation till connect() method, because it will be imposiible to do any configuration to the socket until you're connected.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira