Log4j Issues : Urgent

2004-08-23 Thread Balasubramanian, Lakshmi
Hi All, I am using log4j in my application which is installed WebSphere App Server 5.1 and creating the log file Actually my code in the log4j is get the root from category and attached the appender to the root. But the issue is,all the log messages printing in the "standalonelogger" ie apps

Re: XMLLayout and CData tag

2004-08-23 Thread Jacob Kjome
Well, the error is in Crimson, not Log4j. Try using Xerces. Put it in JAVA_HOME/jre/lib/endorsed along with xml-apis.jar that comes with Xerces and try again. I don't know for sure this will fix your problem, but its worth a shot. If this doesn't work, I suggest pinging the Xerces list as t

Remote SyslogAppender messages truncated

2004-08-23 Thread Michael Kintzer
We switched from using a FileAppender to a SyslogAppender to log messages remotely to a Linux (Fedora Core 2) syslog daemon. However, long messages (approximately > 512 to 1204 characters, which is essentially most of our stack traces) are being truncated. Is this a syslog configuration issue or

XMLLayout and CData tag

2004-08-23 Thread Ben . Peter
  I'm using an XMLLayout [log4j 1.3.0 alpha] to write events to an XML file, and I'm getting invalid CData tags in my XML file. What's happening is that on occasion, a 'binary' character, such as 0x01 is being passed into the event's message. When the XMLLayout formats the message, it passes it of