Unable to manage the snapshot of the products. We can see the below errors in vrlcm logs.
Path: /var/log/vrlcm/vmware_vrlcm.log
"vmid" : "1111-2222-3333-4444-5555555555", "transactionId" : null, "tenant" : "default", "createdBy" : "root", "lastModifiedBy" : "root", "createdOn" : Date of creation, "lastUpdatedOn" : Date of creation, "version" : "8.1.0.0", "vrn" : null, "envId" : "globalenvironment", "productId" : "vidm", "nodeIp" : "X.X.X.X", "tenantId" : "", "vcSnapshotId" : "snapshot-172451", "productSnapshotId" : "1111-2222-3333-4444-5555555555", "parentProductSnapshotId" : null, "withMemory" : false, "quiesce" : false, "shutdown" : true, "exists" : false, "currentSnapshot" : false, "snapshotPrefix" : "Name of snapshot", "vcSnapshotName" : "Name of snapshot", "snapshotGeneratedTime" : null, "description" : ""}, {
2024-08-02 14:23:45.954 ERROR [http-nio-8080-exec-9] c.v.v.l.l.c.SnapshotInventoryController - -- Exception occurred while trigger product snapshot Request : java.lang.NullPointerException
Aria lifecycle manager 8.x
There is a null entry for the snapshot generated time in the database
Note: Time should be mentioned in Epoch format.
Example: UPDATE vm_snapshot_inventory SET snapshotgeneratedtime=1708993027056 WHERE vmid IN ('xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxx');