Questions tagged [sonarqube-ops]

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

243 questions
0
votes
0 answers

sonarqube failed to start in centos 6

[root@code-manage sonarqube-5.6]# java -version openjdk version "1.8.0_91" OpenJDK Runtime Environment (build 1.8.0_91-b14) OpenJDK 64-Bit Server VM (build 25.91-b14, mixed mode) [root@code-manage sonarqube-5.6]# ./bin/linux-x86-64/sonar.sh…
xigua
  • 1
0
votes
0 answers

SonarQube on Ubuntu

I have downloaded JRE, mySQL and followed these steps: http://dev.mamikon.net/installing-sonarqube-on-ubuntu/ But when I start SonarQube by: asd@asd:~/Desktop$ sudo sonarqube-5.6/bin/linux-x86-64/sonar.sh console I get this error and wrapper…
user3142764
  • 55
  • 1
  • 1
  • 6
0
votes
0 answers

SonarQube Analysis Hangs with Oracle

I having SonarQube 5.1.2. Every so often analysis hangs. Below is the analysis log snippet at where it hangs. [INFO] [11:41:24.995] Sensor CPD Sensor (done) | time=65ms [INFO] [11:41:24.996] No quality gate is configured. [INFO] [11:41:25.210]…
0
votes
1 answer

SonarQube. What oracle DB component can be removed

We use Oracle DB as sonarqube database and found out that list of oracle components installed. What components can be safely removed? List of components: COMP_ID COMP_NAME APEX Oracle Application Express EM Oracle Enterprise…
0
votes
1 answer

Broken project links post data copy from existing database to new database with collation change

We have recently upgraded Sonar to 5.3 version. Sonar has collation requirement (Latin1_General_CS_AS). Collation on our existing DB is - Latin1_General_CI_AS Followed below steps: 1. Got a new DB with new collation. 2. Setup the Sonar instance on…
AmitP
  • 21
  • 4
0
votes
1 answer

Fail to find sonarqube while using jenkins

I m using jenkins and I need my sonarqube to make some analysis on my code. I use docker to manage both images and mapped the port so that they are accessible from outside. It works great, I can open and login in both portals. My problem is that…
mfrachet
  • 8,772
  • 17
  • 55
  • 110
0
votes
1 answer

Sonarqube integration with existing Oracle 12c

I am trying to integrate SonarQube 5 latest with Oracle 12c. My Oracle DB is existing and I use one of users with enough CRUD privileges to allow SonarQube to connect and create the necessary structures. However, on starting the SonarQube server, I…
Anmol
  • 3
  • 2
0
votes
1 answer

Unresponsive SonarQube in Kubernetes

We're creating a kubernetes deployment for sonar. When using the embedded H2 DB the deployment works fine and SonarQube is available thru the kube Ingress controller. But when setting JDBC parameters for persistence the SonarQube instance fails to…
gamars
  • 247
  • 2
  • 8
0
votes
2 answers

SonarQube Installation - Github Authentication plugin fails with "PKIX path building failed"

I'm trying to get the plugin to work. Sonarsource 5.6, plugin 1.2. I'm having an SSL error which I think is caused by my instance of github enterprise having an SSL cert granted from an internal-and-therefore-untrusted CA (or perhaps simply not set…
0
votes
1 answer

Configuration of management-agent on SonarQube 5.5

In brief: Is there a way of configuring all Ports used by management-agent.jar (introduced in SonarQube 5.5) or even disabling it? More Info: I'm trying to run SonarQube on OpenShift (again), this time version 5.5/5.6. On startup I get the…
schnatterer
  • 7,525
  • 7
  • 61
  • 80
0
votes
1 answer

Docker is restarting again and agin

I'm facing a problem with my docker. I have my own image of SonarQube 3.6.2 which includes a couple a custom rules. I tried to put it in a container, but if I run SonarQube while I'm trying to start my container, then my container keeps on…
Olivier
  • 1,982
  • 3
  • 23
  • 36
0
votes
1 answer

Cannot start SonarQube service on windows 10

I'm having a problems while setting up service for SonarQube. I have tried everything I could but still I'm not able to fix this problem. This is the error I got. As you can see, I logged on using my administrator account (not Local System)…
Củ Su Hào
  • 372
  • 6
  • 15
0
votes
2 answers

Why is SonarQube unable to assign requested address?

I am trying to connect to SonarQube through my browser, however I get the following error message after running sonar start from the terminal: 2016.05.19 19:29:59 ERROR web[o.a.c.h.Http11NioProtocol] Failed to initialize end point associated with…
0
votes
1 answer

How to run sonarqube on NetBSD

According to the requirements document for sonarqube: The only prerequisite for running SonarQube is to have Java (Oracle JRE 7 onwards or OpenJDK 7 onwards) installed on your machine. I want now to use a NetBSD 7.0 machine to run a sonarqube…
rpy
  • 3,953
  • 2
  • 20
  • 31
0
votes
1 answer

SonarQube UI rendering delay (exactly 1 minute!)

I installed SonarQube to help with code quality analysis. I set it up to run behind an Nginx reverse proxy using the instructions on their website. Often I have to wait exactly one minute to load a page. Upon investigation using Google Chrome…
Dylan Klomparens
  • 2,853
  • 7
  • 35
  • 52