Return-Path: Delivered-To: apmail-logging-log4j-user-archive@www.apache.org Received: (qmail 45686 invoked from network); 18 Aug 2008 16:19:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Aug 2008 16:19:10 -0000 Received: (qmail 7520 invoked by uid 500); 18 Aug 2008 16:19:06 -0000 Delivered-To: apmail-logging-log4j-user-archive@logging.apache.org Received: (qmail 7498 invoked by uid 500); 18 Aug 2008 16:19:06 -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 7483 invoked by uid 99); 18 Aug 2008 16:19:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Aug 2008 09:19:06 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [70.98.214.162] (HELO mail.comotivsystems.com) (70.98.214.162) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Aug 2008 16:18:08 +0000 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: ChainSaw - accessing a file on a VM X-MimeOLE: Produced By Microsoft Exchange V6.5 Date: Mon, 18 Aug 2008 09:18:34 -0700 Message-ID: In-Reply-To: <96c974420808180653p2e2ef2a5n38e8a6ab84d22d48@mail.gmail.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: ChainSaw - accessing a file on a VM Thread-Index: AckBOdu7SCh58Fh/Rmq4dppgQHjPTgACXBzA References: <96c974420808140424u7cffc0f0sefa1f7d43f300b26@mail.gmail.com> <96c974420808140636k22c39ff9wcaa4bd310b7de020@mail.gmail.com> <7AFA7FF1-A214-4091-9BA3-40C617CBF000@apache.org> <131F0AE1-AF26-4D09-8E0A-A0DECDF29FF1@apache.org> <96c974420808180653p2e2ef2a5n38e8a6ab84d22d48@mail.gmail.com> From: "Scott Deboy" To: "Log4J Users List" X-Virus-Checked: Checked by ClamAV on apache.org OK, here are the details: Follow the instructions here: http://logging.apache.org/chainsaw/distributionnotes.html The $user.home/.chainsaw folder will already exist, but you'll have to create the $user.home/.chainsaw/plugins folder and copy the required jars into that folder. I have these jars in my .chainsaw/plugins folder: commons-logging-1.1.1.jar commons-vfs-1.0.jar log4j-chainsaw-vfs.jar You'll need to add the jCIFs jar to that folder Also, under application-wide settings, there is a 'remove security manager' checkbox that you need to check. Restart Chainsaw and it should work. The chainsaw-log tab will contain additional information if you don't see the receiver in the receivers panel or no tab is created containing the events. For those of you using VFS to access ssh-accessible files with the WebStart version of Chainsaw: Add the target server to your $user.home/.ssh/known_hosts file (this requirement is removed in trunk but that version has not yet been released). Scott Deboy Principal Engineer COMOTIV SYSTEMS 111 SW Columbia Street Ste. 950 Portland, OR 97201 Office: 503.224.7496 Direct Line: 503.821.6482 Cell: 503.997.1367 Fax: 503.222.0185 sdeboy@comotivsystems.com www.comotivsystems.com -----Original Message----- From: mehyar.badii@gmail.com [mailto:mehyar.badii@gmail.com] On Behalf Of Aux Board Sent: Monday, August 18, 2008 6:53 AM To: Log4J Users List Subject: Re: ChainSaw - accessing a file on a VM Thank you to all those who kindly responded (ie Jacob, Scott and Curt). A question for Scott. I'm trying to use Jakarta Commons VFS but can't get it to work (java.lang.ClassNotFoundException: org.apache.log4j.chainsaw.vfs.VFSLogFilePatternReceiver)! Is there anywhere a straightforward 101 checklist that I can use instead? I have Win2000 installed on the VM (where the log file is) and XP on the workstation with the ChainSaw. Thanks once again, Doost/Mehyar 2008/8/14 Curt Arnold > > On Aug 14, 2008, at 11:04 AM, Curt Arnold wrote: > >> Looks like you'd be better off using the shared folders capabilities of >> your VM software and access the log file with a local path name. >> >> >> > Or you could use NET USE to map the share to a drive letter and then use > the drive letter in the URL. > > c:\> NET USE q: \\192.168.1.100\folder /USER:foo /PASSWORD:bar > > Then use file:///q:/share-path > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: log4j-user-unsubscribe@logging.apache.org > For additional commands, e-mail: log4j-user-help@logging.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: log4j-user-unsubscribe@logging.apache.org For additional commands, e-mail: log4j-user-help@logging.apache.org