I've installed Soanrqube and Sonarscanner in my Ubuntu 22 vm as a containers.When I run the sonar-scanner command that the Sonarqube provides. Here are the environment details
Docker Image Name: sonarqube:communityPorts: 9000Java version: openjdk 17.0.10 2024-01-16
When I run the below command, I'm getting the error in the imagessonar-scanner -Dsonar.projectKey=demo-project -Dsonar.sources=. -Dsonar.host.url=http://:9000 -Dsonar.token=sqp_mytoken
Java version errorJava version
I ran the containers and able to login into Sonarqube UI. When I tried to run the sonar-scanner command, I'm getting the errors provided in the image