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
Starting SonarQube in my remote linux ubuntu machine
I'm trying to start SonarQube in my linux machine, but i'm getting this error:
--> Wrapper Started as Daemon
Launching a JVM...
Wrapper (Version 3.2.3) http://wrapper.tanukisoftware.org
Copyright 1999-2006 Tanuki Software, Inc. All Rights…

Lucas Fantacuci
- 155
- 6
0
votes
1 answer
Permissions and Privilege Oracle DB User for Sonar LTS
I try to install SonarQube LTS with Oracle and I´m needing know the Best recomendations on permissions and privilege for user Sonar on DB Oracle.

Marcelo Tamayo
- 1
- 1
0
votes
2 answers
How do I tell Sonar not to store the source code in the database?
I am trying two options.
One is not to store source code
If it is not possible how to delete project from sonar database?
I tried with "sonar.import Sources=false" but this is not working for sonar version 6.1(deprecated after 4.5 version).
If…

Mounika
- 19
- 4
0
votes
1 answer
SonarQube 4.5.7 to 5.6.5 DB Upgrade failure
I have attempted to upgrade our SonarQube instance from 4.5.7 LTS to 5.6.5 LTS. I followed the provided SonarQube upgrade documentation. After browsing to [sonarserver]:9000/setup and ran the DB Upgrade. The upgrade ran a little over 2 hours and…

EddieB
- 11
- 3
0
votes
1 answer
sonarqube Failed to start after connecting with mssqlserver
Did everything correct as per this post - But no definite error is logged.
Sql - server Connection String -
sonar.jdbc.url=jdbc:sqlserver://SUNIL-DELL;databaseName=sonar;integratedSecurity=true
Error -
…

Sachin Prasad
- 5,365
- 12
- 54
- 101
0
votes
1 answer
SonarQube: SQL Server 2014 Compatibility Mode
Will SonarQube support its database hosted by SQL Server 2016 with database compatibility set to SQL Server 2014?

EngineeringSQL
- 207
- 2
- 10
0
votes
0 answers
Running SonarQube behind Nginx proxy server in Centos?
After installing Nginx and letting SonarQube running in background, also configuring the conf.d file from nginx I am just getting a 500 error.
https://docs.sonarqube.org/display/SONARQUBE52/Running+SonarQube+behind+a+Proxy
What Am I missing?

sebachili
- 123
- 1
- 3
- 10
0
votes
1 answer
Sonarqube closes randomly
I just installed sonarqube 6.2 on a linux server with a postgres database.
I had troubles with some databases disconnections that I apparently fixed by decommenting in the config…

NeeL
- 720
- 6
- 20
0
votes
0 answers
Can a SonarQube be accessed from public network?
I have a SonarQube 6.1 installed on Ubuntu 16.04 and i want to access it from public network.
I have done port forwarding on GW router, i get the login page but i get authentication failed after submitting the credentials.
The same credentials work…
0
votes
2 answers
How does SonarQube users table work?
Can someone explain to me how users are stored SonarQube's database (mysql)? I did a wrong query that corrupted a new user's account. I am trying to fix it but I can't get the user to show up again on the /users page so something must still not be…

Thomas Leplus
- 356
- 1
- 4
- 18
0
votes
1 answer
Upgrade and SonarQube not listening on network
Upgraded from 5.6 to 6.1. Sonar.properties are, and they match what was there…

Neil H Watson
- 1,002
- 1
- 14
- 31
0
votes
0 answers
SonarQube(Version 5.4) LDAP Integration plugin
I've installed the LDAP Integration plugin in SonarQube(Version 5.4) and restarted the server.
I didn't make any changes to config file.
When I try to login, a credential prompt pops up, here I enter the same credentials I use to login to server.…

John Miller
- 513
- 2
- 8
- 23
0
votes
1 answer
Using SonarQube to Regulate Merging of GitHub Pull Requests
I'm working on enabling some code inspection for my team via SonarQube and I have a question not yet answered: is there a way to configure a GitHub project to prevent a pull request merge based on failing SonarQube quality gates? For example, on…

Scott Hoffman
- 3
- 4
0
votes
1 answer
Sonarqube Authentication: Disable Login Field
Background: I'm setting up a SonarQube instance for code inspection and I've enabled GitHub Authentication via OAuth. In the spirit of reducing attack vectors, I'd like to remove the username/password login text boxes and functionality. This will…

Scott Hoffman
- 3
- 4
0
votes
1 answer
IllegalStateException when migrating databases from SonarQube 5.3 to 5.6.2 (and 5.5)
While trying to upgrade databases from SonarQube 5.3 to SonarQube 5.6.2, I am getting a "java.lang.IllegalStateException" with the message "Fail to decompress and deserialize source data" (originally caused by…

Robert Smith
- 13
- 2