OpenLiberty / open-liberty

Open Liberty is a highly composable, fast to start, dynamic application server runtime environment
https://openliberty.io
Eclipse Public License 2.0
1.15k stars 591 forks source link

Dropins App Scanning Windows File Locking Problem #5411

Open tbitonti opened 6 years ago

tbitonti commented 6 years ago

FAT failures are occurring because of rename failures, for example:

[09/04/2018 09:09:31:325 BST] 001 LibertyServer restartDropinsApplication I Unable to move EntityListenerInjection.war out of dropins, failing.

These failures are believed to be the result of changes to zip file handling, which can keep an archive file held open for a short interval as a caching mechanism.

tbitonti commented 6 years ago

See open-liberty pull request 5410 for candidate updates: https://github.com/OpenLiberty/open-liberty/pull/5410

tbitonti commented 5 years ago

Testing additional fixes under pull request 5650.