[main] INFO opId=############ com.vmware.identity.token.impl.Util - Reading resources from zip file path=[/usr/lib/vmware-vpx/sps/lib/samltoken-1.0.jar]
[main] INFO opId=############ com.vmware.identity.token.impl.Util - Reading resources from decoded zip file path=[/usr/lib/vmware-vpx/sps/lib/samltoken-1.0.jar]
[main] INFO opId=############ com.vmware.identity.token.impl.SamlTokenImpl - SAML token for SubjectNameId [value=vpxd-extension-xxxxxxxxxxxxxxxxxxxxxxxxx
5@vsphere.local, format=http://schemas.xmlsoap.org/claims/UPN] successfully parsed from Element
[main] INFO opId=############ com.vmware.vim.sso.client.impl.SecurityTokenServiceImpl - Successfully acquired token for user: {Name: vpxd-extension-xxxxxxxxxxxxxxxxxxxxxxxxx, Domain: vsphere.local}
[main] INFO opId=############ com.vmware.vim.storage.common.identity.ServiceSolutionUserByHoKToken - Service solution user token acquired successfully. Expiration XXXXXXXXXXXX
[main] INFO opId=############ com.vmware.vim.storage.common.identity.ServiceSolutionUserByHoKToken - SPS solution user initialized successfully
[main] ERROR opId=############ com.vmware.vim.storage.common.serviceclient.vpxd.impl.VpxdClientImpl - VPXD client login failed.
[main] ERROR opId=############ com.vmware.vim.storage.common.task.retry.CallableRetryDecorator - Caught exception -
com.vmware.vim.storage.common.serviceclient.vpxd.VpxdException: Error while doing login to VPXD service
at com.vmware.vim.storage.common.serviceclient.vpxd.VpxdException.fromEx(VpxdException.java:53)
at com.vmware.vim.storage.common.serviceclient.vpxd.impl.VpxdClientImpl.loginByToken(VpxdClientImpl.java:159)
at com.vmware.vim.storage.common.serviceclient.vpxd.impl.VpxdClientLifeCycle.login(VpxdClientLifeCycle.java:129)
at com.vmware.vim.storage.common.serviceclient.vpxd.impl.VpxdClientLifeCycle.login(VpxdClientLifeCycle.java:34)
at com.vmware.vim.storage.common.serviceclient.ConnectionInitializationTask$CallableTemplate.call(ConnectionInitializationTask.java:118)
at com.vmware.vim.storage.common.task.retry.CallableRetryDecorator.call(CallableRetryDecorator.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at com.vmware.vim.storage.common.serviceclient.vpxd.impl.VpxdClientManagerImpl.initialize(VpxdClientManagerImpl.java:106)
at com.vmware.sps.StorageMain.commonInitialization(StorageMain.java:188)
at com.vmware.sps.StorageMain.main(StorageMain.java:67)
Caused by: java.util.concurrent.TimeoutException
at com.vmware.vim.vmomi.core.impl.BlockingFuture.get(BlockingFuture.java:102)
at com.vmware.vim.storage.common.serviceclient.vpxd.impl.VpxdClientImpl.loginByToken(VpxdClientImpl.java:153)
... 8 more
[main] ERROR opId=############ com.vmware.vim.storage.common.serviceclient.vpxd.impl.VpxdClientImpl - VPXD client login failed.
Note: The preceding log excerpts are only examples. Date, time, and environmental variables may vary depending on your environment.
This issue is fixed in vCenter Server 7.0, available at vCenter Server Update and Patch Releases .
Workaround:
cd /usr/lib/vmware-vpx/sps/conf/
cp /etc/vmware/common.properties /tmp/backup/common.properties
vi
editor with the command vi <filename>
. Once the file is open, press Esc
, then press i
to begin editing)vpxdClient.waitDurationInSec=1800
Shift + :"
, then type wq!
and hit Enter
. )vmon-cli -r sps
service-control --stop --all && service-control --start --all