Sonar IDE not finding organization during connected mode setup

  • Operating system: Windows
  • SonarQube for VS Code plugin version: 11.7.1.36988
  • Programming language you’re coding in: JS
  • Is connected mode used: Yes
    • SonarQube Cloud, SonarQube Server, or SonarQube Community Build: SonarQube Cloud

I’m trying to establish the ‘connected mode’ between VSCode and SonarQube Cloud, but during the setup it fails on getting the organization name.

2026-01-26 10:51:35.256 [info] [SonarQube for IDE] [Error - 10:51:35.254] [sonarlint : SonarLint Server RPC request executor] Error while querying SonarCloud organizations
2026-01-26 10:51:35.256 [info] [SonarQube for IDE] [Error - 10:51:35.254] [sonarlint : SonarLint Server RPC request executor] org.sonarsource.sonarlint.core.serverapi.exception.NetworkException: Request failed

Is there any addresses that is needed to configure explicitly to establish this connection?

Hi,

Could you double-check your SonarQube for VS Code version? You’ve listed 11.7, which is a valid (but old) version for SonarQube for IntelliJ. But the current version of SonarQube for VS Code is 4.41.

 
Ann

Hi @ganncamp ,

I’ve checked here the version, and this is the right information:

- sonarsource.sonarlint-vscode-4.40.0-win32-x64

Seems like I’m only one update from latest (for VSCode).

Hi,

Would you mind bumping up to 4.41 and making sure this is still reproducible?

 
Thx,
Ann

Hi,

I upgraded the plugin, the issue is still ocurring.

I’ve checked my network, I hadn’t found any block to the connection.

Att,

1 Like

Hi Att,

Thanks for checking!

Could you give us a verbose log from IDE startup through to the error?

 
Thx!
Ann

Hi Ann,

Here are the logs:

output.log (126.7 KB)

Thank you,

1 Like

Hi,

Thanks for the log. I’ve flagged this for the team.

 
Ann

Hello @Eidil,

I can see this line from the logs:

Caused by: java.util.concurrent.CompletionException: org.apache.hc.client5.http.HttpHostConnectException: Connect to https://sonarcloud.io:443 [sonarcloud.io/143.204.194.3, sonarcloud.io/143.204.194.21, sonarcloud.io/143.204.194.9, sonarcloud.io/143.204.194.84] failed: Connection timed out: getsockopt

It seems to be a problem with your network. Can you access the SonarQube Cloud UI from the browser? Do you have some form of network restrictions in place on your machine?

You also have a strange message at the beginning:

Error: Unable to read file ‘c:\Users\cso4705.vscode\extensions\sonarsource.sonarlint_ondemand-analyzers\package.json’ (Error: Unable to resolve nonexistent file ‘c:\Users\cso4705.vscode\extensions\sonarsource.sonarlint_ondemand-analyzers\package.json’

Could you try to reinstall the extension maybe?