INFO vrlcm[1344] [pool-3-thread-85] [c.v.v.l.d.v.VropsEndpoint] – Continue if authorizedINFO vrlcm[1344] [pool-3-thread-85] [c.v.v.l.p.c.v.t.VropsCreateServiceAccountTask] – Initialized VCF Ops Master ConfigINFO vrlcm[1344] [pool-3-thread-85] [c.v.v.l.d.v.VropsEndpoint] – Request to create service account in Ops : {"username" : "username","password" : "password","key" : "key"}
INFO vrlcm[####] [pool-3-thread-70] [c.v.v.l.d.v.VropsEndpoint] -- Create service account Response Code : 500 :: Response Body : {"error_message_key":"security.password.does_not_meet_requirements","error_arguments":KXKXKXKX,"error_message":"New password YXYXYXYX not meet complexity requirements."}
ERROR vrlcm[[####]] [pool-3-thread-70] [c.v.v.l.p.c.v.t.VropsCreateServiceAccountTask] -- Error occurred while creating service account Error occurred while creating service account
INFO vrlcm[[####]] [pool-3-thread-70] [c.v.v.l.p.a.s.Task] -- Injecting task failure event. Error Code : 'LCMVROPSYSTEM30020', Retry : 'true', Causing Properties : '{ CAUSE :: }'
java.lang.RuntimeException: Error occurred while creating service accountINFO casa 1709 [ops@4413 threadId="397714" threadName="Thread-45196" requestId=" "] [com.vmware.vcops.casa.fleetmanagement.lcm.LCMInternalService.doLcmCallWithResponse:153] - Request successful for GET request to <https://FleetManagement-URL/lcm/request/api/v2/requests/#####-#####-#####-#####-#####>INFO casa 1709 [ops@4413 threadId="397714" threadName="Thread-45196" requestId=" "] [com.vmware.vcops.casa.fleetmanagement.FleetManagementNodeService.run:261] - ADD-FLEET-MANAGEMENT-NODE-WORKFLOW: LCM node state is: FAILEDERROR casa 1709 [ops@4413 threadId="397714" threadName="Thread-45196" requestId=" "] [com.vmware.vcops.casa.fleetmanagement.FleetManagementNodeService.run:267] - Registration failedINFO casa 1709 [ops@4413 threadId="397714" threadName="Thread-45196" requestId=" "] [com.vmware.vcops.casa.fleetmanagement.FleetManagementNodeService.run:284] - ADD-FLEET-MANAGEMENT-NODE-WORKFLOW: Cleanup: Closing restTemplateVCF Operations 9.x
VCF Fleet Management 9.x
This issue occurs when there is a stale reference for Fleet Management service account (highlighted in vmware_vrlcm.log) in VCF Operations, originating from past failed attempts.
To resolve this issue, perform the following actions:
echo -n 'admin:<VCFOps-admin-password>' | base64curl -k --request DELETE --url https://VCFOps_URL/casa/auth/users --header 'accept: application/json' --header 'authorization: Basic base64Credentials from step.2' --header 'content-type: application/json' - data '{ "username": "username reported in vmware_vrlcm.log", "key": "key reported in vmware_vrlcm.log" }'
If the issue persists, please open a Support Request with Broadcom Technical Support and note this Article ID (417122) in the problem description. For more information, see Creating and managing Broadcom support cases.