The following error is seen in the agent's receiver log:
05/25/2022 11:00:02.495-0400 1 TCP/IP Controller Plugin.Receiver pool thread <Regular:2>.CybReceiverSession.accept[:327] - Message has been rejected internally: Attempt to send unrecognizable message:
java.lang.SecurityException: Attempt to send unrecognizable message
at cybermation.agent.controller.CybControllerPluginManager.sendMessageToAgent(CybControllerPluginManager.java:347)
at cybermation.commplugins.tcpip.CybTcpipControllerPlugin.sendMessageToAgent(CybTcpipControllerPlugin.java:421)
at cybermation.commplugins.tcpip.receiver.CybReceiverSession.accept(CybReceiverSession.java:291)
at cybermation.library.communications.protocol.CybCommunicationProtocolDynamic.receiveMessage(CybCommunicationProtocolDynamic.java:424)
at cybermation.library.communications.CybConversation.receiveMessage(CybConversation.java:460)
at cybermation.commplugins.tcpip.receiver.CybReceiverChannel.a(CybReceiverChannel.java:174)
at cybermation.commplugins.tcpip.receiver.CybReceiverChannel.call(CybReceiverChannel.java:139)
at cybermation.commplugins.tcpip.receiver.CybReceiverChannel.call(CybReceiverChannel.java:51)
at cybermation.commplugins.tcpip.receiver.CybReceiverScheduler$CallableWrapper.call(CybReceiverScheduler$CallableWrapper.java:353)
at cybermation.commplugins.tcpip.receiver.CybReceiverScheduler$CallableWrapper.call(CybReceiverScheduler$CallableWrapper.java:317)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:821)
Caused by: cybermation.library.CybInvalidSyntaxException: Invalid verb
at cybermation.library.afm.CybAFMBuilder.Build(CybAFMBuilder.java:135)
at cybermation.agent.controller.CybControllerPluginManager.sendMessageToAgent(CybControllerPluginManager.java:340)
at cybermation.commplugins.tcpip.CybTcpipControllerPlugin.sendMessageToAgent(CybTcpipControllerPlugin.java:421)
at cybermation.commplugins.tcpip.receiver.CybReceiverSession.accept(CybReceiverSession.java:291)
at cybermation.library.communications.protocol.CybCommunicationProtocolDynamic.receiveMessage(CybCommunicationProtocolDynamic.java:424)
at cybermation.library.communications.CybConversation.receiveMessage(CybConversation.java:460)
at cybermation.commplugins.tcpip.receiver.CybReceiverChannel.a(CybReceiverChannel.java:174)
at cybermation.commplugins.tcpip.receiver.CybReceiverChannel.call(CybReceiverChannel.java:139)
at cybermation.commplugins.tcpip.receiver.CybReceiverChannel.call(CybReceiverChannel.java:51)
at cybermation.commplugins.tcpip.receiver.CybReceiverScheduler$CallableWrapper.call(CybReceiverScheduler$CallableWrapper.java:353)
at cybermation.commplugins.tcpip.receiver.CybReceiverScheduler$CallableWrapper.call(CybReceiverScheduler$CallableWrapper.java:317)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:821)