After upgrading to Aria Operations 8.18, users experience intermittent UI problems, including random switching to the previous version UI, black screens, and inconsistent loading state.
Aria Operations 8.18
Post upgrading Aria operations to 8.18, A special character in the state object is causing JSON file corruption in Aria Operations state management, leading to the observed UI issues.
This issue is resolved in Aria operations 8.18 HF2. VMware Aria Operations 8.18 Hot Fix 2
Workaround:
/usr/lib/vmware-vcops/tomcat-web-app/webapps/ui/pages
commonJS.jsp
file and locate line 1874. stateProvider = new Ext.state.SessionProvider({state: Ext.decode(response.responseText), pageKey: pageKey});
with stateProvider = new Ext.state.SessionProvider({state: Ext.decode(response.responseText.replaceAll('\\', '')), pageKey: pageKey});
5. Save the file and repeat the modification on all nodes.