/var/log/nsx-ccp.log, or /var/log/syslog
2023-01-27T11:45:43.073Z WARN Owl-worker-13 ExecutorTask 3701 - [nsx@6876 comp="nsx-controller" level="WARNING" subcomp="owl"] Failed to process dataUpdate for listener ContainerEventsListenerNewImpl, error message: Invalid UUID string: 1587579992, error stack:java.lang.IllegalArgumentException: Invalid UUID string: 1587579992
at java.util.UUID.fromString(UUID.java:194)
at com.vmware.nsx.ccp.domain.entity.Vni.getLogicalPortAttachmentId(Vni.java:66)
at com.vmware.nsx.ccp.federationsrm.cache.VmTagDrCache.lambda$buildVmEntityMsgs$2(VmTagDrCache.java:254)
This is a known issue impacting VMware NSX-T Data Center 3.2.x and VMware NSX 4.0.0, 4.0.1 and 4.1.0
DrVmTagMsg cannot be published to recovery sites due to the IllegalArgumentException, which interrupts the Falcon transaction in Federation-SRM app.
This issue is resolved in VMware NSX-T 3.2.3.0, NSX 4.1.1.0, available at Broadcom downloads.
If you are having difficulty finding and downloading software, please review the Download Broadcom products and software KB.
GET https://<global-manager-ip>/global-manager/api/v1/global-infra/vm-tag-replication-policies/
{
"result_count": 1,
"results": [
{
"protected_site": "/global-infra/sites/XXXX",
"recovery_sites": [
"/global-infra/sites/XXXX"
],
"vm_match_criteria": "MATCH_BIOS_UUID_NAME",
"groups": [
"/global-infra/domains/default/groups/test1"
],
"resource_type": "VMTagReplicationPolicy",
"id": "policy1", <<<<< this is the policy-id >>>>>
"display_name": "vm tag replication policy test",
"description": "vm tag replication policy1",
"path": "/global-infra/vm-tag-replication-policies/policy1",
"relative_path": "policy1",
"parent_path": "/global-infra",
"unique_id": "XXX-eada-4849-a77c-XXX",
"marked_for_delete": false,
"overridden": false,
"_create_time": 1670581076492,
"_create_user": "admin",
"_last_modified_time": 1670581076492,
"_last_modified_user": "admin",
"_system_owned": false,
"_protection": "NOT_PROTECTED",
"_revision": 0
}
],
"sort_by": "display_name",
"sort_ascending": true
}