Failure loading architecture project configuration

Must-share information (formatted with Markdown):

  • which versions are you using (SonarQube Server / Community Build, Scanner, Plugin, and any relevant extension)
    • Developer Edition - v2026.4 (125744) - MQR Mode
    • SonarScanner for MSBuild 10.3 (5.0.2.4997)
    • SonarQube Extension for Azure Devops version 7.4.2
  • how is SonarQube deployed: zip, Docker, Helm
    • zip
  • what are you trying to achieve
    • Using the new architecture that is released in SonarQube v2026.4
  • what have you tried so far to achieve this
    • Searched for error online and forum, without results

We get the following warning in the SonarQube Analyze step on our project:

WARN: Failed to load architecture project configuration, architecture analysis will be missing configuration: Failed parsing ‘AXMkeSuGYRiAVk_Hx7KC’ as UUID; at path $[0].projectId

and further on in the analysis we see the following:

INFO: * No intended architecture defined or detected, using an empty model

INFO: Executing post-job ‘Architecture report publisher’
INFO: Successfully sent architecture data

It seems that the architecture tries to parse our project id as a UUID, but it seems that our project is using an older version of id that is not a valid UUID. Our project is created on 2020-06-06. Creating a new project does generate a valid UUID in the database.

We do get a report of how our architecture looks like, but this is not checked against the intended architecture that we have set up.

Hi @supervos,

Thanks for reporting, we are working on a fix that will be made available in the next release.

We will post an update here once the release is available.

Thanks,
Paul

Hello Paul,

We have installed the update and the intended architecture is now loading and used for the deviations.

Thank you all for this fix.