Return-Path: Delivered-To: apmail-jakarta-commons-user-archive@www.apache.org Received: (qmail 91703 invoked from network); 3 May 2004 21:53:08 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 3 May 2004 21:53:08 -0000 Received: (qmail 98504 invoked by uid 500); 3 May 2004 21:52:50 -0000 Delivered-To: apmail-jakarta-commons-user-archive@jakarta.apache.org Received: (qmail 98484 invoked by uid 500); 3 May 2004 21:52:49 -0000 Mailing-List: contact commons-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: 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 98469 invoked from network); 3 May 2004 21:52:49 -0000 Received: from unknown (HELO mx1.try.sybase.com) (130.214.10.19) by daedalus.apache.org with SMTP; 3 May 2004 21:52:49 -0000 Received: from mail.try.sybase.com (mail.try.sybase.com [130.214.10.18]) by mx1.try.sybase.com (8.11.6/8.11.0) with ESMTP id i43KqL208136 for ; Mon, 3 May 2004 14:52:21 -0600 Received: from tsws1 ([10.22.120.88]) by mail.try.sybase.com (8.11.6/8.11.6) with SMTP id i43LWWk16316 for ; Mon, 3 May 2004 15:32:32 -0600 Message-ID: <1cb601c43158$fdc648d0$51efea43@sybase.com> From: "Adam R. B. Jack" To: "Jakarta Commons Users List" References: Subject: Re: [VFS] Crashing when trying to set username Date: Mon, 3 May 2004 15:52:48 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1409 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N > Here is what I suggest for getting better feedback from this list: Thanks, I deserved that. My mind was elsewhere, and I flunked basic problem reporting 101. Sorry. *My code* is old (taken from VFS samples a while ago), but the VFS & HttpClient code is CVS HEAD. I first detected this problem on Gump, but unfortunately the code was failing to display the stack trace. So, I checkout new versions locally and reproduced the problem here. I've attached the trace below. The code I am using is here: http://svn.apache.org/repos/asf/incubator/depot/trunk/update/src/java/org/apache/depot/update/util/io/VfsUtils.java For futures, the test run (with exceptions) will be here: http://lsd.student.utwente.nl/gump/depot/depot-update-ant-sample-vfs/index.html I guess I was assuming/hoping that this was something recently added to VFS, and perhaps a work in progress. I threw out a quick mail in case there was a quick reply. If it isn't something easy to reproduce (and VFS unit tests do pass), I will add a BugZilla entry. http://lsd.student.utwente.nl/gump/commons-vfs/commons-vfs/index.html Thanks in advance for any help. regards Adam [repotool] Username may not be null [repotool] org.apache.commons.httpclient.UsernamePasswordCredentials.(UsernamePas swordCredentials.java:87) [repotool] org.apache.commons.vfs.provider.http.HttpFileSystem.getClient(HttpFileSystem .java:77) [repotool] org.apache.commons.vfs.provider.http.HttpFileObject.doGetType(HttpFileObject .java:73) [repotool] org.apache.commons.vfs.provider.AbstractFileObject.attach(AbstractFileObject .java:1002) [repotool] org.apache.commons.vfs.provider.AbstractFileObject.exists(AbstractFileObject .java:358) [repotool] org.apache.depot.update.protocols.impl.VfsProtocolOperationsProvider.exists( VfsProtocolOperationsProvider.java:65) [repotool] org.apache.depot.update.protocols.ProtocolOperationsManager.checkExists(Prot ocolOperationsManager.java:140) --------------------------------------------------------------------- To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-user-help@jakarta.apache.org