> For the complete documentation index, see [llms.txt](https://developer.harness.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.harness.io/continuous-delivery/troubleshooting-and-resources/armory/general/fiat-unable-to-start-in-a-cloudfoundry-environment.md).

# FIAT unable to start in a CloudFoundry Environment

### Issue <a href="#issue" id="issue"></a>

FIAT is showing unable to start even without any change to the Spinnaker Manifest. However, a rolling restart was issued to the environment, and once all pods are up and running, FIAT continues to frequently restart. Upon inspecting the FIAT logs, they will discover error messages about FIAT's inability to contact CloudDriver, such as the following: `s.f.c.RetrofitConfig$RetryingInterceptor : [] Request for http://spin-clouddriver:7002/credentials failed. Backing off for 2000ms`

### Cause <a href="#cause" id="cause"></a>

The issue has to do with an issue where the FIAT service is failing to start if there are any invalid Cloud Foundry accounts. If an invalid CF account is onboarded to spinnaker, the api (<https://spin-clouddriver:7002/credentials)> is seen to return 400 response code. The issue did not appear until changes in 2.26.3
