RE: deserialization error

2001-08-23 Thread Rajendran Marichetty
Mailing List Subject: Re: deserialization error Rajendran, Please make sure that the log4j version on the client side matches the log4j version on the sink side. Regards, Ceki At 19:07 22.08.2001 -0700, Rajendran Marichetty wrote: >Hi, >I am trying to do the remote logging using JMSApp

Re: deserialization error

2001-08-22 Thread Ceki Gülcü
Rajendran, Please make sure that the log4j version on the client side matches the log4j version on the sink side. Regards, Ceki At 19:07 22.08.2001 -0700, Rajendran Marichetty wrote: >Hi, >I am trying to do the remote logging using JMSAppenders, the appenders just publishes >the event object

deserialization error

2001-08-22 Thread Rajendran Marichetty
Hi, I am trying to do the remote logging using JMSAppenders, the appenders just publishes the event object fine to the configured topic but i am getting the following errors while running the JMSSink subscriber, it looks like the priority object deserialization failing, did anyone had the same