You'll need to retrieve log4j from SVN and build it, then include that jar in chainsaw's build path.
Scott Deboy COMOTIV SYSTEMS 111 SW Columbia Street Ste. 950 Portland, OR 97201 Telephone: 503.224.7496 Cell: 503.997.1367 Fax: 503.222.0185 [EMAIL PROTECTED] www.comotivsystems.com -----Original Message----- From: Bincoletto Luca [mailto:[EMAIL PROTECTED] Sent: Thu 1/12/2006 1:34 AM To: Log4J Users List Subject: R: Chainsaw: help needed! Scott, thank you for your quick reply. We also defined two separate XMLSocketReceivers and we had the same problem... I downloaded source code from Subversion, I added the following libraries: - log4j 1.3alpha7 - oro2.0.8 - xstreams1.1.2 But I cannot compile. It seems that one log4j class is missing, my error is: ========= "ReceiversPanel.java": cannot find symbol; symbol : class LoggerRepositoryEx, location: package org.apache.log4j.spi at line 74, column 29 ========= I searched this class, but It seems not to be included in log4j1.3 and also in log4j1.2.13... Any help? Thank you Luca -----Messaggio originale----- Da: Scott Deboy [mailto:[EMAIL PROTECTED] Inviato: mercoledì 11 gennaio 2006 17.32 A: Log4J Users List Oggetto: RE: Chainsaw: help needed! Log4j and Chainsaw have moved from CVS to Subversion - see: http://logging.apache.org/site/repositories.html If you only run one application at a time, do you receive all events from each application? You may want to define two separate XMLSocketReceivers in Chainsaw, on different ports, and configure each application to send events to these separate receivers. Let us know if that works. It's possible that events aren't 'routing' correctly in Chainsaw - do you ONLY see events for each application in their respective tabs? Some of application 2's events may be going to application 1's tab. Scott -----Original Message----- From: Bincoletto Luca [mailto:[EMAIL PROTECTED] Sent: Wed 1/11/2006 8:05 AM To: [email protected] Subject: Chainsaw: help needed! We used Chainsaw v2 through Java Web Start to see logs (sent by java.util.logging) and we encountered some problems. We defined a XMLSocketReceiver with org.apache.log4j.xml.UtilLoggingXMLDecoder as the decoder. If we send to this receiver logs from two different applications we see all logs from one application and only some logs from the other one. Any idea? We also tried to download source code from CVS (we checked out the logging-chainsaw project), but source code seemed not to be aligned with the chainsaw started with Java Web Start. Also, we were stopped by the compile process, we didn't find the right libraries to avoid the following error: =============== "WebdavFileObject.java": cannot find symbol; symbol : method addRequestHeader(java.lang.String,java.lang.String), location: class org.apache.webdav.lib.WebdavResource at line 630, column 33 =============== It seems that source code is newer than the chainsaw downloaded with Java Web Start... Any help will be welcome! Thanks Luca Gruppo Telecom Italia - Direzione e coordinamento di Telecom Italia S.p.A. ==================================================================== CONFIDENTIALITY NOTICE This message and its attachments are addressed solely to the persons above and may contain confidential information. If you have received the message in error, be informed that any use of the content hereof is prohibited. Please return it immediately to the sender and delete the message. Should you have any questions, please send an e_mail to [EMAIL PROTECTED] Thank you ==================================================================== --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Gruppo Telecom Italia - Direzione e coordinamento di Telecom Italia S.p.A. ==================================================================== CONFIDENTIALITY NOTICE This message and its attachments are addressed solely to the persons above and may contain confidential information. If you have received the message in error, be informed that any use of the content hereof is prohibited. Please return it immediately to the sender and delete the message. Should you have any questions, please send an e_mail to [EMAIL PROTECTED] Thank you ==================================================================== --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
