-
Notifications
You must be signed in to change notification settings - Fork 129
Description
Describe the bug
While deploying the service broker in CF, the deployment cf push fails with the errors below.
[CELL/0] OUT Cell 5bee83ee-318d-4d36-b079-0b50ac59bea7 creating container for instance 04999601-7161-47bd-7cbb-1323
[CELL/0] OUT Cell 5bee83ee-318d-4d36-b079-0b50ac59bea7 successfully created container for instance 04999601-7161-47bd-7cbb-1323
[CELL/0] OUT Downloading droplet...
[CELL/0] OUT Downloaded droplet (79K)
[CELL/0] OUT Starting health monitoring of container
[APP/PROC/WEB/0] ERR bash: ./cfnsb: No such file or directory
[APP/PROC/WEB/0] OUT Exit status 127
[CELL/0] OUT Cell 5bee83ee-318d-4d36-b079-0b50ac59bea7 stopping instance 04999601-7161-47bd-7cbb-1323
[CELL/0] OUT Cell 5bee83ee-318d-4d36-b079-0b50ac59bea7 destroying container for instance 04999601-7161-47bd-7cbb-1323
[API/2] OUT Process has crashed with type: "web"
To Reproduce
Download the repository 1.2
login to the cloud foundry account
run cf push to deploy and it throws an error.
Expected behavior
Successful deployment without errors
Screenshots
[APP/PROC/WEB/0] ERR bash: ./cfnsb: No such file or directory
[APP/PROC/WEB/0] OUT Exit status 127
Environment (please complete the following information):
- Application Platform: [e.g. Pivotal Cloud Foundry, Kubernetes, OpenShift]
- Application Platform Version: [e.g. k8s 1.11.0]
- Broker Version [e.g. 0.1.25]
cf.exe version 6.51.0+2acd15650.2020-04-07
Additional context
Add any other context about the problem here.