Questions tagged [sonarqube-5.5]

This is the SonarQube 5.5.x specific tag. Use it in addition to the sonarqube tag if your question is specific to SonarQube 5.5.x — not just 5.x.

SonarQube (formerly Sonar) is a quality management platform focusing on continuous analysis of source code quality.

Information

This tag is specific for the 5.5 version of SonarQube, which was released on the 3rd May 2016. See the tag for general SonarQube questions.

Notable changes:

  • New SonarQube Quality Model
  • New Measures project page
  • Increased vertical scalability, performance, and stability
14 questions
12
votes
3 answers

Sonarqube 5.5 and mariadb

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…
cocorossello
  • 1,289
  • 1
  • 17
  • 30
5
votes
1 answer

How to send Sonar Analysis report in email from Jenkins?

I am using SonarQube Server 5.5 which doesn't suppport PDF report plugin
Monty Gehani
  • 59
  • 1
  • 3
4
votes
1 answer

SonarQube 5.5 and Views plugin

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…
Tarun Singh
  • 127
  • 7
3
votes
0 answers

Fix "Unsupported major.minor version 52.0" running mvn sonar:sonar against sonarqube 5.5 with java 7

Dear knowledgeable fellows, I got this java project dropped on me that worked for a number of colleagues. Our DoD requires certain Sonarqube results however and I can't get it to run properly on my machine. I have both JDK's 7 and 8 installed. The…
SadBunny
  • 326
  • 5
  • 13
3
votes
1 answer

SonarQube: Change rules "time to fix" estimation and issue type

I have created a new quality profile in SonarQube 5.5 and added the rules I want to have with the severity (Info, Minor, Major, Critical, Blocker) I want to have - no problem so far. Now I want to edit the "time to fix" for each rule…
David Müller
  • 5,291
  • 2
  • 29
  • 33
3
votes
1 answer

GC overhead limit exceeded running background task in version 5.5

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…
Don R
  • 33
  • 1
  • 4
2
votes
2 answers

SonarQube fails to get git blame information from Jenkins project

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 …
Flows
  • 3,675
  • 3
  • 28
  • 52
2
votes
1 answer

Is it possible to stop SonarQube displaying effort figures for debt and remediation effort?

SonarQube displays estimates for the amount of effort required to fix issues in various locations. Certain types of manager instantly home in on these figures as they appear to give an easy answer to the difficult and nuanced questions. It would be…
henry
  • 5,923
  • 29
  • 46
1
vote
2 answers

sonarqube-web "line" data in /api/issues/search

I´m trying to get the component line (line of code), from issues list, i´m using /api/issues/search?ps=500&p=1&statuses=OPEN but, the issues array have a few object that don´t have the "line" propertie. in this example, the second object have "line"…
1
vote
2 answers

Exception sending context initialized event to listener instance of class org.sonar.server.platform.PlatformServletContextListener

I downloaded SonarQube 5.5 with fresh database on oracle 11g and also configured the sonar.properties file. I am unable to start the server and getting the error as shown below: 2016.05.27 09:36:45 INFO web[o.a.t.u.n.NioSelectorPool] Using a shared…
jyoti
  • 21
  • 2
  • 5
0
votes
1 answer

Sonarqube 5.5 Impossible to Write to Binary Log

When starting up SonarQube 5.5 for the first time we are getting the error below when it creates the tables in MySQL. I see that maybe to get around this to use BINLOG_FORMAT = MIXED. Is this a requirement? Thank you. ActiveRecord::JDBCError:…
0
votes
1 answer

Tracing a single Issue

Problem: I have selected few issues. Now, I want to trace an issue within the source code files starting from the moment it was first detected as an issue until it is repaid/resolved/removed/deleted/remaining in the latest repository. So, for each…
Narnia_Optimus
  • 326
  • 1
  • 16
0
votes
1 answer

Configuration of management-agent on SonarQube 5.5

In brief: Is there a way of configuring all Ports used by management-agent.jar (introduced in SonarQube 5.5) or even disabling it? More Info: I'm trying to run SonarQube on OpenShift (again), this time version 5.5/5.6. On startup I get the…
schnatterer
  • 7,525
  • 7
  • 61
  • 80
0
votes
0 answers

Issue with sonar-pmd-plugin for sonarqube5.5

I'm gettingbelow error when im trying to install pmd plugin in SonarQube5.5. Installation is successfull if I remove the plugin from extensions/plugins. Can anyone advice what could be doneto resolve the same. Thanks. 2016.05.18 16:30:15…
V V
  • 1
  • 1