Sonarqube SSO with crowd - crowd

This is about integration of Sonarqube with Atlassian Crowd(LDAP tool). I've integrated Sonarqube with Crowd and able to login through users created in crowd.
Now I'm not able to SSO (Single-Sign-On) Sonarqube with other Crowd applications using crowd.
I'm getting below error while starting Sonarqube service.
2015.07.07 00:22:20 INFO web[c.a.c.s.c.ClientPropertiesImpl] Failed to find value for property: application.login.url
2015.07.07 00:22:20 INFO web[c.a.c.s.c.ClientPropertiesImpl] Failed to find value for property: cookie.domain
The error remains same, even if we assign value of cookie.domain and application.login.url in sonar.properties file
.
Please let me know how to fix above errors.

SonarQube Crowd plugin does not yet support Crowd SSO. See https://github.com/SonarQubeCommunity/sonar-crowd/issues/5

Related

Azure App Service Deployment Slot Deployment Center Deployment Failing

I am trying to deploy to a deployment slot of Azure App Service through the deployment center. I have a repo in Azure DevOps and using Kudu deployment. On the last step when I click on Finish the deployment set up through Azure Portal, I am getting the following error -
Repository 'UpdateSiteSourceControl' operation failed with Microsoft.Web.Hosting.WebHostingException: AADSTS700027: Client assertion contains an invalid signature. [Reason - The key was not found., Thumbprint of key used by client:
Now, it is stuck on
Fetching deployment data ...
How to fix this issue?
The error message clearly says that the key for authentication wasn't found by the system. Even if it does found the key for authentication it isn't correct. So that might be a reason because you might have added the wrong key path or wrong password. Please check it and double-check if that is correct or not.

Connecting to SnowSQL Client using Snowflake Credentials

I have successfully installed SnowSQL Client version 1.2.5 and while trying to get log into my snowflake account, using account id, username and password, I am somehow unable to connect and get following error:
snowsql unable to log in
This appears to be networking issue. Have you tried to set that debug logging as directed?
To assist in situations like this, Snowflake has a tool which could help you determine if your client host is able to access all required network endpoints for your Snowflake account, it's called SnowCD, the documents are here and the installation is fairly straightforward:
https://docs.snowflake.com/en/user-guide/snowcd.html
I'd recommend trying SnowCD as your first step, the next step would be to review any required proxy settings your organization might have. I'd also double-check your "account name" argument, the URL looks OK to me but there is a nice writeup on the account name construction at this link:
https://docs.snowflake.com/en/user-guide/connecting.html#your-snowflake-account-name
I hope this helps...Rich
THANKS Rich for doing some R&D and sharing proposals. I got successfully logged into snowsql by providing my account id till ".aws". Hope it will help others struggling so far, like myself:
https://docs.snowflake.com/en/user-guide/getting-started-tutorial-log-in.html
demo log in

CodeSign error: code signing is required for product type 'Application' in SDK 'iOS 9.1'

The apps is working fine in debug and throw error when I try to build it.
I have already regenerate certificate and provisioning profile, but nothing seems works.
I have gone through all answer for code sign error in here but also no solution.
How to fix this?
Go into your project Build Settings and make sure Provision Profile is set to "Automatic" and that Code Signing Identity is configured with the right certificate for debug and release.
Now, if you have the correct provision profile and certificate you should not have any issues...

Unable to synchronize resource src to server:ClassCastException

I am following this tutorial for setting google toolkit for salesforce org when I reach
Synchronizing with your Force.com Developer Edition org
and i synchronize it with my developer org suddenly a dialog error occurred with info:
Unable to synchronize resource src to server:ClassCastException:com.salesforce.ide.api.metadata.types.MetaData$JaxbAccessorF_full_Name can not be cast to com.sun.xml.Internal.bind.v2.runtime.reflect.Accessor
Reason:
com.salesforce.ide.api.metadata.types.Metadata$JaxbAccessorF_full_Name cannot be cast to com.sun.xml.internal.bind.v2.runtime.reflect.Accessor
How to resolve this error any one g0t through this error then please help to resolve it
Instead of using jdk7 install java runtime enviorment6 and error is resolved.
Running the Force.com IDE as Administrator can also work.

jit debugging was initiated by the user account - What is the issue?

We have a WPF application...which is deployed using click once approach.
We deployed it in a intranet webserver...and people can install it in their machine from a link available in a web page (index.html).
One of hour team member got the following error
Jit debugging failed with following error: Access denied
jit debugging was initiated by the user account "abc\abc918"
Click the documentation index for "just in time debugging errors for more information"
Please help me to understand what is this error about. Thanks in advance.
This is typically a result of having System.Diagnostics.Debugger.Break in your code. This requires the current user to part of the "Debugger Users" group in order to function. If you are not, then you'll receive this error.
This frequently occurs on hosted ASP.Net sites - see this KB Article for details.

Resources