Questions tagged [sonarqube5.2]

This is the SonarQube 5.2.x specific tag. Use it in addition to the sonarqube tag if your question is specific to SonarQube 5.2.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.2 version of SonarQube, which was released on the 2nd November 2015. See the tag for general SonarQube questions.

Notable changes:

  • Scanners no longer access the database
  • Enhanced monitoring
  • Better issue management
  • Improved UI for global admin
  • Design related features were dropped
45 questions
2
votes
0 answers

SonarQube 5.2: a lot of "reached limit of 10000" errors when analyse Java custom rules project by Ant

I am trying to build and use java custom rules samples from the repository : https://github.com/SonarSource/sonar-examples/tree/master/plugins/java-custom-rules. Everything is fine when building and I am able to activate the rules through…
Ben
  • 21
  • 2
2
votes
1 answer

Exception Message: TF270015: 'MSBuild.SonarQube.Runner.exe' returned an unexpected exit code. Expected '0'; actual '-532462766'

I am trying to integrate SonarQube MSBuild runner with TFS 2013 and I am using SonarQube 5.2 version and MSBuild.SonarQube.Runner-1.0.2 with all the required plug-ins for LDAP, .NET and C#. I get this error when I run the TFS Build: Unhandled…
2
votes
2 answers

After SonarQube 5.2 upgrade java analysis fails with java.lang.IllegalArgumentException: There's no changeset on line

This is an analysis that I have been running for a while. The SCM is Git. I upgraded SonarQube to 5.2 (from http://downloads.sourceforge.net/project/sonar-pkg/deb as I am using Ubuntu LTS 14.04.3) sonar.log now gives: 2015.11.17 10:43:00 ERROR…
Tim Pizey
  • 61
  • 3
1
vote
0 answers

SonarQube 5.2, LDAP 1.5.1 can't login

I got this error trying to connect to LDAP: [LDAP: error code 1 - 000004DC: LdapErr: DSID-0C0906E8, comment: In order to perform this operation a successful bind must be completed on the connection., data 0, v1db1] ERROR web[rails] Error from…
alessandro
  • 11
  • 2
1
vote
2 answers

Error while running SonarQube - No ProjectInfo.xml files were found

I am using SonarQube 5.2 for calculating the metrics. Everything works fine, when I run it using "Developer Command Prompt for VS2013". But when I run the same commands using normal command prompt "cmd.exe" with or without administrator rights, I am…
Guru
  • 71
  • 2
  • 7
1
vote
1 answer

How to import new java plugin rules in Sonarqube

I am using Sonarqube 5.2. with Java Plugin 3.8 . Looks like there are 339 Rules for Java in the Java plugin. However, in the default quality profile there are 234 rules. I believe this is because initially I had Java Plugin 3.0 which had 234 rules…
Jeel
  • 2,227
  • 5
  • 23
  • 38
1
vote
1 answer

SONAR Project administrators can't access project permissions

In our environment every SonarQube user can browse each project. We also have some users as project admins and they could handle the other permissions for special users. With SonarQube 5.2 (and SonarQube 5.3) a project admin can't access the project…
Wilm
  • 13
  • 3
1
vote
1 answer

Sonarqube Analysis org.joda.convert ERROR

Why do I get this error: Class not found: org.joda.convert.ToString None of my code uses this class (maven-based sonar analysis), and it doesn't seem to affect the analysis. However, I get worried whenever there are "[ERROR]" logs in the output.…
1
vote
1 answer

SonarQube not reading Integration JaCoCo Test coverage in parent pom target directory of a multi-module project

I have followed the instructions for enabling Unit and Integration tests for our Sonar Project here: http://docs.sonarqube.org/display/PLUG/Code+Coverage+by+Integration+Tests+for+Java+Project My pom settings are almost identical to the settings…
Chris Savory
  • 2,597
  • 1
  • 17
  • 27
1
vote
1 answer

SonarQube 5.2 Widget Issue Filter on dashboard

Playing with widget, I try the Issue Filter. Configuration is Unresolved Issues Distribution Axis : By Project And here is the result Not really user friendly isn't it ? Is it "possible" / "easy" to update this widget in order to display the…
Etienne
  • 67
  • 6
1
vote
0 answers

Update SonarQube 5.2 UTF-8 issue

I updated my Sonar 3.4.2 working with MySQL database to SonarQube 5.2 (following the upgrade procedures). But now my Jenkins Jobs failed all the time. My shorted stacktrace: 2015.11.26 09:40:16 ERROR web[o.s.s.w.WebServiceEngine] Fail to process…
1
vote
0 answers

Response code: 500 - NullPointerException when analyzing projects with SonarQube 5.2

After upgrading from 4.0 -> 4.5.6 -> 5.2 I am seeing numerous runs of mvn sonar:sonar failing with a null pointer exception. Strangely not all projects are affected and new projects don't exhibit this behavior. For the ones that fail the output…
1
vote
1 answer

Failed to run analysis SonarQube 5.2 from Jenkins with specific artifact name

I recently upgraded to 5.2 Some of my jenkins process can not run SonarQube analysis (may be it failed with previous versions ?) After running with debug mode, the stack trace is the following : [ERROR] Failed to execute goal…
Etienne
  • 67
  • 6
0
votes
1 answer

Multiple projects not showing up on SONARQUBE dashboard

I am trying to show multiple projects on which I run the analysis on my SONARQUBE dashboard. However when I start analyzing a new project, the old one goes away from the dashboard and just the new one shows up. I am using SONARQUBE 5.2 Can it be…
JavaJo
  • 15
  • 10
0
votes
0 answers

Sonarqube 5.2 starts, but not accessible

Sonarqube 5.2 starts without errors, but is not accessible. It was working fine until a couple of days ago. 1. Sonar is configured to run on Port 9000, but the port is free. 2. Firefox cannot access the url. This is the sonar.log entry: *-->…
NKL
  • 13
  • 1
  • 4