You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by Safwan Ahmed <sa...@geniteam.com> on 2008/08/01 13:47:36 UTC

Help need regarding commons-Net

Hi,
 I'm using Commons Net API for accessing the list of files from FTP. But I'm
getting following exception for a single user on a single Server otherwise
it is working fine for others. Please help me in this regard.

07/31/2008 12:53:55 [ERROR] EXCEPTION STACKTRACE STARTS
07/31/2008 12:53:55 [ERROR] java.net.SocketInputStream.read(Unknown Source)
07/31/2008 12:53:55 [ERROR]
sun.nio.cs.StreamDecoder$CharsetSD.readBytes(Unknown Source)
07/31/2008 12:53:55 [ERROR]
sun.nio.cs.StreamDecoder$CharsetSD.implRead(Unknown Source)
07/31/2008 12:53:55 [ERROR] sun.nio.cs.StreamDecoder.read(Unknown Source)
07/31/2008 12:53:55 [ERROR] java.io.InputStreamReader.read(Unknown Source)
07/31/2008 12:53:55 [ERROR] java.io.BufferedReader.fill(Unknown Source)
07/31/2008 12:53:55 [ERROR] java.io.BufferedReader.readLine(Unknown Source)
07/31/2008 12:53:55 [ERROR] java.io.BufferedReader.readLine(Unknown Source)
07/31/2008 12:53:55 [ERROR]
org.apache.commons.net.ftp.FTPFileEntryParserImpl.readNextEntry(FTPFileEntryParserImpl.java:95)
07/31/2008 12:53:55 [ERROR]
org.apache.commons.net.ftp.FTPListParseEngine.readStream(FTPListParseEngine.java:150)
07/31/2008 12:53:55 [ERROR]
org.apache.commons.net.ftp.FTPListParseEngine.readServerList(FTPListParseEngine.java:98)
07/31/2008 12:53:55 [ERROR]
org.apache.commons.net.ftp.FTPClient.initiateListParsing(FTPClient.java:2396)
07/31/2008 12:53:55 [ERROR]
org.apache.commons.net.ftp.FTPClient.initiateListParsing(FTPClient.java:2364)
07/31/2008 12:53:55 [ERROR]
org.apache.commons.net.ftp.FTPClient.listFiles(FTPClient.java:2141)
07/31/2008 12:53:55 [ERROR]
org.apache.commons.net.ftp.FTPClient.listFiles(FTPClient.java:2188)
07/31/2008 12:53:55 [ERROR]
ghost.dataaccess.ftpaccess.FtpCommunicator.getChildren(Unknown Source)
07/31/2008 12:53:55 [ERROR]
ghost.dataaccess.ftpaccess.FtpCommunicator.getDirectoryStructure(Unknown
Source)
07/31/2008 12:53:55 [ERROR]
ghost.userinterface.BrowseRemoteDialog.populateTree(Unknown Source)
07/31/2008 12:53:55 [ERROR]
ghost.userinterface.BrowseRemoteDialog.access$000(Unknown Source)
07/31/2008 12:53:55 [ERROR]
ghost.userinterface.BrowseRemoteDialog$2.run(Unknown Source)
07/31/2008 12:53:55 [ERROR] EXCEPTION STACKTRACE ENDS

Regards
Safwan

Re: Help need regarding commons-Net

Posted by Ortwin Glück <od...@odi.ch>.
Safwan Ahmed wrote:
> Hi,
>  I'm using Commons Net API for accessing the list of files from FTP. But I'm
> getting following exception for a single user on a single Server otherwise
> it is working fine for others. Please help me in this regard.

Safwan,

This is the HttpComponents mailing list. We do not develop Commons Net. Please 
check the Commons Net website for their mailing lists.

Ortwin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org