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
SonarQube Install - startsonar.bat fails
SonarQube 6.0 Installation
No plugins currently installed
Presently working through what appears to be connect string problem
In a command prompt, running as Administrator, I enter
StartSonar
This fails with rather cryptic output to the Command…

T. Mooney
- 21
- 1
- 2
2
votes
1 answer
SonarQube 5.5 OutOfMemoryError : GC overhead
we are experiencing out of memory problems since we've switch from Sonar 5.1.2 to 5.5.
Crashes append on any project when a high number are building at the same time (anlysis are launched from jenkins builds).
Here is the parameters we are using in…

Clément Honoré
- 137
- 1
- 12
2
votes
1 answer
SonarQube - Connect to oracle using different charset
I am using SonarQube for code analysis. I am trying to have Sonar connect to Oracle DB. I am getting this error -
Exception sending context initialized event to listener instance of class…

DTnapaT
- 319
- 1
- 4
- 16
2
votes
2 answers
Migrating from H2 embedded database to PostgreSQL
I've been using the embedded H2 database with SonarQube 5.1 for a while but am now looking to migrate to a PostgreSQl db, can you advise me on how to do this?
My only worry is that the 'ignore issue' feature will not be ported when moving to the new…

freedude
- 73
- 1
- 6
2
votes
1 answer
SonarQube 5.4 background tasks failing with NullPointerException on Java file
I'm using SonarQube 5.4 (running under JRE 1.8.0_77 on Linux x86_64) to analyze a Java project. Recently I started getting this error... any help on how to resolve it would be most welcome. Thanks!
2016.06.28 16:48:48 ERROR…

Eryq Ouithaqueue
- 91
- 8
2
votes
1 answer
How to reduce overall analysis duration in Sonarqube Analysis?
My use case details are like below.
Sonarqube Version: 4.5.2
Ram: 16 GB
Code base size: in GBs
OS: Windows
Project Languages: Java, JavaScript
Project Type: Multi Module
Analysis takes half of the day like 12-13 hours. Need help in minimizing the…

Prakashsinha Bayas
- 512
- 8
- 18
2
votes
1 answer
java.lang.IllegalStateException: Webapp did not start at SONARQUBE
I am trying to setup Sonar in my localsystem and I have done creating the MY SQL DB , after that I also created Default sonar schema too. Now while starting my Sonar Server ... I get this Exception,
2016.05.18 15:17:37 INFO …

Susheel Rao
- 79
- 1
- 7
2
votes
1 answer
SonarQube only reachable with internal ip not external
We have an hyper-v machine in our DMZ with an Ubuntu machine on it. SonarQube is installed on the VM. When we try to access it from inside the network by IP there is nothing wrong and it works fine. We have setup a firewall route to forward all…

Brozz
- 31
- 2
2
votes
1 answer
How do I connect SonarQube to my AWS RDS Microsoft SQL Server instance?
I am installing SonarQube and created an AWS RDS Microsoft SQL Server instance.
How do I connect SonarQube to my rds instance with the endpoint?
Sonar Properties…

John Miller
- 513
- 2
- 8
- 23
2
votes
1 answer
"Out of Memory!"-error on Debian 8 when starting SonarQube installed from native package
I have a fresh install of Debian 8 on a VM with 4GB RAM. I installed SonarQube (using the native package). When I try to start with the supplied script, the log says the following:
--> Wrapper Started as Daemon
Launching a JVM...
JVM exited while…

hombrus
- 95
- 5
1
vote
1 answer
difference between overall code and new code in sonarqube
I am new to sonarqube and I don't understand how it works.
I have downloaded the latest sonarqube image, I run a simple container and the application starts, everything ok. Community Edition Version 9.9
I have a simple python program and I scan it…

Manu
- 81
- 1
- 3
1
vote
1 answer
How to remove a language/Quality Profile from SonarQube project settings
I can + Add language via the according button but I do not see a way to remove one:
This is for v8.7.1 but the same applies for v6.6. My account is in the sonar-administrators group on both instances (but on the latter I can't even add a…

Gerold Broser
- 14,080
- 5
- 48
- 107
1
vote
0 answers
how to configure sonarqube in multi maven project running from jenkins
assuming you have a maven module with the following structure:
root module
integration test module
sources module A
sources module B
additional modules...
and you have a pipeline in jenkins which use multiple jobs as part of the build process:…

user3250354
- 101
- 10
1
vote
1 answer
How to configure sonarqube 7.1 in AWS elasticbeanstalk
I have tried a few ways to get sonarQube running in our AWS environment, all successfully. However, SonarQube is unstable. Whenever Elastic beanstalk recycles an instance, my SonarQube environment is wiped out.
Here is what I tried:
Attempt 1: EC2…

Tim
- 1,174
- 12
- 19
1
vote
1 answer
sonarqube elasticsearch not starting
I installed sonarqube on centos. After making all the required configuration changes when I start sonarqube service, it doesn't start. In logs I see error that elasticsearch could not be started. In es log it mentions that elasticsearch could not be…

Abhilash Jain
- 11
- 1
- 3