Error updating database. Cause: org.postgresql.util.PSQLException: ERROR: integer out of range

Our SonarCloud pipelines have started to fail with the following error.

##[error][SQ] Task failed with status FAILED, Error message: 
### Error updating database.  Cause: org.postgresql.util.PSQLException: ERROR: integer out of range
### The error may exist in org.sonar.db.component.ComponentMapper
### The error may involve org.sonar.db.component.ComponentMapper.insert-Inline
### The error occurred while setting parameters
### SQL: INSERT INTO projects (       organization_uuid,       kee,       uuid,       uuid_path,       project_uuid,       module_uuid,       module_uuid_path,       main_branch_project_uuid,       name,       long_name,       qualifier,       scope,       language,       description,       private,       tags,       root_uuid,       path,       copy_component_uuid,       enabled,       created_at,       b_changed,       deprecated_kee,       b_copy_component_uuid,       b_description,       b_enabled,       b_language,       b_long_name,       b_module_uuid,       b_module_uuid_path,       b_name,       b_path,       b_qualifier     )     VALUES (     ?,     ?,     ?,     ?,     ?,     ?,     ?, 

The previous steps (namely “SonarCloudPrepare” and “SonarCloudAnalyze”) complete without error.

Other relevant information:

  • ALM used: Azure DevOps
  • CI system used: Azure DevOps
  • Languages of the repository: Typescript

Note: We are using the SonarCloud Azure DevOps Extension.

Hi @AdinErmie,

This is related to an incident that happened earlier today. A fix has been implemented.
Can you please try to re-run the job?

Regards,
Ismail

Thanks @ismail.cherri, it seems to be working again now.

1 Like

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