var/log/proton/nsxapi.log
, the following messages can be seen: 2023-07-31T12:35:09.309Z ERROR FIREWALL_UFO_PRIORITY_PROCESSOR-0 AbstractConfiguration 4838 SERVICE [nsx@6876 comp="nsx->manager" errorCode="MP0" level="ERROR" subcomp="manager"] AnchorId ########-####-####-cc72-c88bf3cac389 does not exists in config FirewallConfiguration/########-####-####-b378-0242ac131112
2023-07-31T12:35:09.309Z INFO FIREWALL_UFO_PRIORITY_PROCESSOR-0 AbstractPersistedQueueProcessor 4838 SERVICE [nsx@6876 >comp="nsx-manager" level="INFO" subcomp="manager"] Exception occurred >while processing 29 operation(s) for configId : >FirewallConfiguration/########-####-####-b378-0242ac131112
, exception : >com.vmware.nsx.management.security.base.exceptions.SecurityException: Invalid section id found : >########-####-####-cc72-c88bf3cac389
at >com.vmware.nsx.management.security.base.model.AbstractConfiguration.addSectionId(AbstractConfiguration.java:150)
VMware NSX-T Data Center 3.x
VMware NSX 4.x
This is a condition that may occur in a VMware NSX environment.
Workaround:
AbstractPersistedQueueProcessor
.curl -k -i -H 'X-Nsx-Username: admin' -H 'X-Nsx-Roles: enterprise_admin' -H Content-Type:application/json -X GET http://127.0.0.1:7440/nsxapi/api/v1/firewall/troubleshoot/priorities/tasks?config_type=l3_dfw
curl -k -i -H 'X-Nsx-Username: admin' -H 'X-Nsx-Roles: enterprise_admin' -H Content-Type:application/json -X POST http://127.0.0.1:7440/nsxapi/api/v1/firewall/troubleshoot/priorities/tasks?action=remove -d "{\"task_id\" : \"{TASKID}\"}"