Posts

Showing posts from January, 2019

VAPI Endpoint service failure

VAPI Endpoint service failure  ERROR | state-manager1            | StsBuilder                     | Failed to acquire token for the solution user 2018-11-15T21:50:42.647Z | ERROR | state-manager1            | DefaultStateManager            | Could not initialize endpoint runtime state. com.vmware.vapi.endpoint.config.ConfigurationException: com.vmware.vim.sso.client.exception.AuthenticationFailedException: Provided credentials are not valid.         at com.vmware.vapi.endpoint.cis.StsBuilder.createToken(StsBuilder.java:182)         at com.vmware.vapi.endpoint.cis.StsBuilder.rebuild(StsBuilder.java:77)      ...

Manually Replacing the solution user certificate on VCSA/PSC 6.x

Manually Replacing the solution user certificate on VCSA/PSC 6.x Note : -- Take a snapshot of the VC or PSC before proceeding. --  PSC has two solution users : machine and vsphere-webclient. -- VC has four solution users : machine, vpxd, vpxd-extension and vsphere-webclient. -- VC with embedded PSC has four solution users : machine, vpxd, vpxd-extension and vsphere-webclient. -- SSO admin username and password would vary depending on the configuration. -- Windows Install directory may vary depending on your installation.  -- Run the below command to get the machine ID of the node : Appliance :   /usr/lib/vmware-vmafd/bin/vmafd-cli get-machine-id --server-name localhost Windows : "%VMWARE_CIS_HOME%"\vmafdd\vmafd-cli get-machine-id --server-name localhost 0. Take a backup of the old solution user certificates and its private keys. Appliance : /usr/lib/vmware-vmafd/bin/vecs-cli entry getcert --store machine --alias machine...

vCenter Web Client crash

Image
web client service crashes java.lang.OutOfMemoryError: PermGen space and java.lang.OutOfMemoryError vSphere web client refused to start with memory errors log location: Windows: c:\programdata\VMware\vCenter\Logs\vsphere-client Appliance: /var/log/vmware/vsphere-client wrapper.log INFO | jvm 1 | 2018/04/03 15:34:25 | Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread “org.springframework.scheduling.timer.TimerFactoryBean#0” INFO | jvm 1 | 2018/04/03 15:34:33 | INFO | jvm 1 | 2018/04/03 15:34:33 | Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread “http-bio-9443-exec-10” INFO | jvm 1 | 2018/04/03 15:35:12 | INFO | jvm 1 | 2018/04/03 15:35:12 | Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread “http-bio-9443-exec-6” vsphere_client_virgo.log [2018-04-03T15:28:45.855-04:00] [ERROR] http-bio-9090-exec-2 com.vmware.vise.util.concu...