Exception while subscribing for news

I am writing a consumer application for reading news from EMA , i am getting a below exception

loggerMsg
TimeStamp: 13:31:51.825
ClientName: ChannelCallbackClient
Severity: Success
Text: Received ChannelUp event on channel Channel_1
Instance Name Consumer_1_1
Connected component version: ads2.6.11.L1.linux.tis.rrg 64-bit
loggerMsgEnd

loggerMsg
TimeStamp: 13:31:53.712
ClientName: Consumer_1_1
Severity: Error
Text: EMA Exception Handler

Application: EMA Application
Process Id: 0xF51

File: Access/Impl/Thread.cpp
Line: 71
Exception occured
loggerMsgEnd

I am not able to find the cause of this , any help ?

Sort by:
1 - 1 of 11
    User: "warat.boonyanit"
    Accepted Answer

    @yajnasteju

    You should try adding a try/catch in side the callback function (onRefresh, onUpdate, etc.) and see if it catch the exception.

    The log suggests that the exception was thrown in EMA dispatching thread. This could means the exception was thrown in callback function.