Questions tagged [sonarqube-ops]

Related to operating a SonarQube instance. This implies for example configuration, installation, administration and plugin management.

243 questions
5
votes
2 answers

sonarqube - active directory ldap error code 49

I've got an instance of sonarqube 5.5 running. I wanted to use the sonar-ldap-plugin 1.5.1 in order to delegate the authentication and authorization to the Active Directory service of my company. The configuration for the LDAP plugin is the…
JCh
  • 81
  • 1
  • 2
5
votes
2 answers

SonarQube cannot start with MariaDB 10

I installed MariaDB with yum in CentOS 7. SonarQube throws this exception: org.sonar.api.utils.MessageException: Unsupported mysql version: 5.5. Minimal supported version is 5.6. When I reinstall MariaDB with version 10, SonarQube still throws the…
tgf2
  • 123
  • 4
  • 10
4
votes
0 answers

How to enable Cross-Origin Resource Sharing (CORS) in SonarQube?

My setup is SonarQube (localhost:9000) and Angular 4 instance (localhost:4200). I can successfully perform a GET request with Angular from SonarQube without authorization. However, after adding http basic auth headers, the same request fails with…
Gustavs
  • 85
  • 1
  • 7
4
votes
1 answer

Analysis Successful but Fails to Load

Jenkins is doing my build, and I see the following in the Console for SonarQube: INFO: ANALYSIS SUCCESSFUL, you can browse http://server:9000/dashboard/index/COMMON INFO: Note that you will be able to access the updated dashboard once the…
Peter
  • 9,643
  • 6
  • 61
  • 108
4
votes
3 answers

sonarqube 5.6 & LDAP 2.0 failing to authenticate

I am testing an upgrade to sonarqube 5.6 and have installed the ldap 2.0 plugin & copied the relevant configuration forward to my test 5.6 setup. The relevant config…
Matt
  • 8,367
  • 4
  • 31
  • 61
4
votes
1 answer

SonarQube does not start on windows even though path variables were set

My jdk version is 1.7.0. I searched answer but I don't find correct answer yet.This is error I have got. Plaese help me to solve the problem. C:\sonarqube-5.6\bin\windows-x86-64>StartSonar.bat wrapper | --> Wrapper Started as Console wrapper |…
4
votes
2 answers

How to enable SSL in sonarqube

I installed Sonarqube on a server and given a domain name like http://sonarqube.xyz.com:9000 and now I would like to have the URL to be https. I have changed the properties of sonar.properties in the conf file and tried redirecting the URL using IIS…
chandra
  • 111
  • 1
  • 1
  • 8
4
votes
3 answers

SonarQube Service Starts, Runs and then Stops?

I have a Windows 2012 R2 server and I managed to install the SonarQube 5.4 server as a Windows Service. I also set up a user so the service can actually start without the infamous "It started then stopped" error a lot of people seem to get. Before…
OmniOwl
  • 5,477
  • 17
  • 67
  • 116
4
votes
2 answers

SonarQube analysis failed java.lang.OutOfMemoryError: Java heap space

I am using SonarQube version 5.3 and using Jenkins version 1.651 to start the Sonar Scanner. I am also using the Sonar Java plugin version 3.11-build4121. There seems to be a problem the memory. From my debugging I found that a possible solution may…
Tomas Melin
  • 381
  • 1
  • 5
  • 18
3
votes
1 answer

Sonarqube API response with date-time in parameters

Trying to extract issues and getting this error while hitting SonarQube API: api/issues/search?createdAfter=2013-05-01T13:00:00+0100 {"errors":[{"msg":"Date '2018-06-05 14:00:00 1000' cannot be parsed as either a date or date+time"}]}
Jordan Smith
  • 107
  • 12
3
votes
3 answers

How to solve Sonarqube java.lang.OutOfMemoryError: Java heap space

I'm using Sonarqube community version. I'm getting the following error, Exception in thread "LOG_FLUSHER" Exception in thread "CHECKPOINT_WRITER" java.lang.OutOfMemoryError: Java heap space at…
3
votes
1 answer

SonarQube, Unit test coverage and integration test coverage separately

Is it possible to see/show unit test coverage and integration test coverage separately in SonarQube? Note; I am using JaCoCo plugin for SonarQube
CR Sardar
  • 921
  • 2
  • 17
  • 32
3
votes
1 answer

What is the default sonar database?

I'm trying to reset the admin password of my SonarQube and I have already found that is executing the following query: update users set crypted_password = '88c991e39bb88b94178123a849606905ebf440f5', salt='6522f3c5007ae910ad690bb1bdbf264a34884c6d'…
3
votes
2 answers

Connect Sonarqube 6.7 to external Elasticsearch

I've been using Sonarqube with its embedded database for demos. Now, I need to connect it to an external Elasticsearch instance to meet the requirements of a production environment. Which configurations I have to add on the elasticsearch.yml and…
AnSahar
  • 31
  • 1
  • 2
3
votes
3 answers

Unable to start Sonarqube 6.7 on Windows 7

I am unable to run Sonarqube 6.7 on Windows 7. I have just downloaded it from the site. I'm using JDK 1.8.0_144 as the Java runtime. When I run the "StartSonar.bat" I get the following exception: wrapper | --> Wrapper Started as Console wrapper …
Ian Rowlands
  • 153
  • 1
  • 11
1
2
3
16 17