简体   繁体   中英

Cloud Foundry with Spring Boot

I am getting the following error when I am trying to push the Spring Boot application:

C:\WORKSPACES>cf push spr_boot_first
Creating app spr_boot_first in org k.agwl.org / space development_space_one  
as
 k.agwl@gmail.com...
OK

Using route spr-boot-first.cfapps.io
Binding spr-boot-first.cfapps.io to spr_boot_first...
OK

Uploading spr_boot_first...
FAILED
Error uploading application.
read C:\WORKSPACES\.metadata\.lock: The process cannot access the file because another process has locked a portion of the file.

It looks like you are not using the Cloud foundry plugin from eclipse,but are doing the push from the command line.

Close eclipse and try the push from the command line again.

Or install the tooling from the marketplace:

https://marketplace.eclipse.org/content/cloud-foundry-integration-eclipse

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM