DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=38730>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=38730





------- Additional Comments From [EMAIL PROTECTED]  2006-02-23 05:43 -------
(In reply to comment #1)
> Please provide sample code (i.e., a complete working example with a main() 
that
> can be compiled and executed) that reproduces the problem.  It sounds like
> you're using retrieveFileStream without calling completePendingCommand. 
> However, assuming the issue is not caused by a misuse of the API, before
> investigating further, please upgrade to the latest version of commons-net so 
we
> do not spend time hunting a problem that has already been fixed.


Well, I have managed to identify the point at which the InterruptedIOException 
is thrown. This occurs in the run() method of the TelnetInputStream class, 
which inturn calls the __read() method. It appears that for some reason when 
there is no response from the remote FTP Server (on Solaris), the thread dies 
and the program just hangs. I have had a look at the latest commons-net, the 
only change I see in that a new runtime exception has been caught. Not sure if 
this will suffice the problem. Do let me know if there is any workaround for 
this problem.



-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to