Trying to install SonarQube 9 onto Windows Server 2019
I run the Windows.bat to start it up and something happens. I don’t immediately see any errors.
However, when I visit https://localhost:9000, the localhost refused to connect. This also happens with HTTP
I have SonarQube unzipped to a non-digit-beginning folder: C:\sonarqube-9.0.0.45539
I have POSTGRES running on a separate server
I have Java 11 SK installed on the SonarQube system.
I am not trying to run as a service yet… just want to see if it will start
I have POSTGRES configured in sonar.properties.
Thoughts?