We are on 24.2.9, remote deployment, and want to manually replace current installer to version 24.2.10 (we need to wait before getting it from build place)
When running installerupdater installerFile is set to https://ifscloud.jfrog.io/artifactory/ifs-build/ifscloud/24.2/10/artifacts/buildhome/buildhome-compact.zip , but when trying to download it looks like it is wrong.
Error messages from installerupdater is:
Failed downloading file: /artifactory/ifs-build/ifscloud/24.2/10/artifacts/buildhome/buildhome-compact.zip
ifs.installerupdater.UpdaterException: Failed downloading file: /artifactory/ifs-build/ifscloud/24.2/10/artifacts/buildhome/buildhome-compact.zip
at ifs.installerupdater.UpdaterException.fileDownloadException(UpdaterException.java:21)
at ifs.installerupdater.Updater.downloadFile(Updater.java:308)
at ifs.installerupdater.Updater.downloadCompactBuild(Updater.java:157)
at ifs.installerupdater.Updater.run(Updater.java:90)
at ifs.installerupdater.UpdaterMain.main(UpdaterMain.java:11)
Caused by: ifs.installerupdater.UpdaterException: 404
at ifs.installerupdater.Updater.downloadFile(Updater.java:302)
If I try to manually download with wget I receive “ERROR 404”
Is the installerFile parameter wrong?