I was using the latest Chainsaw from Sourceforge, but apparently there's a newer one in the log4j.jar v1.2.8 as you mention. This newer version fixes the NoSuchFieldError etc. problems I was having.
So now us OXF users have 2 options -- Chainsaw from the 1.2.8 log4j.jar, or the already-integrated-with-OXF logFactor5. Thanks. -Scott > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Julien Mercay > Sent: Monday, August 04, 2003 1:48 PM > To: OXF Users > Subject: Re: debugging pipelines w/log4j and chainsaw > > > Hi Scott, > > It looks like you are still using Chainsaw 1.1 from their > distribution. Chainsaw is now integrated in log4j 1.2.8. Try to launch > it with the following command: > > java -classpath log4j-1.2.8.jar org.apache.log4j.chainsaw.Main > > > Regards, > Julien > > Scott McMullan wrote: > > > Julien, > > > > Thanks for the info. I am now using the *exact text* you > specify below in > > my log4j.xml file. However, there's a log mismatch error or > something -- > > see error below. > > > > What format is OXF using when it writes a log entry? Does > Chainsaw need to > > be configured to recongize this format? > > > > [Thread-3] DEBUG com.puppycrawl.tools.chainsaw.LoggingReceiver > - Waiting for > > a connection > > [Thread-3] DEBUG com.puppycrawl.tools.chainsaw.LoggingReceiver - Got a > > connection from localhost > > [Thread-3] DEBUG com.puppycrawl.tools.chainsaw.LoggingReceiver > - Waiting for > > a connection > > [Thread-5] DEBUG com.puppycrawl.tools.chainsaw.LoggingReceiver > - Starting to > > get data > > java.lang.NoSuchFieldError: priority > > at > com.puppycrawl.tools.chainsaw.EventDetails.<init>(EventDetails.java:87) > > at > > > com.puppycrawl.tools.chainsaw.LoggingReceiver$Slurper.run(LoggingR > eceiver.ja > > va:74) > > at java.lang.Thread.run(Thread.java:536) > > > > Thanks. > > > > -Scott > > > > > > _______________________________________________ > oxf-users mailing list > [EMAIL PROTECTED] > http://mail.orbeon.com/mailman/listinfo/oxf-users _______________________________________________ oxf-users mailing list [EMAIL PROTECTED] http://mail.orbeon.com/mailman/listinfo/oxf-users
