sonarqube-5.5

GC overhead limit exceeded running background task in version 5.5

萝らか妹 提交于 2019-12-30 11:01:18
问题 I am running SonarQube 5.5 with the following wrapper config settings. wrapper.java.initmemory=3 wrapper.java.maxmemory=4096 I am still getting the following stack trace, this project has run successfully with sonarqube 5.3. 2016.05.09 11:14:09 INFO [o.s.s.c.s.ComputationStepExecutor] Compute coverage measures | time=105ms 2016.05.09 11:14:09 INFO [o.s.s.c.s.ComputationStepExecutor] Compute comment measures | time=120ms 2016.05.09 11:14:14 INFO [o.s.s.c.s.ComputationStepExecutor] Copy custom

Sonarqube 5.5 and mariadb

霸气de小男生 提交于 2019-12-23 07:05:38
问题 We are trying to upgrade to lastest sonarqube 5.5. We have mariadb 10.1 (latest) and since now we had no problems with sonarqube. Now, with the upgrade, sonarqube will not boot. It says: Unsupported mysql version: 5.5. Minimal supported version is 5.6. Is there any trick we can use to make "sonar think" we are using mysql 5.6? 回答1: You could change the MINIMAL_SUPPORTED_DB_VERSIONS member in the Sonarqube's class https://github.com/SonarSource/sonarqube/blob/master/sonar-db/src/main/java/org

SonarQube fails to get git blame information from Jenkins project

可紊 提交于 2019-12-12 10:05:07
问题 I configured a Jenkins Main Project P to manage two git repository A and B . This main project P only updates git sources and calls sonar analysis on sources from his workspace. Here's my tree folder. {Jenkins Install Path} \ workspace \ P |-- A |-- .git/ |-- all projects A files |-- B |-- .git/ |-- all projects B files When Jenkins runs sonar analysis for P , I got the following error SCM provider for this project is: git 2664 files to be analyzed 0/2664 files analyzed Missing blame

SonarQube 5.5 and Views plugin

戏子无情 提交于 2019-12-07 10:43:32
问题 As per SQ 5.5 release notes, it seems “Views” plugin would be deprecated and replaced by “Governance” plugin. Please refer to following ticket for more details : https://jira.sonarsource.com/browse/SONAR-7428 What would be the support option for anyone using "views" plugin with community edition? SQ 5.5 release date was 22 April 2016 but it has not been released as of 25 April 2016. What is the new release date for SQ 5.5 release? 来源: https://stackoverflow.com/questions/36838766/sonarqube-5-5

SonarQube fails to get git blame information from Jenkins project

我与影子孤独终老i 提交于 2019-12-06 10:35:43
I configured a Jenkins Main Project P to manage two git repository A and B . This main project P only updates git sources and calls sonar analysis on sources from his workspace. Here's my tree folder. {Jenkins Install Path} \ workspace \ P |-- A |-- .git/ |-- all projects A files |-- B |-- .git/ |-- all projects B files When Jenkins runs sonar analysis for P , I got the following error SCM provider for this project is: git 2664 files to be analyzed 0/2664 files analyzed Missing blame information for the following files: (all files) The error is logical because SonarQube is looking for a .git

SonarQube 5.5 and Views plugin

混江龙づ霸主 提交于 2019-12-05 12:14:11
As per SQ 5.5 release notes, it seems “Views” plugin would be deprecated and replaced by “Governance” plugin. Please refer to following ticket for more details : https://jira.sonarsource.com/browse/SONAR-7428 What would be the support option for anyone using "views" plugin with community edition? SQ 5.5 release date was 22 April 2016 but it has not been released as of 25 April 2016. What is the new release date for SQ 5.5 release? SonarQube 5.5 will be officially released at the end of April / early beginning of May. 来源: https://stackoverflow.com/questions/36838766/sonarqube-5-5-and-views

GC overhead limit exceeded running background task in version 5.5

偶尔善良 提交于 2019-12-01 09:07:49
I am running SonarQube 5.5 with the following wrapper config settings. wrapper.java.initmemory=3 wrapper.java.maxmemory=4096 I am still getting the following stack trace, this project has run successfully with sonarqube 5.3. 2016.05.09 11:14:09 INFO [o.s.s.c.s.ComputationStepExecutor] Compute coverage measures | time=105ms 2016.05.09 11:14:09 INFO [o.s.s.c.s.ComputationStepExecutor] Compute comment measures | time=120ms 2016.05.09 11:14:14 INFO [o.s.s.c.s.ComputationStepExecutor] Copy custom measures | time=5667ms 2016.05.09 11:14:15 INFO [o.s.s.c.s.ComputationStepExecutor] Compute duplication