-
Notifications
You must be signed in to change notification settings - Fork 933
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CF push fails with "Error processing app files: remove <TEMP_FOLDER>\unzipped-app160441603\BOOT-INF\lib: The directory is not empty #1355
Comments
We have created an issue in Pivotal Tracker to manage this: https://www.pivotaltracker.com/story/show/156363481 The labels on this github issue will be updated when the story is started. |
@tanhung3101 By chance, are you running an Anti-Virus, if so, which one/version? Also, are you seeing a similar
If you are seeing the deprecation warning. Please update your manifest.yml to use the non-deprecated properties and that will allow you to push with the non-legacy version of push which has fixed the issue. |
@XenoPhex : I'm using McAfee v5.0.5.658 And I do see the deprecation warning when pushing my app. So do you think the root cause is my manifest.yml file? |
@tanhung3101 Sorry for the delayed response! Yes the issue is the manifest file contains deprecated fields and is falling back on the legacy version of If you remove all the deprecated fields, I'm going to close this issue as it's been solved for manifests containing non-deprecated fields. Feel free to continue asking questions/providing feedback. I'll try and stay on top of any replies to this thread. Sorry again for the delay!! |
Marking as dupe of #1006. |
Command
cf push
What occurred
When pushing a java app from a windows machine once in a while we are treated with error after the upload of file is complete
FAILED Error processing app files: remove <FOLDER_TEMP>\unzipped-app160441603\BOOT-INF\lib: The directory is not empty
What you expected to occur
CF CLI should not fail since it can't clean up temp folder, as it's a minor issue to exit the push, it should ignore and continue with the remaining task.
CLI Version
cf version 6.35.2+88a03e995.2018-03-15
CC API Endpoint Version
v2 (2.75.0)
CF Trace
Platform & Shell Details
Windows 10 64-bit with cmd only
Any other relevant information
The text was updated successfully, but these errors were encountered: