[jira] Commented: (NET-61) [net] FTPClient.listFiles() hangs on Red Hat Linux

2007-04-27 Thread videoVj (JIRA)
[ https://issues.apache.org/jira/browse/NET-61?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12492303 ] videoVj commented on NET-61: I am still facing the same problem with listnames using

[jira] Commented: (NET-61) [net] FTPClient.listFiles() hangs on Red Hat Linux

2007-03-22 Thread Deepa Nair (JIRA)
[ https://issues.apache.org/jira/browse/NET-61?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12483349 ] Deepa Nair commented on NET-61: --- Rory, I am still facing this issue. ListFiles retrieves null array ListNames causes IO

[jira] Commented: (NET-61) [net] FTPClient.listFiles() hangs on Red Hat Linux

2007-03-01 Thread Shashi Anand B (JIRA)
[ https://issues.apache.org/jira/browse/NET-61?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12476936 ] Shashi Anand B commented on NET-61: --- Hi, the fixed version seems to be on JDK 1.5. Is the fix available for JDK 1.4?

Re: [jira] Commented: (NET-61) [net] FTPClient.listFiles() hangs on Red Hat Linux

2006-12-23 Thread Rory Winston
Steve The problem was with TelnetClient's reader thread blocking on read() and locking up - to be honest, I have yet to figure out exactly what caused the deadlock, but one of the initial changes I made on the 2.0 branch was to refactor FTPClient so it extended SocketClient directly, and thus

Re: [jira] Commented: (NET-61) [net] FTPClient.listFiles() hangs on Red Hat Linux

2006-12-23 Thread Rory Winston
Henri Thats a very good suggestion - I'll try and remember that for future reference! Cheers Rory Henri Yandell wrote: This might be because I spend a lot of my day reading open source JIRAs/Bugzillas; but it's really nice to tie the svn commit to the JIRA issue. Technically JIRA is meant

Re: [jira] Commented: (NET-61) [net] FTPClient.listFiles() hangs on Red Hat Linux

2006-12-23 Thread Mario Ivankovits
Hi! I do the following: * Include the Bugzilla/JIRA number in the svn commit. * Copy and paste the svn commit lines into the JIRA comment. I bet I'd have seen JIRA doing such thing automatically if you add the JIRA-xxx bug number in the commit message. I've seen that JIRA automatically lists

Re: [jira] Commented: (NET-61) [net] FTPClient.listFiles() hangs on Red Hat Linux

2006-12-23 Thread Henri Yandell
On 12/23/06, Mario Ivankovits [EMAIL PROTECTED] wrote: Hi! I do the following: * Include the Bugzilla/JIRA number in the svn commit. * Copy and paste the svn commit lines into the JIRA comment. I bet I'd have seen JIRA doing such thing automatically if you add the JIRA-xxx bug number in the

[jira] Commented: (NET-61) [net] FTPClient.listFiles() hangs on Red Hat Linux

2006-12-22 Thread Steve Cohen (JIRA)
[ http://issues.apache.org/jira/browse/NET-61?page=comments#action_12460625 ] Steve Cohen commented on NET-61: Rory, sorry I've been too busy to be involved here, but could you briefly sum up what the change was? I banged my head on this one

Re: [jira] Commented: (NET-61) [net] FTPClient.listFiles() hangs on Red Hat Linux

2006-12-22 Thread Henri Yandell
This might be because I spend a lot of my day reading open source JIRAs/Bugzillas; but it's really nice to tie the svn commit to the JIRA issue. Technically JIRA is meant to listen to svn commits with the issue number in, but I've never really bothered with that, rather I do the following: *

[jira] Commented: (NET-61) [net] FTPClient.listFiles() hangs on Red Hat Linux

2006-12-18 Thread Ross Mills (JIRA)
[ http://issues.apache.org/jira/browse/NET-61?page=comments#action_12459464 ] Ross Mills commented on NET-61: --- I am having the same problem when running my code on a Solaris box and try to list files from another Solaris box. ListNames works

[jira] Commented: (NET-61) [net] FTPClient.listFiles() hangs on Red Hat Linux

2006-12-18 Thread Rory Winston (JIRA)
[ http://issues.apache.org/jira/browse/NET-61?page=comments#action_12459470 ] Rory Winston commented on NET-61: - Hi Ross (and anyone else interested in this issue) Can you try the latest RC:

[jira] Commented: (NET-61) [net] FTPClient.listFiles() hangs on Red Hat Linux

2006-12-18 Thread Ross Mills (JIRA)
[ http://issues.apache.org/jira/browse/NET-61?page=comments#action_12459477 ] Ross Mills commented on NET-61: --- I dropped this version into my software and now ListFiles works. (Yeah!) However, ListNames (which worked for me in the previous

[jira] Commented: (NET-61) [net] FTPClient.listFiles() hangs on Red Hat Linux

2006-12-18 Thread Rory Winston (JIRA)
[ http://issues.apache.org/jira/browse/NET-61?page=comments#action_12459495 ] Rory Winston commented on NET-61: - Hi Ross Am uploading a new version with some fixes which should hopefully solve your problems. There were indeed a couple of

[jira] Commented: (NET-61) [net] FTPClient.listFiles() hangs on Red Hat Linux

2006-12-18 Thread Rory Winston (JIRA)
[ http://issues.apache.org/jira/browse/NET-61?page=comments#action_12459496 ] Rory Winston commented on NET-61: - Forgot to say the link is the same as the previous one:

[jira] Commented: (NET-61) [net] FTPClient.listFiles() hangs on Red Hat Linux

2006-12-18 Thread Ross Mills (JIRA)
[ http://issues.apache.org/jira/browse/NET-61?page=comments#action_12459503 ] Ross Mills commented on NET-61: --- That fixed it! Both ListFiles and ListNames work. Thanks [net] FTPClient.listFiles() hangs on Red Hat Linux

[jira] Commented: (NET-61) [net] FTPClient.listFiles() hangs on Red Hat Linux

2006-09-02 Thread Zarar Siddiqi (JIRA)
[ http://issues.apache.org/jira/browse/NET-61?page=comments#action_12432300 ] Zarar Siddiqi commented on NET-61: -- I have the exact same problem: The app is running on: JDK 1.5.0_07 Linux version 2.6.15-1.2054_FC5 The FTP Server is a linux

[jira] Commented: (NET-61) [net] FTPClient.listFiles() hangs on Red Hat Linux

2006-08-24 Thread Patrick Cruce (JIRA)
[ http://issues.apache.org/jira/browse/NET-61?page=comments#action_12430101 ] Patrick Cruce commented on NET-61: -- I'm getting the same problem when running on: CentOS 4 uname -a returns:Linux horae 2.6.9-11.106.unsupportedsmp #1 SMP Wed