When reviewing the DX NetOps Virtual Network Assurance OC.log file, we are seeing the following error repeated frequently.
[OC_ACQUISITION] TimReflectionHelper 312 Fail to inject description context valueNetwork Endpoints to object AciPaginateFunction@c779001
Code Defect
This issue is resolved in DX NetOps Virtual Network Assurance 24.3.11. There is no loss of functionality due to this message, however users can resolve it in prior releases by running through the following steps:
Edit each of the following files:
/opt/CA/VNA/collector/ACI_<ID>/repository/TIM-INF/groovy/scripts/AciPaginateFunction.groovy
/opt/CA/VNA/plugins/ACI Plugin/opencollector/repository/TIM-INF/groovy/scripts/AciPaginateFunction.groovy
Under the below line:
String outputFile;
Add the following:
String description;
Save each file and the errors should no longer be generating moving forward.