Related to operating a SonarQube instance. This implies for example configuration, installation, administration and plugin management.
Questions tagged [sonarqube-ops]
243 questions
3
votes
1 answer
sonarqube 6.6 upgrade : Unrecoverable indexation failures
After sonarqube 6.6 upgrade from 6.5 (with Debian package), sonar is unable to start. I did not update plugins before upgrade. I just let the standard Debian package upgrade. I am using an external database (Postgresql).
I found the following errors…

user1199881
- 81
- 1
- 7
3
votes
1 answer
Sonarqube fail to load css and js related content on Centos7
I just installed sonarqube 5.6.7 on a VM (Cent os 7) with mysql 5.7
I configured a reverse proxy with nginx and when I access sonarqube from my webrowser I get the homepage with no css :
[hide]
[hide]
[hide]
Home
Welcome to SonarQube…

An-droid
- 6,433
- 9
- 48
- 93
3
votes
1 answer
How to configue SMTP in sonar.properties?
SonarQube's SMTP settings can be changed in the web UI.
How can I set those SMTP settings in the sonar.properties configuration file?

Sam
- 191
- 4
- 16
3
votes
0 answers
SonarQube Server Startig multiple sqlplus processes on server
SonarQube version = 6.0 with oracle 11g.
I see number of sqlplus processes being started by sonarqube server on the host. Like 1 0 Jul31 ? 00:00:00 sqlplus -S @/tmp/32766.sql
These…

Jayesh Gohil
- 53
- 9
3
votes
1 answer
SonarQube: Is the Collation for the Database or the Instance?
According to the SonarQube documentation "Installing the Server" (https://docs.sonarqube.org/display/sonar/installing+the+server), for a Microsoft SQL Server host, "collation MUST be case-sensitive (CS) and accent-sensitive (AS)."
The documentation…

EngineeringSQL
- 207
- 2
- 10
3
votes
1 answer
SonarQube: java.lang.IllegalStateException: Webapp did not start at..: the SonarQube server was automatically closed after I started the server
I was trying to deploy SonarQube at a remote Ubuntu machine. I started the server, and the status info was 'SonarQube is running'. But after a few minutes, the server was automatically closed. I got this exception:
2016.11.08 16:41:53 WARN …

zenglingbin
- 33
- 1
- 4
3
votes
1 answer
What SonarQube plugins support SSO?
I see "Authentication and authorization can also be delegated to an external system: LDAP or Active Directory with the SonarQube LDAP Plugin, PAM with the SonarQube PAM Plugin or Crowd with the SonarQube Crowd Plugin. SSO is also supported through…

RuF
- 548
- 1
- 11
- 31
3
votes
2 answers
Sonarqube LDAP: error code 1 and 49
I got these errors when trying to connect to LDAP via sonarqube:
2016.09.13 09:35:16 DEBUG web[o.s.p.l.LdapUsersProvider] Requesting details for user sonartester
2016.09.13 09:35:16 DEBUG web[o.s.p.l.LdapSearch] Search:…

Yanick Laborée
- 41
- 1
- 5
3
votes
3 answers
Is there a plan to add HTTPS back to SonarQube?
I'm running SonarQube with a reverse proxy. However, I'm also using X.509 authentication between SonarQube and the database for security reasons. I can no longer connect to my PostgreSQL database after upgrading from 5.4 to 5.6 because the…

Blake M.
- 106
- 1
- 9
3
votes
1 answer
cant start SonarQube docker container via Marathon with port mapping
I'm trying to run sonarqube docker container with port mapping to expose ui on 9050 instead of default 9000. This command works well:
docker run -d --name sonarqube -p 9050:9000 -p 9092:9092 sonarqube
But via Marathon the following error…

Hryhorii Liashenko
- 178
- 2
- 12
3
votes
1 answer
SonarQube 5.4 -> 5.5 upgrade failing
I am running SonarQube 5.4 on Azure / Windows Server 2012 (SP2) and MySQL MySQL 5.7.12 Community Server.
Everything works fine with version 5.4.
I followed the upgrade steps from this link: http://docs.sonarqube.org/display/SONARNEXT/Upgrading.
I…

François
- 31
- 6
3
votes
1 answer
On running SonarQube and scanner I get "insufficient memory for JRE to continue"
I have Sonarqube up and running with postgres db. I am using Sonar-scanner to scan for errors in multiple source codes which I have collected in another postgres db. As soon as I scan about 5 to 6 codes (each of around 10 lines maximum), the scanner…

np20
- 1,935
- 3
- 16
- 24
2
votes
0 answers
Sonarqube service running, but not allowing traffic to the default port 9000
I recently installed sonarqube to include in continous code analysis pipeline for jenkins.
Having installed the sonarqube and started the service with the sonarqube.service systemd file, Sonarqube service starts and is running in the server,…

DareLekan
- 39
- 2
- 6
2
votes
0 answers
SonarQube & Azure Pipeline ##[error]No agent found in pool '' which satisfies the specified demands: java, Agent.Version -gtVersion 2.144.0
I am implementing SonarQube on my Azure Build Pipeline.
Below is my task pipeline and the error. It will get error on the 3 task I added from SonarQube.
Anyone knows how can I fix this? If I remove the 3 task from SonarQube it works all fine. But I…

Anthony Earl R. Cuartero
- 155
- 4
- 16
2
votes
1 answer
Make Sonarqube 6.7.5 Community version comment on pull requests
I'm trying to update Sonarqube usage to the latest LTS Community version, which at present is version 6.7.5. Prior to the upgrade I have been using sonarqube 5.4 and the Github plugin, and with these when we make Github pull requests the Sonarqube…

Shawn
- 8,374
- 5
- 37
- 60