ERROR vco [host='vco-app-<ID>' thread='CustomThreadPool's Thread-1' user='' org='' trace=''] {} com.vmware.o11n.security.session.
ManagedTokenRegistryImpl - Unable to convert token with id TokenID
java.lang.IllegalStateException: Failed to create IdP configuration for tenant https://vROFQDN/websso/SAML2/Metadata/vsphere.local
[ERROR] [vro-cli-<ID>] Could not retrieve Identity Broker configuration from vCenter
java.lang.NullPointerException: Cannot invoke "java.lang.CharSequence.length()" because "this.text" is null
at java.util.regex.Matcher.getTextLength(Matcher.java:1769) ~[?:?]
at java.util.regex.Matcher.reset(Matcher.java:415) ~[?:?]
at java.util.regex.Matcher.<init>(Matcher.java:252) ~[?:?]
at java.util.regex.Pattern.matcher(Pattern.java:1134) ~[?:?]
Aria Automation Orchestrator 8.18.1
This issue occurs when the local domain configured in vCenter is a custom domain and not the default vsphere.local.
The issue has been resolved in VMware Aria Automation 8.18.1 – Patch 1 (Cumulative Update).
Follow the steps below sequentially to apply the resolution.
Prerequisite:
Step 1: Log in to the Orchestrator Appliance
Step 2: Backup the Upgrade LCM Profile
cp /etc/vmware-prelude/upgrade-lcm.conf /etc/vmware-prelude/upgrade-lcm-b2b.conf
Step 3: Modify the Configuration
vi /etc/vmware-prelude/upgrade-lcm-b2b.conf
workflow.step.vami-postupdate.reboot.skip=false
:wq!
Step 4: Mount the ISO
mount /dev/xxx /mnt/cdrom
mount /dev/sr0 /mnt/cdrom
Step 5: Run the upgrade in the command line with the new lcm profile:
Reference Link to Download and Install:
Optional: Reconfigure Authentication Provider
Note: Perform this step only if the vCenter password was changed prior to the upgrade.
Step 1: Collect Authentication Provider Details
vracli vro authentication
Step 2: Unregister the Existing Authentication Provider
vracli vro authentication unregister -u <Admin-username>
Step 3: Reconfigure Authentication Provider
vracli vro authentication wizard
Reference Link:
Configure a standalone Automation Orchestrator server with vSphere authentication.