Hi,
We have a rfa publisher application written in Java running on Linux. We are trying to troubleshoot some exceptions that we are seeing in the logs.
We are using testclient to try and reproduce the issue. The exception we are seeing is the following -
2023-11-28 08:41:04.416 Caught internal exception [com.reuters.rfa.omm.OMMException: Unknown MsgType: 0 not supported]
in thread [rsslNamespace::localProviderSession Session EventQueueGroup]
com.reuters.rfa.internal.rwf.RwfDecoder.unsafeDecodeMsg(Unknown Source)
com.reuters.rfa.internal.rwf.RwfDecoder.decodeMsg(Unknown Source)
com.reuters.rfa.internal.rwf.RwfMsgParsed.<init>(Unknown Source)
{5}
This repeats multiple times
Followed by -
Received OMMCmd ERROR EVENT for id: 13842 Trying to publish item with inactive token.:com.reuters.rfa.session.omm.OMMItemCmd@2a56b204
We can only produce it when disconnecting (ctrl-c) testclient and reconnecting again to the publisher.
Do you know what either of these exceptions might mean?
Thanks,
John