Skip to main content

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?

 

 

The path  https://ifscloud.jfrog.io/artifactory/ifs-build/ifscloud/24.2/10/artifacts/buildhome/buildhome-compact.zip

should be:

 https://ifscloud.jfrog.io/artifactory/ifs-build/ifscloud/24.2/24.2.10/artifacts/buildhome/buildhome-compact.zip

How and where did you run the installerupdater? (linux/windows) ?

 


I ran installerupdater on windows, following example in IFS doc:

to specify a SU version set the releaseServiceUpdate variable as below:

.\installerupdater.cmd --values ifscloud-values.yaml --set releaseServiceUpdate=2

 

It works when I change to “releaseServiceUpdate=24.2.10”.

 

Thanks.


Thanks for feedback - i’ll make sure doc is updated in next release