RE: log4j----Edit the event received

2011-09-19 Thread Konduru, Geetha
I checked the contents of all jars (Other than chainsaw classpath) they do not have log4j.dtd files.. Thank U, VGSS -Original Message- From: Tim Watts [mailto:t...@cliftonfarm.org] Sent: Monday, September 19, 2011 3:49 PM To: Log4J Users List Subject: RE: log4jEdit the event receive

RE: log4j----Edit the event received

2011-09-19 Thread Tim Watts
Are you sure there isn't another log4j config embedded in another jar? Happens a lot (or used to in older distros). On Mon, 2011-09-19 at 15:01 -0400, Konduru, Geetha wrote: > No, regarding log4j I my classpath is same as chainsaw... > > -Original Message- > From: Scott Deboy [mailto:sco

RE: log4j----Edit the event received

2011-09-19 Thread Konduru, Geetha
No, regarding log4j I my classpath is same as chainsaw... -Original Message- From: Scott Deboy [mailto:scott.de...@gmail.com] Sent: Monday, September 19, 2011 2:01 PM To: Log4J Users List Subject: Re: log4jEdit the event received Do you have an old DTD in your classpath? The log4j.d

Re: log4j----Edit the event received

2011-09-19 Thread Scott Deboy
Do you have an old DTD in your classpath? The log4j.dtd was updated to support 'plugin' back in rev 532603, Apr 2007. Scott On Mon, Sep 19, 2011 at 10:55 AM, Konduru, Geetha wrote: > Yes I did that, if I do that than it complaints about tag > and ... > > -Original Message- > From:

RE: log4j----Edit the event received

2011-09-19 Thread Konduru, Geetha
Yes I did that, if I do that than it complaints about tag and ... -Original Message- From: Scott Deboy [mailto:scott.de...@gmail.com] Sent: Monday, September 19, 2011 1:39 PM To: Log4J Users List Subject: Re: log4jEdit the event received Can you try adding these two lines to the

Re: log4j----Edit the event received

2011-09-19 Thread Scott Deboy
Can you try adding these two lines to the top of your config? Not sure why you're having this problem.. Scott On Mon, Sep 19, 2011 at 10:19 AM, Konduru, Geetha wrote: > > > I used the config from following link exactly I still get following > exception > > log4j:WARN Continuable parsing

RE: log4j----Edit the event received

2011-09-19 Thread Konduru, Geetha
I used the config from following link exactly I still get following exception log4j:WARN Continuable parsing error 1 and column 69 log4j:WARN Document root element "log4j:configuration", must match DOCTYPE root "null". log4j:WARN Continuable parsing error 1 and column 69 log4j:WARN Document

Re: log4j----Edit the event received

2011-09-19 Thread Scott Deboy
I haven't seen that issue before...you should be able to use any of the configuration files in the test folder: http://svn.apache.org/viewvc/logging/log4j/companions/receivers/trunk/src/test/resources/org/apache/log4j/rewrite/map.xml?revision=564831&view=markup On Mon, Sep 19, 2011 at 9:46 AM, Ko

RE: log4j----Edit the event received

2011-09-19 Thread Konduru, Geetha
I used the same log4j.xml I used by chainsaw in my application and exactly same classpath , than I get following exception. log4j:WARN Continuable parsing error 2 and column 82 log4j:WARN Document root element "log4j:configuration", must match DOCTYPE root "null". log4j:WARN Continuable parsing e

RE: log4j----Edit the event received

2011-09-19 Thread Konduru, Geetha
Would you please mail thetag you used. Thank U, VGSS -Original Message- From: Scott Deboy [mailto:scott.de...@gmail.com] Sent: Friday, September 16, 2011 3:03 PM To: Log4J Users List Subject: Re: log4jEdit the event received I just tried this and it worked fineI modifi