cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Facing an error at cf push in step9 deploy and run application

SriVenkat
Explorer
0 Likes
379

Tutorials: https://developers.sap.com/tutorials/btp-cf-ext-successfactors.html
--------------------------

Write here what you need help with ...

I am seeing the below error when I do cf push --vars-file vars.yml

File not found locally, make sure the file exists at given path /home/user/projects/task-management-sample-app-sfsf-solutions/task-management-app/target/task-management-app.jar

Accepted Solutions (0)

Answers (1)

Answers (1)

krishnakumarn
Product and Topic Expert
Product and Topic Expert
0 Likes

I faced this error and resolved it by building the project before running the command cf push --vars-file . It looks like cf push command looks for vars.file only in the output directory of your project build . If your project is built successfully before running this command, I think this error should be resolved.