Questions tagged [sonarqube-web]

232 questions
0
votes
0 answers

sonarqube error : not authorized to run analysis

I am trying to execute sonarqube in my local machine. I am getting the following output error. ERROR: Error during SonarScanner execution ERROR: You're not authorized to run analysis. Please contact the project administrator. I have checked various…
0
votes
0 answers

Impossible to delete a project in Sonarqube (From UI or with API)

I want to delete big projects (Millions of LOC) in my Sonarqube instance (Version 6.7.5). The problem with some projects is when I do a deletion action (From the UI or with API), it doesn't complete the deletion (I continue to see the project in the…
Develo55
  • 33
  • 4
0
votes
1 answer

SonarQube Azure AD integration not working

I am hosting Sonarqube on windows VM with IIS and reverse proxy configured to support SSL certificate. All works for basic (user/password) authentication but I got problem making Azure AD authentication work I followed instructions to setup Azure AD…
Greg
  • 168
  • 7
0
votes
2 answers

SonarQube 8.9 doesn’t start, it’s blocked in loading page after login

i need help with SonarQube. I’m trying to use the latest verions (8.9) on CentOS 7, i did all but i’m not able to see the main page because it gets stuck in the loading page after login. There aren’t error in log file, the unique “error” that i…
ptjack
  • 141
  • 8
0
votes
1 answer

About Simple Ldap Connection Between SonarQube and Active Directory

I'm running the SonarQube enterprise version on my on premise server. I am trying to ensure ldap integration with active directory on the SonarQube Web side. I opened a similar task on the Sonarqube community forum and follow it through this…
spala
  • 85
  • 1
  • 2
  • 7
0
votes
0 answers

SonarQube 6.5 does not open to the localhost. SonarQube was added to Angular project

I added SonarQube 6.5 to Angular 10. SonarQube starts, but does not scan the project. In package.json I have information: "sonar": "sonar-scanner -Dsonar.projectKey=front -Dsonar.sources=src" Someone knows why SonarQube does not scan my project?
0
votes
1 answer

Get all quality gate information for all projects through sonarqube api (version 8.4.2)

I have list of projects in my sonarqube dashboard, how can I get quality information like code coverage, code smell, vulnerability, and other details of all the projects in a single api call (sonarqube web api) ? Referred web-api documentaion…
Dan
  • 651
  • 1
  • 14
  • 31
0
votes
1 answer

Is there any possible way to add the custom created jar plugin to SonarQube in UI?

I have created a custom rules java plugin jar and able to add this in extensions/plugins folder and restarted the server. is there any possible way I can do it in UI directly?
priya
  • 391
  • 1
  • 5
  • 24
0
votes
0 answers

How can we get fresh project after solving all issues on sonarqube?

I scanned my project and uploaded to sonarqube. Now, it is giving some issues (bugs, smells, vulnerability, etc). After fixing all the issues, how can we get fresh (or issues solved) project?
0
votes
0 answers

SonarQube limit heap size for execution

I am using sonarqube locally and I want to limit heap size (Memory size) which used by sonar while execution. Can say I want to allow max size 512mb. So what can I do for this? Even wanted to know that is there any to execute sonarqube analyzing…
Deepak Kumbhar
  • 484
  • 7
  • 17
0
votes
1 answer

api/issues/search response has 'author' field only when logged in

The 'author' field is missing when i invoke 'api/issues/search' in a web explorer. Then i log in as admin in Sonarqube and the 'author' field is available using the same web explorer. Is it a configuration issue for the Sonarqube…
user311174
  • 1,738
  • 1
  • 18
  • 17
0
votes
1 answer

Sonarqube stopped after Apex plugin installation

I'm setting up sonarqube local server and freshly installed latest sonarqube 7.6 started server and successfully launched. stoped server installed sonar apex plugin in \extensions\plugins\ folder started server again error regarding apex…
Watson
  • 45
  • 4
0
votes
1 answer

Is it possible to get a new code analysis for every feature in sonarqube?

On the dashboard there is a cool block with new code analysis. I'd like to see something like this for every feature. I hoped to solve this using sonar-branch-community plugin, but it doesn't measure coverage of new code in short-lived branches. As…
0
votes
0 answers

I have installed the french language pack for Sonarqube, but I don't know how to change the default language

I'm new to Sonarqube, In order to Localization, I installed the French plugin from Marketplace, but I don't know how to change the default language of seven version of Sonarqube. Is it possible to guide me?
0
votes
0 answers

Sonarqube 6.7.1 failing to start on linux while tryint to find temp/sq-process7192036004631233695properties

I am trying to start new sonarqube LTS 6.7.1 on Red Hat Enterprise 7 with x64 architechture and failing. Logs show -> 2017.12.22 07:52:27 INFO app[][o.e.p.PluginsService] no modules loaded 2017.12.22 07:52:27 INFO app[][o.e.p.PluginsService]…