Hi,
I just added the Sonar config with the location of the frontend code in addition to the backend code. This worked fine in the branch. After merging the master branch analysis triggers but that background task fails with an
### 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 ( ?, ?, ?, ?, ?, ?, ?,
My setup:
Single Gradle project with sub projects for backend (Java) and frontend (Angular (typescript)). I cannot find any further information on how to proceed.
In case a SonarCloud admin is reading. The analysis id is: AYlD_XGGc65H51gRvNUI