SAP-samples / cloud-espm-cloud-native

Enterprise Sales and Procurement Model (ESPM) Cloud Native is a project that showcases how an application can be made resilient by implementing resilience design patterns. This application is developed using Spring Boot framework and can be deployed locally as well as on SAP BTP, Cloud Foundry environment.
Apache License 2.0
39 stars 41 forks source link

Unable to deploy the apps due to build pack issues #3

Closed SreekanthGudisi closed 4 years ago

SreekanthGudisi commented 4 years ago

Hi I'm trying to deploy the apps individually. For ex: deploying worker app with the following command. cf push i302342-espm-worker

Deployment is failed due to following error. image

Can you please help me. Should I replace it with sap_java_buildpack??

Thanks, Manju

SreekanthGudisi commented 4 years ago

I have resolved this issue. The documentation (in the README file) is misleading. cf push i302342-espm-worker Here i302342-espm-worker should be the name mentioned in the manifest.yml file. We need to execute the above command from the project root folder.