we can see the probe is shutting down after trying to connect to the hub queue.
pr 07 04:38:42:281 [Qos Monitor Loader, qos_processor] QosMessageReceiver starting.
Apr 07 04:38:42:288 [Qos Monitor Loader, qos_processor] Creating hub queue 'qos_processor_qos_message' for Qos Messages
Apr 07 04:38:42:427 [Qos Monitor Loader, qos_processor] QosProcessor Coordinator aborting: No element found for key sections
Apr 07 04:38:42:428 [Qos Monitor Loader, qos_processor] (38) , No element found for key sections
It appears that the QOS_Processor queues have been deleted from the hub configuration file.
you should have two queues such as:
<qos_processor_qos_message> active = yes type = attach subject = QOS_MESSAGE </qos_processor_qos_message> <qos_processor_qos_baseline> active = yes type = attach subject = QOS_BASELINE </qos_processor_qos_baseline>
Please set these queues back up and deactivate and activate the qos_processor and it should start as expected.