"Invalid page link: /core/local-query-page/UUID" error on Storage Profiles page in Aria Automation
search cancel

"Invalid page link: /core/local-query-page/UUID" error on Storage Profiles page in Aria Automation

book

Article ID: 343057

calendar_today

Updated On:

Products

VMware Aria Suite

Issue/Introduction

Symptoms:
On Storage Profile page in Aria Automation, you see a red banner with an error:

Invalid page link: /core/local-query-page/<uuid>

Environment

VMware vRealize Automation 8.11.x
VMware vRealize Automation 8.8.x
VMware vRealize Automation 8.9.x
VMware vRealize Automation 8.10.x

Cause

This issue occurs when the Storage Profile has more tags than can be contained in one query page.

Resolution

This issue is resolved in VMware Aria Automation 8.12, available at VMware Downloads.

Workaround:
To work around this issue if you do not want to upgrade, modify the provisioning-service descriptor to disable local query pages feature:
  1. Open an SSH session to Aria Automation appliance.
  2. Open provisioning service descriptor:
kubectl -n prelude edit deployment provisioning-service-app
 
  1. Add this system property next to JAVA_OPTS:

    -Dxenon.spring.enableLocalPages=false

Note: The feature will be re-enabled when you restart the services.