Symptoms:
- The vRealize Automation Adapter instance Collection Status on the Administration-->Solutions page in vRealize Operations is Error.
- The vRealize Automation Solution Status on the Administration-->Solutions page is Collection Failed (1).
- You see messages similar to the following in the /storage/log/vcops/log/adapters/VCACAdapter/VCACAdapter_###.log file on the vRealize Operations Manager node where the vRA adapter instance resides:
2018-10-29 09:16:29,301 WARN [Collector worker thread 10] (178) com.vmware.adapter3.vcac.VCACAdapter.onCollect - Tenant vsphere.local has privilege issues. Hence skipping for another tenant. Error is : User account rights problem. Please ensure the super user has fabric administrator privileges for fabrics in the following tenant: vsphere.local
2018-10-29 09:21:26,113 ERROR [Collector worker thread 24] (178) com.vmware.adapter3.vcac.VCACAdapter.onCollect - For input string: ""
2018-10-29 09:21:26,114 ERROR [Collector worker thread 24] (178) com.vmware.adapter3.vcac.VCACAdapter.onCollect - Error encountered during collection: For input string: ""
java.lang.NumberFormatException: For input string: ""
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
at java.lang.Integer.parseInt(Integer.java:592)
at java.lang.Integer.parseInt(Integer.java:615)
at com.vmware.adapter3.vcac.VCACAdapter.checkIfAdapterCollectionRequired(VCACAdapter.java:1229)
at com.vmware.adapter3.vcac.VCACAdapter.onCollect(VCACAdapter.java:832)
at com.integrien.alive.common.adapter3.AdapterBase.collectBase(AdapterBase.java:745)
at com.integrien.alive.common.adapter3.AdapterBase.collect(AdapterBase.java:530)
at com.integrien.alive.collector.CollectorWorkItem3.run(CollectorWorkItem3.java:46)
at com.integrien.alive.common.util.ThreadPool$WorkerItem.run(ThreadPool.java:253)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Note: The preceding log excerpts are only examples. Date, time, and environmental variables may vary depending on your environment.