Return-Path: Delivered-To: apmail-jakarta-commons-user-archive@www.apache.org Received: (qmail 86717 invoked from network); 5 Mar 2007 11:59:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Mar 2007 11:59:49 -0000 Received: (qmail 89740 invoked by uid 500); 5 Mar 2007 11:59:54 -0000 Delivered-To: apmail-jakarta-commons-user-archive@jakarta.apache.org Received: (qmail 89678 invoked by uid 500); 5 Mar 2007 11:59:54 -0000 Mailing-List: contact commons-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Users List" Reply-To: "Jakarta Commons Users List" Delivered-To: mailing list commons-user@jakarta.apache.org Received: (qmail 89667 invoked by uid 99); 5 Mar 2007 11:59:54 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Mar 2007 03:59:54 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [146.169.1.193] (HELO roadrunner.doc.ic.ac.uk) (146.169.1.193) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Mar 2007 03:59:44 -0800 Received: from giotto.doc.ic.ac.uk ([146.169.6.36]) by roadrunner.doc.ic.ac.uk with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1HOBqd-0006WV-Eq for commons-user@jakarta.apache.org; Mon, 05 Mar 2007 11:59:23 +0000 Message-ID: <45EC0616.3030800@doc.ic.ac.uk> Date: Mon, 05 Mar 2007 11:59:18 +0000 From: Vesselin Novov Organization: Department of Computing, Imperial College London User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050322 X-Accept-Language: en-gb, en-us, en MIME-Version: 1.0 To: Jakarta Commons Users List Subject: Re: [VFS] Ftp problems - "Could not determine if file ... is writeable" and "StackOverflowError". References: <45E80313.8050100@doc.ic.ac.uk> <45E80612.3060009@ops.co.at> In-Reply-To: <45E80612.3060009@ops.co.at> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-ICDoC-Trusted: YES X-BrightMail-Verdict: X-BrightMail-Tracker: X-Spam-Level: X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Flag: NO Mario, Yes, the NullFilesCache was the problem. After I took it out everything seems to work now. thanks Mario Ivankovits wrote: >Hi ! > > >> DefaultFileSystemManager xInstance = new >>DefaultFileSystemManager(); >> xInstance.setFilesCache(new NullFilesCache()); >> xInstance.addProvider("ftp", new FtpFileProvider()); >> xInstance.init(); >> >> >Not sure if its related, but you don't you just use VFS.getManager(), >instead of creating it manually. > >At least the NullFilesCache might be the problem. In fact the only >REALLY working cache implementation is the SoftRefFilesCache. > >Sh***, I've forgot to remove the other ones before the release ..... > >Ciao, >Mario > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org >For additional commands, e-mail: commons-user-help@jakarta.apache.org > > > --------------------------------------------------------------------- To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-user-help@jakarta.apache.org