You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Rafael Thomas Goz Coutinho (JIRA)" <ji...@apache.org> on 2014/04/01 18:17:32 UTC

[jira] [Created] (NUTCH-1744) FTP Issue when entering Passive mode

Rafael Thomas Goz Coutinho created NUTCH-1744:
-------------------------------------------------

             Summary: FTP Issue when entering Passive mode
                 Key: NUTCH-1744
                 URL: https://issues.apache.org/jira/browse/NUTCH-1744
             Project: Nutch
          Issue Type: Bug
          Components: fetcher
    Affects Versions: 1.7
         Environment: Linux
            Reporter: Rafael Thomas Goz Coutinho


I 'm crawling an FTP url and am getting this error:

14/04/01 12:15:36 INFO ftp.Ftp: ftp> 227 Entering Passive Mode (10,201,140,86,145,106)
14/04/01 12:15:36 INFO fetcher.Fetcher: fetch of ftp://192.168.1.202/ failed with: java.lang.NoSuchFieldError: _socketFactory_
	at org.apache.nutch.protocol.ftp.Client.__openPassiveDataConnection(Client.java:192)
	at org.apache.nutch.protocol.ftp.Client.retrieveList(Client.java:324)
	at org.apache.nutch.protocol.ftp.FtpResponse.getFileAsHttpResponse(FtpResponse.java:322)
	at org.apache.nutch.protocol.ftp.FtpResponse.<init>(FtpResponse.java:264)
	at org.apache.nutch.protocol.ftp.Ftp.getProtocolOutput(Ftp.java:129)
	at org.apache.nutch.fetcher.Fetcher$FetcherThread.run(Fetcher.java:703)



--
This message was sent by Atlassian JIRA
(v6.2#6252)