Related to operating a SonarQube instance. This implies for example configuration, installation, administration and plugin management.
Questions tagged [sonarqube-ops]
243 questions
2
votes
0 answers
Pending task in SonarQube & Stability config for Sonar
Our sonarqube server had 10+ pending tasks. I canceled one and now we can make tasks in the process.
How can I know they are pending now, and how to confirm when to cancel them? Because we want to manage sonar's tasks by Web API, not manually.
I…

Phinehas Lin
- 21
- 1
2
votes
2 answers
How to delete a user from SonarQube and re-activate?
In our SonarQube instance we have recently enabled LDAP authentication. Prior to LDAP integration the users were manually created. It so happened some of the users were created using the same LDAP user ID and custom password.
Now when LDAP is…

Jeel
- 2,227
- 5
- 23
- 38
2
votes
2 answers
SonarLint "Connection refused" to SonarQube 6.7
Since upgrading SonarQube from 6.6 to 6.7 I'm facing the Problem, that I can't connect SonarLint for IntelliJ with the SonarQube Server.
I need to configure a corporate proxy but the configuration worked with SonarQube 6.6 and hitting "Test…

Christoph Forster
- 1,728
- 4
- 27
- 39
2
votes
1 answer
SonarQube 6.2 Compute Engine NullPointerException
I have a single project on my SonarQube server that has started failing in the past few days (probably due to using the Upgrade Center to upgrade a few plugins and/or playing with the Python profile?). I have turned off the Python profile and…

Robert
- 191
- 1
- 7
2
votes
2 answers
Running sonarqube in Docker keeps redirecting me back to login page
I've had SonarQube running for a good while but haven't used it very much but in general stuff seems to have been working. I'm running it inside Docker.
I just updated it to LTS (6.7) and after that it seems to have gone into some limbo state. I'm…

StFS
- 1,639
- 2
- 15
- 31
2
votes
0 answers
sonarqube 6.6: Unrecoverable indexation failures "IllegalArgumentException "name" is too large
After upgrading to SonarQube 6.6 the tests index cannot be build.
Error message
[java.lang.IllegalArgumentException: DocValuesField "name" is too large, must be <= 32766]
Already tried to delete the es5 folder with all indexes. Any ideas how to…

Sebastian
- 41
- 4
2
votes
1 answer
SonarQube LDAP Plugin StartTLS
We're using SonarQube 5.6.6 with LDAP Plugin 2.2.0 to authenticate users against our Active Directory server. This is working fine for non-SSL/StartTLS connections.
I saw that with version 2.1 there is a new option available to enable StartTLS.
When…

raidlman
- 355
- 2
- 14
2
votes
0 answers
Sonarqube Apache2 Reverse Proxy configuration
I am trying to set up SonarQube behind an Apache2 reverse proxy. Getting a 404 when i hit http://server/sonar. Server is running Ubuntu 16.04
My configuration in /etc/apache2/sites-enabled/sonar.conf:
ServerName …

Taahir Hassem
- 147
- 2
- 9
2
votes
0 answers
After upgrade to Sonarqube 6.3 -> upgrade center not working anymore
I just upgraded to Sonarqube 6.3 from 6.0. But when I open the update center and try to install the plug-ins I need, only a spinning icon is shown.
After some debug actions I found out that Sonarqube throws following error from within the…

Takeya
- 123
- 12
2
votes
0 answers
SonarQube 5.6 - update plugin behind proxy (HTTPS) and web context
Using the update center behind a proxy with an associated context gives me this known error:
Fail to download the plugin (css, version 3.1) from https://github.com/racodond/sonar-css-plugin/releases/download/3.1/sonar-css-plugin-3.1.jar
Error is :…

maría
- 21
- 1
2
votes
1 answer
SonarQube LOC analysis limit
I'm about to use SonarQube on big projects and have been searching for info about LOC limit for analysis and there is no related information on their website. Is there? if it is, what's the limit?

Alejandro
- 766
- 9
- 24
2
votes
2 answers
SonarQube LDAP plugin deployed but not "enabled"
SQ 5.6, LDAP plugin 2.0.
I've successfully installed the LDAP plugin and restarted the SQ server. In the log (/opt/sonar/logs/sonar.log) the plugin is apparently deployed, but seemingly no attempt is made to initialize/enable it or connect to the…

Darrin
- 55
- 1
- 3
2
votes
0 answers
SonarQube LDAP 2.0 configuration
I migrated from SonarQube 5.6.2 to 6.0. I was using the Active Directory Plugin for my LDAP integration with the following configuration:
sonar.security.realm=ACTIVE_DIRECTORY
sonar.authenticator.downcase=true
As Active Directory Plugin is not…

Mario Majcica
- 780
- 1
- 6
- 20
2
votes
1 answer
sonarqube upgrade from 4.5.5 to 5.6
Do we need to upgrade our Sonarqube 4.5.5 to latest LTS 4.5.7 before upgrading to 5.6? Or is it ok to upgrade directly to 5.6 as long as you are on the latest LTS branch 4.5.x?

Geir Engebakken
- 21
- 2
2
votes
1 answer
Exception in thread "main" java.lang.RuntimeException: Failed to reset file system
I am trying to deploy sonarqube on OpenShift using docker file , Build is working , after deployment , I am seeing error.
2016.08.30 10:06:42 INFO app[o.s.a.AppFileSystem] Cleaning or creating temp directory /opt/sonarqube/temp
Exception in thread…

Naveen
- 322
- 1
- 8
- 19