Fixes / issues
- Multiple records in store_ref cause trouble that only goes away after cleaning the entries
- Maybe we can find a way to prevent them from being inserted
- Empty template.properties
- Cause is in KvmDownloadProcessor.java that creates empty file on line 515 and uses it around 545. There is an exception that can be thrown in the middle
- Download seem not to continuie after 404 / error. Fixing url (so no error) and they all download
Fixes for script on secstor vm:
find ./ -type f -size 0
find ./ -type d -empty -delete
Fixes / issues
Fixes for script on secstor vm:
find ./ -type f -size 0
find ./ -type d -empty -delete