Re: 2.0-Beta4

2013-02-07 Thread Ralph Goers
Thanks. I will try to look at this tonight (it is about 4pm here now) but if I can't I will over the weekend. Ralph On Feb 7, 2013, at 3:42 PM, Yogi Nerella wrote: > Ralph, > > My intention is to use as follows. > > Application ==> slf4j_1.7.2 ==> slf4j_log4j12_1.7.2 ==> log4j-1.2-api (2.0

Re: 2.0-Beta4

2013-02-07 Thread Ralph Goers
I suspect you have a missing dependency such as Avro or Jackson. However, I would have expected a stack trace with a bit more information. Ralph On Feb 7, 2013, at 12:17 PM, Yogi Nerella wrote: > Hi, > > I am trying to use FlumeNg Appender and running into the following > exception. > > 2013

Re: log4j2.0 - beta4 MDC.put(String, String) method not found

2013-02-07 Thread Ralph Goers
The MDC class in log4j-1.2-api does have the method. Are you sure you have the correct jars? What is processing the log4j configuration and emitting the messages? It looks like something is passing a log4j 2 configuration to log4j 1.x. Ralph On Feb 7, 2013, at 2:16 PM, Yogi Nerella wrote:

log4j2.0 - beta4 MDC.put(String, String) method not found

2013-02-07 Thread Yogi Nerella
Hi, Any one seeing this error? All log4j.xml files I am using are from the sample code only. Thanks, Yogi log4j:WARN Continuable parsing error 2 and column 108 log4j:WARN Document root element "log4j:configuration", must match DOCTYPE root "null". log4j:WARN Continuable parsing error 2 and colu