SonarQube server [..] can not be reached

##[error]ERROR: SonarQube server [[https://devsonar01.ncua.lan](https://devsonar01.ncua.lan/)] can not be reached
ERROR: SonarQube server [[https://devsonar01.ncua.lan](https://devsonar01.ncua.lan/)] can not be reached
INFO: EXECUTION FAILURE
INFO: ------------------------------------------------------------------------
INFO: Total time: 3.216s
INFO: Final Memory: 8M/491M
##[error]ERROR: Error during SonarScanner execution
ERROR: Error during SonarScanner execution
INFO: ------------------------------------------------------------------------
##[error]org.sonarsource.scanner.api.internal.ScannerException: Unable to execute SonarScanner analysis
org.sonarsource.scanner.api.internal.ScannerException: Unable to execute SonarScanner analysis
##[error]at org.sonarsource.scanner.api.internal.IsolatedLauncherFactory.lambda$createLauncher$0(IsolatedLauncherFactory.java:85)
    at org.sonarsource.scanner.api.internal.IsolatedLauncherFactory.lambda$createLauncher$0(IsolatedLauncherFactory.java:85)
##[error]at java.security.AccessController.doPrivileged(Native Method)
    at org.sonarsource.scanner.api.internal.IsolatedLauncherFactory.createLauncher(IsolatedLauncherFactory.java:74)
    at org.sonarsource.scanner.api.internal.IsolatedLauncherFactory.createLauncher(IsolatedLauncherFactory.java:70)
    at org.sonarsource.scanner.api.EmbeddedScanner.doStart(EmbeddedScanner.java:185)
    at org.sonarsource.scanner.api.EmbeddedScanner.start(EmbeddedScanner.java:123)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.sonarsource.scanner.api.internal.IsolatedLauncherFactory.createLauncher(IsolatedLauncherFactory.java:74)
    at org.sonarsource.scanner.api.internal.IsolatedLauncherFactory.createLauncher(IsolatedLauncherFactory.java:70)
    at org.sonarsource.scanner.api.EmbeddedScanner.doStart(EmbeddedScanner.java:185)
    at org.sonarsource.scanner.api.EmbeddedScanner.start(EmbeddedScanner.java:123)
##[error]at org.sonarsource.scanner.cli.Main.execute(Main.java:74)
    at org.sonarsource.scanner.cli.Main.main(Main.java:62)
    at org.sonarsource.scanner.cli.Main.execute(Main.java:74)
    at org.sonarsource.scanner.cli.Main.main(Main.java:62)

Hi,

Welcome to the community!

You haven’t given any context here. Per the FAQ you should

Provide as much detail as possible, and keep your topic tidy

Provide as much detail as possible. What are you trying to do, what have you tried, and what hasn’t worked? Dumping logs and calling it a day won’t get you much attention.

  • A meaningful title
  • Helpful tags (if you’re having trouble analyzing Java code, add the java tag). However, more is not necessarily better
  • A well formatted post is more likely to get attention.
  • Make sure to provide as much context as possible for users to understand your ask
  • For any technical issue provide logs, version numbers, steps to reproduce
  • Always share what investigations were performed already and/or which content you’ve already consulted

Your error says your server can’t be reached.

  • Is it running?
  • At the address you’ve configured?
  • Is there something “helpful” on the network between SonarQube and your build agent that might be interfering?

 
Ann