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 (Commented) (JIRA)" <ji...@apache.org> on 2012/02/29 02:36:08 UTC

[jira] [Commented] (NET-443) Threads are in State RUNNABLE FTPCLient

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

Sebb commented on NET-443:
--------------------------

Which version of Commons NET are you using?

Note that NET does not use RMI, so the problem may be elsewhere in the application.

If you can reproduce the problem with a simple test case, please attach it to this issue.
                
> Threads are in State RUNNABLE FTPCLient
> ---------------------------------------
>
>                 Key: NET-443
>                 URL: https://issues.apache.org/jira/browse/NET-443
>             Project: Commons Net
>          Issue Type: Bug
>          Components: FTP
>         Environment: WIN2003
>            Reporter: Korcan
>              Labels: newbie
>   Original Estimate: 612h
>  Remaining Estimate: 612h
>
> Hi there, 
> I have developed new application which uses apachi commons.net FTPClient to connect to a Windows OS FTP Server and checks approximately 4000 folders on FTP Server. 
> I am generating Threads to minimize the looping over folders.Every thread tries to loop for example 250 folders.When i run the application on my local computer WinXP no problem.When i yesterday installed WIN2003 Server and run the application i realized that program runs , tries 3-5 times for every thread and sleeps ...and suddenly i see that threads are blocked. 
> I use JRE6 and JConsole also i can see very well that every thread are in state RUNNABLE and RMI TCP threads are time waited state.I could not find any solution the whole day. 
> is it api problem or JRE problem or OS problem? 
> Thanks in advance for your helps 
> BTW there is a code ftp.listfiles(); threads are waiting for this i think but why i dont know

--
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