I am using sonarcube 3.7.3 I am using STS with below details:
Version: 3.6.3.SR1 Build Id: 201501121239 Platform: Eclipse Luna SR1 (4.4.1)
I have installed sonarcude eclipse plugin(SonarCubeJava Analyser 3.4.0.20140404-0949-RELEASE) and when I try to associate my project with sonar using "Associate with SonarCude" option in STS then I am getting below error:
One of your SonarQube server cannot be reached. Please check your connection settings.
I am ot able to attach image as I am new user on this forum.
Can you suggest what could be the issue and possible solution. Let me know if there are any queries.
The workspace log shows below: !ENTRY org.sonar.ide.eclipse.ui 4 0 2015-06-26 15:37:38.821 !MESSAGE !STACK 0 java.lang.reflect.InvocationTargetException at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:423) org.sonar.ide.eclipse.ui.internal.command.ConfigureProjectsCommand$1.run(Configu at org.eclipse.equinox.launcher.Main.run(Main.java:1465) Caused by: org.sonar.ide.eclipse.wsclient.ConnectionException: Query: at Root exception: org.sonar.ide.eclipse.wsclient.ConnectionException: Query: http://sonarserver/api/resources?scopes=PRJ&qualifiers=TRK,BRC&verbose=false& g.sonar.ide.eclipse.wsclient.internal.SonarWSClientFacade.findAll(SonarWSClientFacade.java:109) org.sonar.ide.eclipse.wsclient.internal.SonarWSClientFacade.listAllRemoteModules(SonarWSClientFacade.java:89)
The url in above log is working fine when I check it in browser.