Questions tagged [sonarqube5.6]

This is the SonarQube 5.6.x LTS specific tag. Use it in addition to the sonarqube tag if your question is specific to SonarQube 5.6.x LTS — 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.6 LTS version of SonarQube, which was released on the 3rd June 2016. See the tag for general SonarQube questions.

Notable changes:

  • Requires Java 8
  • Fixing the Leak
  • Adding More for Developers
  • Increasing Scalability and Security
86 questions
0
votes
1 answer

Issue Report Plugin not working in SonarQube 5.6.1

This is how i execute my sonar analysis, mvn sonar:sonar -Dsonar.issuesReport.html.enable=true In Sonar 4.0 i was able to generate HTML reports, But in SonarWube 5.6.1 its not working out (No errors thrown) I have googled a lot and couldn't find an…
Syed
  • 61
  • 2
  • 10
0
votes
1 answer

Filtering on sonarqube Type (i.e. Bug/Vulnerability/Code Smell) = empty results

The "Type" filter for my installation of SonarQube 5.6 appears to be non-functional. Note in the first screen-shot that the number of Rules of Type Bug, Vulnerability, or Code Smell is 0 (even though several Rules in the screen shot are of that…
Darrin
  • 55
  • 1
  • 3
0
votes
1 answer

IllegalStateException when migrating databases from SonarQube 5.3 to 5.6.2 (and 5.5)

While trying to upgrade databases from SonarQube 5.3 to SonarQube 5.6.2, I am getting a "java.lang.IllegalStateException" with the message "Fail to decompress and deserialize source data" (originally caused by…
0
votes
1 answer

Sonarqube Error when activating rules in new Quality Profile

I'm using SonarQube server version 5.6.1 in docker. I have correctly configured the default Quality Profiles but now when trying to activate existing rules in a new Quality profile, the application throws the following error in the log: ERROR…
guilleHeuer
  • 215
  • 1
  • 3
  • 9
0
votes
1 answer

Unable to combine sonar.authenticator.createUsers=false with the LDAP plugin in sonarqube 5.6.1

If I perform the following add the LDAP plugin and configure it correctly set sonar.authenticator.createUsers=false then the docs say Setting this value to false, makes it mandatory for a System administrator to first declare a user through the…
Matt
  • 8,367
  • 4
  • 31
  • 61
0
votes
1 answer

Sonar complains that a project is already defined in SonarQube but not as a module of project

After upgrading from SonarQube 5.1.2 to SonarQube 5.6, we started facing the below issue. ERROR [o.s.s.c.t.CeWorkerCallableImpl] Failed to execute task AVX_lJ9fzEKnCGDDOpXH org.sonar.api.utils.MessageException: Validation of project failed: The…
Md.Sharieff
  • 147
  • 1
  • 2
  • 12
0
votes
2 answers

After sonarqube upgrade 5.2 -> 5.6, WebServer is not operational any more

I'm using WindowsServer2008 and MySql 5.6.31. I wanted to upgrade SonarQube from version 5.2 to 5.6. After starting SonarQube the log-file shows the below lines. Everything should be finde, except the WebServer doesn't become operational: INFO …
Stelos10
  • 451
  • 2
  • 6
  • 15
0
votes
1 answer

SonarQube 5.6 FileNotFound exception during AST Scan

During the AST Scan, I get a FileNotFoundException looking for a symbols-34.pb file: ERROR: Error during SonarQube Scanner execution org.sonar.squidbridge.api.AnalysisException: SonarQube is unable to analyze file :…
0
votes
1 answer

Successful issue report, but no issues on dashboard

I am currently looking to add code analysis to a C# project. I'm running the analysis through Jenkins/C#/Visual Studio plugins and am not getting any issues reported on the dashboard. My issue JSON report has lots of the following issues: { …
Corey Mead
  • 223
  • 3
  • 7
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
-1
votes
1 answer

What is the reason for receiving jdbc error when attempting SonarQube 5.6 install

We are going from SonarQube-4.5.7 to SonarQube -5.6. While starting Sonar after the install, the sonar.log captures this error: ActiveRecord::JDBCError: The CREATE UNIQUE INDEX statement terminated because a duplicate key was found for the object…
1 2 3 4 5
6