Related to operating a SonarQube instance. This implies for example configuration, installation, administration and plugin management.
Questions tagged [sonarqube-ops]
243 questions
0
votes
1 answer
How to upgrade SonarQube from 3.5 to 5.1
I'm planing to upgrade my SonarQube server from version 3.5 to 5.1. I have took the database backup. I have some questions to be answered before upgrading. That's why I' here.
Question1 : Actually is it possible to upgrade from 3.5 to 5.1(It seems a…

ѕтƒ
- 3,547
- 10
- 47
- 78
0
votes
1 answer
docker sonarqube checkdependency plugin
I am trying to install the checkdepency plugin using docker Sonarqube, and PostgreSQL. I am able to get the docker SonarQube with PostgreSQL up and running, but when I try to add the check-dependency-plugin, it fails to restart the container. Is…

rama krishna
- 17
- 2
- 9
0
votes
0 answers
SonarQube service not starting
We are seeing below error while starting SonarQube service. Looks like there is a duplicate entry while registering Quality Profile but I am not sure on the table. Since the service is not started, we cannot verify it from web. Can someone please…

AmitP
- 21
- 4
0
votes
1 answer
SonarQube uses incorrect (?) ElasticSearch query to get ScmAccountToUser
I am running SonarQube 5.3 on Windows with a MSSQL backend.
When creating new Issues, SonarQube queries its ElasticSearch user index to get author login for the "git blame" info of the line presenting the issue.
The following happens in…

2v0mjdrl
- 582
- 4
- 19
0
votes
1 answer
SonarQube web server with IP dynamic
How I can configure the sonar.web.host with a dynamic IP? Would I need to change the properties file every time the IP changes?
# Binding IP address. For servers with more than one IP address, this property specifies which
# address will be used for…

rafaelasguerra
- 2,685
- 5
- 24
- 56
0
votes
1 answer
SonarQube 5.3 Attemps Starting then Stops
I've looked at SonarQube for quite a while and is now in a position where I would need it where I currently work. To begin with though, I try to install it locally and have it analyze one of our projects before committing it to a server environment.…

OmniOwl
- 5,477
- 17
- 67
- 116
0
votes
1 answer
Sonarqube SQLServer error
I have this error each time I check "remember me" on authentication.
What could be the problem ?
Thank you
Dom
2016.04.12 18:49:27 ERROR web[o.s.s.ui.JRubyFacade] Fail to render: http://cerbere:9001/sessions/login
ActiveRecord::JDBCError: La…

Dominique
- 87
- 2
- 10
0
votes
0 answers
Sonarqube 5.3 - Slowness after upgrade
After upgrading from Sonarqube 4.5.4 LTS to the 5.3, I noticed an increase of the time to process the analysis of the same project.
Looking into the logs of Backgroud task, seems that it hangs right after this line:
2016.04.05 16:30:26 INFO …

Thiago
- 21
- 1
- 3
0
votes
1 answer
sonarqube won't start with an elasticsearch error
Sonarqube 5.4 and java 8 here.
Tried this on both sonarqube 5.1 and with java 7 and I get the same results.
2016.03.29 10:49:23 ERROR web[o.a.c.c.C.[.[.[/]] Exception sending context initialized event to listener instance of class…

tibers
- 59
- 6
0
votes
1 answer
sonarqube A variable substitution for JVM arguments
Trying to add the following option under sonar.properties
sonar.web.javaOpts=-Xmx1g -Xms1g -XX:MaxPermSize=160m -XX:+PrintCommandLineFlags -Djava.net.preferIPv4Stack=true \
-Xloggc:"/data/sonarqube/logs/gc-$(date +%Y-%m-%d_%H%M).log"…

RA123
- 1
0
votes
1 answer
Sonar is not starting
After some months off, my SonarQube (4.5) doesn't want to start. I am running on Oracle JDK 1.7 and postgres 9.4.
This is the only thing i get in logs :
--> Wrapper Started as Daemon
Launching a JVM...
Wrapper (Version 3.2.3)…

adenaud
- 193
- 1
- 2
- 8
0
votes
1 answer
Duplicate key error post SonarQube 5.3 upgrade
We have recently upgraded to Sonar 5.3 from 4.4.1 and seen duplicate key issue with one of our projects. I checked the collation and found database server and database to be case insensitive and column to be case sensitive. Should we change…

AmitP
- 21
- 4
0
votes
0 answers
SonarQube analysis successful on teamcity, but the job fails in Sonar
All our new projects using SonarQube Runner plugin from teamcity are succeeding (teamcity build log shows the analysis is successful and published results to Sonar), but the "Background task" for the above is failing in Sonar with a below exception,…

endless
- 3,316
- 4
- 26
- 33
-1
votes
1 answer
Sonarqube pull request decoration with Bitbucket
so I have a trial license for SonarQube Developer Edition
after SonarQube installation, configured PR decoration for Bitbucket Server, using the Pull Request Analysis documentation
Now what steps do I do to get it to scan the bitbucket project for…

Devine92
- 59
- 1
- 7
-1
votes
1 answer
User not authenticated against LDAP in Sonar 5.6
I have set the proper LDAP configuration in Sonar 5.6.6 LTS (ldap plugin v2.2.0.608) and I see in logs that the connection is established.
When I first try to login with my LDAP-login, I am able to do so, but my user has of course no permissions -…

Brandon X.
- 85
- 1
- 10