Re: [net] Problem with timeout and threads ?!

2006-06-20 Thread Tux
I looked for various explanations, and I found the same problem with an other stack : Stack trace: java.lang.Object.wait(Native Method) java.lang.Object.wait(Object.java:474) org.apache.commons.net.telnet.TelnetInputStream.read(TelnetInputStream.java:339) org.apache.commons.net.telnet.TelnetInpu

[net] Problem with timeout and threads ?!

2006-06-20 Thread linux\.power
Hi everybody ! I have a daemon program that fetches files by ftp every 30 minutes. I use commons net in order to fetch theses ftp files. It works well during a good time but after a few days, it doesn't fetch anything. I realized that one thread was blocked, so no more files was fetched : Stack