Hi, I am trying to run this tutorial: https://developers.refinitiv.com/en/api-catalog/refinitiv-real-time-opnsrc/rt-sdk-java#ema-consumer-posting-data-to-contribution-channel
I think the code with problem is this line:
OmmConsumer consumer = EmaFactory.createOmmConsumer(EmaFactory.createOmmConsumerConfig()
.tunnelingKeyStoreFile("clientkeystore")
.tunnelingKeyStorePasswd("test123"));
I got following error message:
Contributing to TR Contributions Channel
Starting encrypted connection...
Oct 29, 2018 10:44:53 AM com.thomsonreuters.ema.access.ChannelCallbackClient reactorChannelEventCallback WARNING: loggerMsg
ClientName: ChannelCallbackClient
Severity: Warning
Text: Received ChannelDownReconnecting event on channel Channel_1 RsslReactor Channel is null
Error Id 0 Internal sysError 0
Error Location Reactor.processWorkerEvent
Error text Error initializing channel: errorId=0 text=null loggerMsgEnd
Could you please help? Thanks
Regards,
Zhe