404 not found NGINX error when accessing the vRealize Orchestrator 8.X client
book
Article ID: 314796
calendar_today
Updated On:
Products
VMware Aria Suite
Issue/Introduction
Symptoms:
- When accessing the Orchestrator client we are presented with the following error:
404 not found NGINX error.
- kubectl -n prelude get pods command shows all pods are in a running state.
Environment
VMware vRealize Automation 8.x
Cause
- A backup of the vco-app pods deployment.yaml file is present on the appliance within the /opt/charts/vco/templates directory.
Resolution
- SSH to the appliance.
- Run the following command to change directory to the templates folder:
cd /opt/charts/vco/templates
- Remove the deployment.yaml backup file using the following command:
rm deployment.yaml.backup
- Restart the appliance using the /opt/scripts/deploy.sh script
Feedback
thumb_up
Yes
thumb_down
No