AccessDeniedException: /usr/local/share/ca-certificates

Please provide

  • Operating system: macOS 26.0.1
  • SonarQube for IntelliJ plugin version: 11.2.0.82481
  • IntelliJ version: 2025.2.3
  • Programming language you’re coding in: Java
  • Is connected mode used: Yes
    • SonarQube Cloud, SonarQube Server, or SonarQube Community Build? (if one of the latter two, which version?): Community Build v25.7.0.110598

And a thorough description of the problem / question:

SonarQube IDE plugin no longer establishes a connection to Community Build.

Logs attached.

sonarqube.log (49.2 KB)

Hey there.

From the logs:

java.nio.file.AccessDeniedException: /usr/local/share/ca-certificates

You probalby want to make sure this file exists (ls -ld /usr/local/share/ca-certificates) and your user has access to it (sudo chmod -R a+r /usr/local/share/ca-certificates)

That was the issue! Thanks Colin.

I don’t know why my user lost access to that file without me making any changes. But I’m glad that it’s fixed now.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.