Return-Path: Delivered-To: apmail-logging-log4j-user-archive@www.apache.org Received: (qmail 26071 invoked from network); 11 Aug 2006 07:20:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Aug 2006 07:20:54 -0000 Received: (qmail 93145 invoked by uid 500); 11 Aug 2006 07:20:52 -0000 Delivered-To: apmail-logging-log4j-user-archive@logging.apache.org Received: (qmail 92640 invoked by uid 500); 11 Aug 2006 07:20:51 -0000 Mailing-List: contact log4j-user-help@logging.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Log4J Users List" Reply-To: "Log4J Users List" Delivered-To: mailing list log4j-user@logging.apache.org Received: (qmail 92629 invoked by uid 99); 11 Aug 2006 07:20:50 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Aug 2006 00:20:50 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of bruno.cosnefroy@gmail.com designates 64.233.166.176 as permitted sender) Received: from [64.233.166.176] (HELO py-out-1112.google.com) (64.233.166.176) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Aug 2006 00:20:43 -0700 Received: by py-out-1112.google.com with SMTP id 39so30438pyu for ; Fri, 11 Aug 2006 00:20:16 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=OhcTW2vAC3iy2jlZk576D/D0/KOI11qgMJzOmKRN5vcrgyucUC+0mVIDiloYIWYvpr8cXatFcphfTSu+s+Flr+U95Bh5Y2Tg/1T9Q7tyG1Ip5IHwcUDVLz21PvWwPirrAJLYtQYo+8MXhvnmSLr29DRC8nBtlRWB5HE2+t0HKPw= Received: by 10.35.8.1 with SMTP id l1mr2844639pyi; Fri, 11 Aug 2006 00:20:16 -0700 (PDT) Received: by 10.35.42.17 with HTTP; Fri, 11 Aug 2006 00:20:16 -0700 (PDT) Message-ID: Date: Fri, 11 Aug 2006 09:20:16 +0200 From: "Bruno Cosnefroy" To: "Log4J Users List" Subject: Re: need help to use chainsaw VFSLogFilePatternReceiver In-Reply-To: <1155231677.44db6fbd3db03@my.visi.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1155231677.44db6fbd3db03@my.visi.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N My URL looks like sftp://user:pass@host.domain:22/complete/path/to/file.ext (I've tried with and without the port number and I get the same error) I've also tried not to embed the login/password. As described in the examples provided in the "Welcome-> View example Receiver configuration" tab of chainsaw, I used the following syntax in my configuration file: but then I got an error "param name promptForUserInfo does not exist"... Maybe Scott can correct me if the syntax or parameter name is not correct? Otherwise, maybe there is something I can add in your GenerateKnownHostsInfo class to check that my URL is correct and that I can reach the file? --------------------------------------------------------------------- To unsubscribe, e-mail: log4j-user-unsubscribe@logging.apache.org For additional commands, e-mail: log4j-user-help@logging.apache.org