Questions tagged [sonarqube-ops]

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

243 questions
1
vote
4 answers

SonarQube - Fail to connect to update center with no proxy

I installed SonarQube 5.6.3 and when I go to Update Center, I can only see "Installed" plugins. But the other tabs don't show anything (0 shown). I'm not using a proxy. The logs show the following: ERROR web[o.s.s.p.UpdateCenterClient] Fail to…
1
vote
1 answer

Apache reverse proxy - File does not exist

I have to configure an Apache web server as reverse proxy for my Sonarqube. The web server is listening on port 8888 and I enforce the Sonarqube to use only the 127.0.0.1 (sonar.properties): sonar.web.host=127.0.0.1 and I have the following reverse…
1
vote
1 answer

Unable To Upgrade SonarQube 6.1 - Error at row during uuid path upgrade

I got the following exception during upgrade from sonar 6.1 from 5.6.3 LTS. As far as I understood I've a problem with database but I am unable to figure out what is the problem with the given row, currently searching related source code to find…
1
vote
1 answer

After upgrading from SonarQube 5.3 to 5.6.2, Backround Task is throwing IllegalStateException: Fail to read ISSUES.LOCATIONS

After upgrading from SonarQube 5.3 to Sonaeqube 5.6.2, I am unable to successfully run a scan. Note that I am using a very slightly modified version of 5.6.2 to workaround an issue described here: IllegalStateException when migrating databases from…
1
vote
1 answer

SonarQube 5.6 with LDAP Plugin 2.0 is unable to retrieve details for external users

We are trying to configure the LDAP 2.0 plugin for SonarQube 5.6 to be able to authenticate users in our AD domain. In the sonar.log we get the following feedback: 2016.09.12 10:55:16 INFO web[o.s.s.p.ServerPluginRepository] Deploy plugin C# /…
1
vote
2 answers

Setup Sonarqube behind a reverse proxy on RedHat

I would like to have Sonarqube 5.2 (https://my.sonarqube.com) configured as a secured connection and behind a reverse proxy, but it doesn't work. I installed mod_proxy and mod_ssl. In httpd.conf ServerName my.sonarqube.com …
Will
  • 61
  • 2
  • 8
1
vote
0 answers

SonarQube 5.61 -> 6.0 upgrade fails: Table 'projects' already exists

After following the usual upgrade procedure to upgrade from 5.6.1 to 6.0, the SonarQube server doesn't start: ActiveRecord::JDBCError: Table 'projects' already exists CREATE TABLE `projects` ( `id` int(11) auto_increment PRIMARY KEY, …
1
vote
3 answers

SonarQube in Docker failes to resolve local host

I'm attempting to set up SonarQube in Docker using an Alpine Linux Docker Image. However, when running the image, SonarQube seems to have problem resolving local host. Has anyone experienced this issue before? Help with this issue would be greatly…
oyvindym
  • 352
  • 1
  • 2
  • 15
1
vote
1 answer

Sonarqube GitHub Authentication Plugin: Why are users Removed from Groups after Login?

I think I'm having some issues with SonarQube's GitHub Authentication plugin. I'm creating a SonarQube server via Kitchen.io on an EC2 instance, and then running a Ruby script utilizing the SonarQube API and GitHub API to find matching projects…
1
vote
2 answers

Very slow response times from sonarqube server

Running SonarQube 5.3 server and I'm having trouble with incredibly slow response times and as a result a lot of socket timeout errors from various job scanners. Just to give some perspective, SonarQube is running on a Windows 7 box (don't ask), so…
niken
  • 2,499
  • 3
  • 33
  • 56
1
vote
2 answers

How to setup SonarQube 6 with Oracle Database

I’ve experimented with SonarQube 6.0 using the H2 default database and now I wanted to see how we can configure it with oracle 11 database. I’ve tried the following documentation but it is not clear what tables (schema) would be created on oracle…
WowBow
  • 7,137
  • 17
  • 65
  • 103
1
vote
1 answer

SonarQube: is it possible to change the time zone in the JVM parameters?

I have a machine that runs several different servers and it's in a specific time zone in Central Europe. I need to run SonarQube (4.5.7) in UTC time. I uncommented the following line in web/WEB-INF/config/environment.rb and restarted SonarQube but…
MisterStrickland
  • 947
  • 1
  • 15
  • 35
1
vote
1 answer

How to migrate SonarQube to new host

Need to migrate my SonarQube to a new server (not the remote DB, just the application). Is there any special tool offered by Sonar to do so? is it just a matter of pointing this new installation (if possible) to the old DB? Sonar v5.2 MySQL…
marianogg9
  • 184
  • 1
  • 13
1
vote
2 answers

Cannot Start Sonarqube Server with the latest Version

Facing Java process launcher error while starting Sonar server. Please note that we are have used Sonarqube-4.5.7, sonarqube-5.0.1, Sonarqube 5.6 and JDK 7,8 combinations . but still no luck below is the log : 2016.06.20 18:31:24 INFO …
1
vote
1 answer

Sonar data migration post Database collation change

Need to know how we can migrate data post change of database collation change. Basically, below is what I am planning. Get a new DB with new collation which is a requirement for Sonar (Latin1_General_CS_AS). Collation on our existing DB is -…
AmitP
  • 21
  • 4