logger.error("Component, filePath,and/or FileMetadataHandler cannot be null");
throw new IllegalArgumentException("Component, filePath,and/or FileMetadataHandler cannot be null");
}
// set file properties
FileProperties fileProperties = fileMetadataHandler.getFilePropertiesByFilePath(filePath);
if (fileProperties == null) {
logger.warn("Unable to load file properties for '" + filePath + "' - FileProperties is null");
return;
}