Questions tagged [sonarqube5.1.2]

version 5.1.2 of Sonarqube

SonarQube 5.1.2 – Jul. 27, 2015

New overall layout, merge Issues Drilldown with Issues page, tags of issues, auto-assignment of issues, “won’t fix” issues, issues report as a core feature, new Rules page, more efficient Component Viewer, possibility to import all files, timezone issue fixed, SonarQube binaries compatible with Java 1.7+ only

Docs

27 questions
1
vote
0 answers

Sonar throws "failed to execute goal org.codehaus.mojo:sonar-maven-plugin:2.6:sonar" in jenkins

I have integrated Sonarqube with my Jenkins project as a post build activity. While running the build I'm getting "failed to execute goal org.codehaus.mojo:sonar-maven-plugin:2.6:sonar (default-cli)" error. If I run "mvn sonar:sonar" via command…
VSMK
  • 125
  • 1
  • 1
  • 10
1
vote
2 answers

How to install/update plugins through SonarQube behind a proxy?

I have a SonarQube 5.1.2 installation, and I am trying to install and update some plugins, the server have no direct internet access, we have a proxy here, lets say http://1.1.2.3:9191/ is our proxy and we have user and password authentication. Well…
carpinchosaurio
  • 1,175
  • 21
  • 44
0
votes
1 answer

Undefined array key "hide_connection_errors"

The error message encountered by the phpMyAdmin version 5.1.2 of the xampp-windows-x64-8.1.1-2-VS16-installer below, is there any related solution?! screenshot of error message
JML
  • 1
0
votes
2 answers

SonarQube Redmine plugin connection error

I try to connect SonarQube to Redmine. SonarQube v.5.1.2 Redmine v.3.1.2 I connected to Redmine server using API key, Project key and Redmine URL successfully. Then I opened "Issue" in SonarQube and clicked on "More"->"Link to Redmine". After that I…
0
votes
1 answer

Sometimes Sonarqube doesn't compare to period 5

I have setup a project with a specific date in sonar.timemachine.period5 in my project.properties file. This usually works perfectly, but sometimes the sonarqube runner doesn't make the comparison. sonar.timemachine.period5=2015-11-04 Here is a…
Kaj Bonfils
  • 416
  • 4
  • 10
0
votes
1 answer

SonarQube 5.1 - Apache JMeter Plugin - Publish Performance report data

I have SonarQube 5.1, JMeter plugin installed in SonarQube is 0.3. Maven is: 3.1.0 I have a simple single level Maven project with some tests and JMeter jmx file. I'm successfully generating the Test results (Unit tests) and JMeter result file (.jtl…
AKS
  • 16,482
  • 43
  • 166
  • 258
0
votes
1 answer

SonarQube MSBuild runner fails on deactivated rule

SonarQube MSBuild runner fails if I deactivate FxCop rule in quality profile: Unable to find the rule key corresponding to the rule config key 'CA1305' in in repository "fxcop". I've bulk-added all the fxcop rules. Added a project. Then then…
justmara
  • 240
  • 2
  • 12
0
votes
2 answers

SonarQube 5.1 on Solaris doesn't show source files

I've been trying to migrate from an outdated sonar installation to a newer SonarQube, version 5.1.2. The application is running on a Solaris platform and supported by an Oracle database. Most everything works fine, except for the source code not…
Thomas
  • 705
  • 5
  • 13
0
votes
2 answers

SonarQube 5.1.2 and maven 3.3 integration

I am trying to integrate SonarQube 5.1.2 with Maven 3.3. But I think it's only supported till SonarQube version 5.1. When I run mvn sonar:Sonar Embedded error: Unable to build project for plugin 'org.codehaus.sonar:Sonar-mav en-plugin': POM…
Mandar
  • 1
0
votes
1 answer

SonarQube with MySql setup error

I have checked this similar issue here but it didnt work in my case. I am trying to setup SonarQube Server locally on Windows OS[non English language] however i am getting this error on http://localhost:8000: …
hrskrs
  • 4,447
  • 5
  • 38
  • 52
0
votes
1 answer

Some corrected issues persist on SonarQube?

We're using sonar-runner-2.4 and sonarqube-5.1.2 on a C# .Net 4.5.2 solution. Very usefull products, by the way :) We had a bit of trouble with this; https://jira.sonarsource.com/browse/SONAR-6792 Because Sonar tried to decorate issues beyond the…
Alin
  • 1
  • 1
-3
votes
1 answer

Visual Studio 2010 and C# 4.0 integration with SonarQube 5.1.2

I am trying to integrate my C# 4.O and VS2010 projects with SonarQube 5.1.2. As per this SonarQube supports only VS2013+ and Microsoft .NET Framework v4.5.2+. Any Suggestions or reference link for setting SonarQube for VS2010. I am following C#…
1
2