Symptom
Pushing an App to BTP with cf push fails with the following error:
Unable to generate diff. Continuing to apply manifest...
Unexpected Response
Response Code: 500
Code: 0, Title: , Detail: {"errors":[{"title":"UnknownError","detail":"An unknown error occurred.","code":10001}]}
Environment
SAP Business Technology Platform
Reproducing the Issue
- Execute cf push command.
- Receive the error.
Cause
There are special characters in the variable-values of the manifest.yml.
Resolution
- Check the variable-values under the env block in the manifest.yml. Make sure that the values do not contain any special characters, like: <>[]()%,:*.
- If you cannot avoid to use such characters, try to maintain them with single quotes or escape the $ sign with backslash \.
Keywords
Unable to generate diff, Unexpected Response, cf push, BTP, UnknownError, Response Code: 500, An unknown error occurred, "code":10001, 10001, manifest, manifest.yml , KBA , BC-CP-CF , Cloud Foundry , Problem
Product
SAP SuccessFactors Recruiting 2205
SAP Knowledge Base Article - Public