Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setting up connector on a new server #150

Open
imrankxello opened this issue Mar 1, 2023 · 2 comments
Open

Setting up connector on a new server #150

imrankxello opened this issue Mar 1, 2023 · 2 comments

Comments

@imrankxello
Copy link

We're setting up a test environment of our production sonarqube where the plugin has already been installed.

The DB is a copy of the production DB, however when attempting to login with login with Microsoft button, the page simply reloads and doesn't provider us with a Microsoft login box.

Attempted the SQL Query for upgrades to reset and cached instance of the old plugin in the DB but it seems like columns may have been renamed in 9.9

@imrankxello
Copy link
Author

Just following up as we'd like to test this with a test instance of sonarqube 9.9 LTS but the plugin not working is an issue.

@srvrguy
Copy link
Collaborator

srvrguy commented Mar 16, 2023

Hi. You shouldn't need to run the manual queries unless you were running on a very old version of the plugin. The queries should work fine on the older versions of SonarQube for which the plugin was intended.

The specific issue you mention seems to be what happens when you proxy SQ behind IIS. If you do have this setup, make sure to check out the troubleshooting page in the plugin's wiki, specifically this issue

For more help, you might want to post some info from the SonarQube logs. First, you want to look at adjusting the log level of SonarQube. You can make this adjustment in the sonar.properties file by setting sonar.log.level to DEBUG from the default of INFO. The plugin primarily outputs logs into the web.log file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants