[Dev] LogViewerStub returns null Logevent element in G-reg 5.0.0

2014-07-07 Thread Denuwanthi De Silva
Hi, G-reg 5.0.0 SNAPSHOT display 'null' in management console, when try to view 'System logs', with the following message: *The log must be configured to use the org.wso2.carbon.logging.core.util.MemoryAppender to view entries through the admin console* The corresponding test case, shows that it

Re: [Dev] LogViewerStub returns null Logevent element in G-reg 5.0.0

2014-07-07 Thread Amani Soysa
Hi Looks like CARBON_MEMORY appender is not properly configured in GREG. Please make sure following properties are there in log4j.properties file # The memory appender for logging log4j.appender.CARBON_MEMORY= *org.wso2.carbon.logging.appender.CarbonMemoryAppender*

Re: [Dev] LogViewerStub returns null Logevent element in G-reg 5.0.0

2014-07-07 Thread Denuwanthi De Silva
Hi Amani, Thanks for the clarification. It's working fine now. Yes, as you mentioned the CARBON_MEMORY appender was not properly configured in GREG due to an ES log4j.properties file overriding. Thanks, On Tue, Jul 8, 2014 at 7:02 AM, Amani Soysa am...@wso2.com wrote: Hi Looks like