SSB build failed

Hi team,

We are using the identityiq8.1 zip earlier, but we are doing upgrdation aspart of that we downloaded the latest SSB build. We copied the existing files and modified them, but we are still seeing version 8.1.

I’m trying to build the code using SSB but I’m getting below error

BUILD FAILED
E:\Sailpoint\ssb\build.xml:404: The following error occurred while executing this line:
E:\Sailpoint\ssb\scripts\build.filelayout.xml:15: Could not find file (identityiq-8.1.zip}) IIQ GA binaries for the specified build version 8.1 in the /base/ga directory. You can download these files from https://community.sailpoint.com

Any idea on this

Check what is you setting IIQVersion in your build.properties

You need to paste the new GA zip for the version you want into the /base/ga folder and update the version in build.properties. The build looks for the zip that matches the version specified there, so both need to be in sync.

@malarvanan12 we have updated latest zip into respective path

Great! Since the latest GA zip is in place, please also ensure that the version in build.properties matches the GA zip. Once both are in sync, the SSB build should pick up the new version correctly.

Eg:

IIQVersion=8.1
IIQPatchLevel= (if exist)

@malarvanan12 changed latest IIQ version in build properties, earlier it was 8.1 then changed it to 8.4 as we have copied 8.4 zip into base/ga

Could you please check if you are able to locate the zip inside the /base/ga folder after the build failed? I faced the same error and was unable to find the zip after the build failed, so I had to place it again manually.

I can see the ZIp file in ga path after build failed

With updated build.properties and correct iiq zip file in place is it still failing?

@aleksander_jachowicz yes

Is this the only build.properties file you have? Do you have any others for different environments (build.properties.some suffix) ?

Or any others with prefix ?

There are no files with suffix and prefix

Please show us your build.properties file

We found the issue; it is using another build.properties file

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.