Symptom
When cpm-mnt and cisco-mnt enabled in debug there are no log in ise-psc on the PAN for failed MNT widget refresh
Conditions
Troubleshooting of non-working MNT widget.
Further Problem Description
With cpm-mnt and cpm-mnt in debugs on PSN in ise-psc we see message like displayed below for the successfully loaded MNT widget (alarms or health summary):
mnt.dbms.impl.dashboard.DashboardDAOImpl -::::- Retreieved results from listProcessStatus:[com.cisco.mnt.dbms.beans.dashboard.ProcessStatus@1369e801, com.cisco.mnt.dbms.beans.dashboard.ProcessStatus@7ac2f250, com.cisco.mnt.dbms.beans.dashboard.ProcessStatus@30bfbae2]
At the same time in case of failure, there are no messages logged. This does not allow to troubleshoot MNT widgets.
Expectations:
1. There have to be two DEBUG log lines on every widget refresh on PAN - 1st which indicates when widget refresh started and 2nd which indicates when widget refresh finished. Loglines should be more clear - they have to contain a widget name and details of the MNT node from which we download data
2. There have to be 4 DEBUG log lines on the MNT side for each widget refresh 1st indicating that request was received from PAN, 2nd indicating request to the backend, 3rd indicating response from the backend. 4th indicating a response to PAN.