- Operating system: Windows 10
- SonarQube v8.9.6
- Eclipse platform : 4.24.0 (202206)
- SonarLint plugin version: 5.4.0.22606
- Programming language you’re coding in: Java
- Is connected mode used:
- That is the problem…
Error message received after the token entry : “Fail to request https://sonarqube.____.fr/api/system/status”
The connection of SonarLint to our SonarQube is OK in VS Code, but KO with Eclipse.
Same JRE (17), certificates and token.
No trace available on SonarLint Eclipse console after the basic lines
Starting SonarLint for Eclipse 5.4.0.22606
SonarLint processing file /Essai_20230530/src/____.java…
Starting standalone SonarLint engine 5.4.0.22606…
Found 14 issue(s)
(So the standalone SonarLint is OK.)
What can I check / correct / do, please ?