Quantcast
Channel: VMware Communities : All Content - vRealize Automation Tools
Viewing all articles
Browse latest Browse all 9859

vRA 7.4 cumulative hotfix #6 (HF6) is now available

$
0
0

vmware kb  56618

 

This is a cumulative HF, which includes all fixes already provided in HF1 to HF5

 

Resolved Issues

Symptoms (or related KB Article)

Patched in HF ReleaseResolved in Version
Cannot change lease of an expired deploymentIn some situations you might not be able to change the lease on expired deployments.HF6TBD
When there is partially successful Scale-out operation on a nested BP deployment and retry to
scale-out again, the scale-out request form will hang with the error at the backend in the vRA server log
When there is partially successful Scale-out operation on a nested BP deployment and retry to
scale-out again, the scale-out request form will hang with the an error similar to the below in the vRA server log:

"[UTC:2018-07-18 03:00:23,964 Local:2018-07-18 03:00:23,964] vcac: [component="cafe:composition-service" priority="WARN" thread="tomcat-http--48" tenant="qe" context="NIvdnw9D" parent="" token="NIvdnw9D"] com.vmware.vcac.composition.service.data.impl.BlueprintEvaluationContext.processFieldPath:387 - Cannot find value for field path [machine~_cluster]. No entry for field segment [Current field-id [machine], current field path [machine], remaining field path: [_cluster]]"
HF67.5
Requests for 20 instances of a Windows blueprint, most instance fail with 'optimistic locking failed' messageFor blueprints with large numbers of components and complex dependencies between them - and hence very complex execution plans - the task notification sometimes failed with a StaleObjectStateException or ObjectOptimisticLockingFailureException if multiple completion notifications were sent to the same waiting task at roughly the same time.  A sample error would look similar to the following:

org.hibernate.StaleObjectStateException: Row was updated or deleted by another transaction (or unsaved-value mapping was incorrect): [com.vmware.vcac.composition.domain.ComponentRequest#df3ac7e3-7663-408b-9331-5609f1ccf323]
2018-08-15 03:27:23,999 vcac: [component="cafe:composition-service" priority="ERROR" thread="composition-service-subscrAmqpExec-9" tenant="vsphere.local" context="f1GmUY5l" parent="VGCxpFUw" token="K0z6gF8r"] com.vmware.vcac.platform.service.util.TransactionRetryAspect.execute:45 - Maximum number of attempts (3) reached
2018-08-15 03:27:24,001 vcac: [component="cafe:composition-service" priority="ERROR" thread="composition-service-subscrAmqpExec-9" tenant="vsphere.local" context="f1GmUY5l" parent="VGCxpFUw" token="K0z6gF8r"] com.vmware.vcac.composition.service.impl.ComponentRequestCompletionServiceImpl.updateDependentCRs:278 - Error during attempt to notify dependent CRs of a CR completion. Marking parent BR failed. CR id: f0030c4b-2347-472c-90d6-22a7da27f2e3, BR id: 722f09f9-1606-474e-ae12-9bd5e3b71d94
org.springframework.orm.ObjectOptimisticLockingFailureException: Object of class [com.vmware.vcac.composition.domain.ComponentRequest] with identifier [df3ac7e3-7663-408b-9331-5609f1ccf323]: optimistic locking failed; nested exception is org.hibernate.StaleObjectStateException: Row was updated or deleted by another transaction (or unsaved-value mapping was incorrect): [com.vmware.vcac.composition.domain.ComponentRequest#df3ac7e3-7663-408b-9331-5609f1ccf323]
HF67.5
When trying to complete new request form, the wizard returns to the initial request screenIf there are errors with a field that is not visible, xaas pages do not navigate linearly (next takes you to the following page).  Rather, it takes you to either an empty page or to the first page.  This is because custom validation errors are beind tried to be rendered for an inivsible field, for which a user has no direct action.HF67.5
Users cannot see owned items when Owned By Me is selected.If the values in 'requestedby' and 'requestedfor' fields are changed in a case insensitive way (eg: 'user@domain.local' to 'UsEr@Domain.LocaL'), catalog-server treats the two values as distinct users and doesn't show the appropriate catalog items to the user under the Items tab.HF67.5

Missing request schemas for machine day-2 operations create-snapshot and change-lease.

An HTTP error, 404 (Not Found) is returned, instead of a valid schema, when using the vRA REST API to obtain the request schemas for the machine-level, day-2 operations, "Change Lease" and "Create Snapshot".
REST API in question:

https://{{VA}}/catalog-service/api/consumer/resources/{{RESOURCE_ID}}/actions/{{DAY_2_ACTION_ID}}/requests/schema

where VA is the vRA URL, RESOURCE_ID is the vRA identifier for the machine and DAY_2_ACTION_ID is the vRA identifier for either the "Change Lease" or "Create Snapshot" machine-level, day-2 operation.

This issue will not affect users using vRA via the vRA UI. Only REST API users are affected.

HF57.5

ASD creates two duplicate workflow items for same request.

A XaaS blueprint with user interaction sometimes results with two manual user actions instead of one. The issue only appears in HA environment.
Reason: Synchronization problem between the nodes.

Workaround: Switch to single node environment

HF57.5

vCenter new machine name cannot be found in items search page.

If the machine name is changed directly on vCenter then a state data collection is run right after, then the new name appears in the items page but cannot be found via search. 

Exception:
If the state data collection was run after the machine name changed at the endpoint, but before the hotfix was applied, the new name will not appear in the items search page.

Workaround: After the fix is applied, change the machine name again in the vCenter endpoint, run state data collection. Confirm that the new name appears in the items search page. Then change the machine name again to the desired name at the vCenter endpoint. Run state data collection. Now the desired name will appear on the items search page.

HF57.5

Capacity alert emails are not sent.

Capacity alert emails are not sent.

HF57.5

When adding multiple disks during reconfigure operation, of day 2 operation, "xxxxx.vmdk already exists" error returns if reservation is on a single datastore (No SDRS is used in reservation).

Error message:
 
"Reconfigure virtual machine [virtual machine name]. Cannot complete the operation because the file or folder [data store] xxxxxxxx_x.vmdk already exists"

HF57.5

Switching between form pages can be slow when a workflow is created with many inter-field dependencies and custom validations for workflow inputs.

This behavior is caused by excessive custom validation of workflow inputs.
 
Removing the custom validations of the workflow inputs significantly speeds up the switching between form pages.
 
The the execution of custom validations will be disabled when next page button is pressed. The custom validations will still be executed when Submit button is pressed. When a field value is modified, custom validations for that field will also be executed, but for that field only.

HF5TBD

Provisioning fails when deploying an OVF template with additional disks to an SDRS cluster.

If a blueprint component uses the ImportOvfWorkflow, and at least one additional disk has been added to to it, provisioning will fail with a message similar to the following, if the VM is allocated to an SDRS cluster:
 
[ReconfigVM_Task] - Invalid datastore path 'vmname/vmname_1.vmdk'
 
Exception: If the Agent is added after the hotfix is applied, and the new agent is used for ova deployment, additional manual changes will need to be made to the agent, please contact GSS.

HF57.5

vIDM performance enhancements.

HF57.5

NSX deployed items periodically show up as virtual machines and not NSX items.

NSX deployed items periodically show up as virtual machines and not NSX items

HF57.5

Resiliency improvements for vRA database clustering.

Resiliency improvements for vRA database clustering in 3VA / "SYNC" mode
https://kb.vmware.com/s/article/52018

HF57.5

Date picker on custom form cannot be associated to a custom property.

Date picker on custom form cannot be associated to a custom property

HF57.5

All provisioning requests for specific vRA Business Groups are failing with status "The Request approval has returned with an Error".

In the catalina.out log you will see errors similar to:

Pre-HF57.5

Directory sync stops working after upgrading to vRealize Automation 7.4.

https://kb.vmware.com/s/article/56193

Pre-HF57.5

Deploying OVF/OVA Blueprint fails to apply property values where the property name contains uppercase characters.

When deploying an OVF/OVA template that contains user-configurable OVF properties, the property values specified by the requestor are not applied to the resulting virtual machine. You might notice that instead of the specified values being applied, the default values defined in the OVF template itself are applied.

Pre-HF57.5

Duplicate property causing SQL 2014 installer to crash.

When deploying SQL Server 2014 you may encounter errors such as "Property loading failed.  Duplicate property '<property here>' found.  Ignoring the property.

Pre-HF57.5

After upgrading to vRealize Automation from 7.3 to 7.4 /usr/lib/vcac fills up with Java dump files (.hprof).

https://kb.vmware.com/s/article/55095

Pre-HF57.5

API needs to prevent custom properties from being updated during reprovision.

In some cases, hidden custom properties can become visible upon reprovision requests.

Pre-HF57.5

Unable to start Xenon service after upgrading to vRA 7.4.

https://kb.vmware.com/s/article/55649

Pre-HF57.5

Schema doesn't load for Machine lifecycle and Machine provisioning event topics in vRA subscription.

https://kb.vmware.com/s/article/55837

Pre-HF57.5

Viewing all articles
Browse latest Browse all 9859

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>