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
Maximum values of SonarQube DB Cleaner's Keys/Constants
SonarQube is automatically deleting measurement data for files for the older snapshots. When a new snapshot is taken, the old one get deleted. I can see measurement data for files only for the latest snapshot. My db cleaner settings are as as…

Narnia_Optimus
- 326
- 1
- 16
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:…

johniecache
- 1
- 1
0
votes
0 answers
Sonar 5.3-1 giving elastic search error
I have an instance of Sonarqube which on startup gives this exception:
Full logs available here: Sonar.log

mangusbrother
- 3,988
- 11
- 51
- 103
0
votes
0 answers
Peer Not Authenticated Error when Using Sonar for Bamboo
I am trying to connect to a server with a https url, but when I enter the information into Bamboo I get
"An error occurred while connecting the given SonarQube server: peer not authenticated".
I added the server's certificate to cacert and…

chewie
- 13
- 1
- 3
0
votes
1 answer
Sonarqube - service sonar does not support chkconfig in centos 7
Followed sonarqube setup instructions from below link. But executing chkconfig command failed. It is blocking me to start the sonarqube as service in centos7.…

divakar.scm
- 1,256
- 5
- 21
- 32
0
votes
1 answer
Issues during wget of sonarqube
I am trying to install SonarQube server on Ubuntu14.04 system.
When I do
wget https://sonarsource.bintray.com/Distribution/sonarqube/sonarqube-5.3.zip
i am getting certificate error which says
ERROR: cannot verify akamai.bintray.com's certificate,…

Abhishek
- 88
- 1
- 6
0
votes
2 answers
project_measures table growing way huge lately, how to trim
Hello SonarQube community.
I am running SonarQube 4.5.7 with MySql 5.5
For the past couple of years the database has been quite manageable in size and it currently has 381 projects in it. Monthly I delete any projects that have not been analyzed in…

Doug Beattie
- 41
- 6
0
votes
1 answer
Report exceeds maximum upload size of Sonar server
Since the upgrade to Sonarqube 6.0, I have not been able to perform analysis on one of my projects.
This project performs a sonar analysis through the maven plugin, and fails with the following error:
Failed to execute goal…

Jeroen K
- 145
- 1
- 7
0
votes
1 answer
Sonarqube 5.6 to 6.0 database migration fails in DropUnusedMeasuresColumns
When upgrading from Sonarqube version 5.6 to 6.0 the upgrade process fails with the following error:
2016.08.12 14:56:35 ERROR web[o.s.s.d.m.DatabaseMigrator] Fail to execute database migration:…

Jorrit Salverda
- 715
- 1
- 7
- 17
0
votes
1 answer
Fail to execute database migration: org.sonar.db.version.v60.PopulateProfileKeyOfActivities
I am trying to upgrade from SonarQube 5.2 to 6.0.
I used the Upgrade Guide but i have got an database migration error.
ERROR web[o.s.s.d.m.DatabaseMigrator] Fail to execute database migration: org.sonar.db.version.v60.PopulateProfileKeyOfActivities
…

Santhosh
- 95
- 1
- 5
0
votes
1 answer
SonarQube Upgrading 4.5.7 to 5.6, Fails During Database Migration
I first tried upgrading directly from 4.5.4 to 5.6 and got the error below, I asked our DBA to increase the DB logging level and eventually the exception stopped, but the upgrade froze during the FeedFileSources migration. In this case froze…

C. Duggan
- 3
- 1
0
votes
0 answers
Azure Active Directory (AAD) Authentication Plug-in for SonarQube : ERROR
I installed and config Azure Active Directory (AAD) Authentication Plug-in for SonarQube (version 1.1) by using this guide.
When i click on the "Loginn with Azure AD", i have this error :
This is the url in the browser after clicked on this button…
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
0 answers
How to config ssl for SonarQube in azure?
I have installed sonarqube-5.6.1 in a azure windows server 2012. The site sonar (http) work well. But i don't find how can i config ssl (https) for my site.
Can you tell me how can i do it please ?
Thank very much.
0
votes
2 answers
Use Docker Compose to create multiple containers
I am completely new to Docker. I have a sonarqube image. I wrote a sample Docker Compose file and ran the image. Everything is working fine. Now I want to create 5-6 containers using Docker Compose.
How can I do this?
This is my sample YAML…
user3519456