net-vinothkumar / spring-boot-application-in-cloud

spring-boot-application-in-cloud
4 stars 5 forks source link

Error while using "cf push" #2

Open chaitu0101 opened 6 years ago

chaitu0101 commented 6 years ago

Error: Error processing app files: lstat /Users/nisum/Documents/spring-boot-application-in-cloud/target/SpringBoot-Thymeleaf-Demo-Application-1.3.5.RELEASE.jar: no such file or directory

I am getting this issue while trying to push the app into the cloud server. can you please help me out !!

bdv1234 commented 5 years ago

have you build your app with mvn clean install ? if then there will be jar file inside target folder. then you have to give path in the manyfest.yml file like "target/****.jar" , then try to push the app.