Connecting sonarlint with eclipse and sonarqube error - eclipse

When i'm trying to connect sonarlint with sonarqube I get this error message:
"Unable to update data from server 'sonar'
Fail to request https://dev.myserver.com/sonar/api/system/status
However when i'm visiting that particular URL it works fine. I'm running SonarLint 2.3.1, SonarQube 5.6.1, java 1.8 and eclipse neon.
SonarLint worked for me without problems prio to the 2.3 update.
Edit: My sonarqube server is only accessible through internal company connection or through VPN. This shouldn't be an issue though as sonarlint has been connected before?

It was a certificate issue. Importing the corporate certificate to my cacerts solved my issue as explained here: How to solve javax.net.ssl.SSLHandshakeException Error?

Related

Eclipse eGit not connecting to remote repository - NullPointerException at ProxyHelper getPasswordAuthentication

I've been trying to get eGit working with Eclipse 4.6.3 (IBM Rational Developer 9.6.0.6) but keep hitting the same error when either trying to pull/push an existing Git repository or clone another using http.
Mostly the error specifics are hidden but if you examine the error in the Error Log view the following is observed:
It looks like the password authenticator is missing from the host eclipse or something similar.
I found the answer to this and am sharing the knowledge.
After investigating the supported software on IBM's website for Rational developer I saw that it claimed to be compatible with eGit version 4.5.0201609210915-r, alas the eclipse add new software links postfixed with -4.5 & -4.6 no longer functioned correctly however I was able to successfully install a compatible eGit (version 4.7.0.201704051617-r) with the following:
http://download.eclipse.org/egit/updates-4.7
-edit-
Have just had success with the last of 4, version 4.11.0.201803080745r
http://download.eclipse.org/egit/updates-4.11

Eclipse DTP is not creating a connection

I am using MariaDB and am currently trying to create a database connection using DTP.
When I test the connection the ping is succeeding:
When I click on 'Finish' afterwards, the 'Database Connections' Folder is still empty:
Am I missing a step or am I encountering a bug?
working with Eclipse Neo.3 on Arch Linux
The solution to this problem was rather simple: uninstall DTP and install DBeaver.
I didnt knew that DTP was outdated and got more or less abandoned by his community.

One of your SonarQube server cannot be reached. Please check your connection settings

I am new to Sonar and I am trying to install and configure Sonar in my local system. I have followed the steps mentioned here for installing sonar and integrating it with eclipse, but I can not associate my project with sonar and getting exception One of your SonarQube server cannot be reached. Please check your connection settings. please see the below screen shots, and let me know if i am missing something.
Thanks
I had the same issue just now.
What helped me in the end was to test the server connection from Eclipse's Window -> Settings -> SonarQube -> Servers -> http://localhost:9000 -> Edit -> Test connection
I am running a fresh SonarQube installation and did not specify a username nor a password. The test returned Successfully Connected! and thereafter SonarQube markers showed up in the source code as well as in the SonarQube issues tab.
From the http://www.sonarqube.org/downloads/ did you install sonarqube and started the service? If you didn't you need to do it first. When you start service you will see the connection string.
And then in SoberQube configuration in Eclipse instead of
http://localhost:9000 try http://0.0.0.0:9000
the problem is with your java runtime(JRE) , what you need to do is to download a new JRE from oracle : http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html
and install it , then try again and it should work
a note :
only install jre and not jdk , when finished check in terminal using java -version command if the version is according to what you have just installed .
good luck !

Error - Eclipse client trying to reconnect to TFS - "LocationWebService"

When eclipse tries to reconnect to TFS (username.visualstudio.com) the 'authentication window' is replaced by a window that seems to describe available services and the authentication process stops here.
The content of this window is as follows:
LocationWebService
The following operations are supported. For a formal definition, please review the Service Description.
ConfigureAccessMapping
Connect
QueryServices
RemoveAccessMapping
RemoveServiceDefinitions
SaveServiceDefinitions
SetDefaultAccessMapping
With VS2010 I can still connect to TFS without problems.
Also, both with eclipse and VS2010 I can connect to codeplex (tfs).
Clearing cookies and/or cache from IE or Chrome doesn't help.
Everything is fresh installed, so I assume it's up to date.
How can I resolve this issue with Eclipse - TFS - username.visualstudio.com?
I had to reinstall the 2013 version (https://www.microsoft.com/en-us/download/details.aspx?id=40785) and everything started working. It's either a bug in an older version or mismatch with the server version being connected to.
I have this issue too. It only happens when I try to connect myuser.visualstudio.com, with my domain TFS it can authenticate without any problem.
I see that you are running Windows 7, in my case the eclipse TFS stop working with Windows 8.

TFS Eclipse Plugin "authorization failure"

I am working with Eclipse Juno on a Mac running OS 10.7.3
I installed the TFS plugin for Eclipse yesterday and today, after a few false starts, and I was able to connect to our tfspreview instance. I checked in all my code and then committed it. A team mate confirmed the code had been submitted. I then tried checking for updates and got an authorization failure message. I have tried re-starting Eclipse and finally my computer. Every time Eclipse tries to connect to the TFS server it fails.
I haven't changed my password and I still able to log in the tfspreview web interface, so my account does not appear to be locked. Has anyone ever experience anything like this?
Thanks!