Maven -Unable to initialize key manager

I am trying to get my project working by using the maven plugin as here https://sonarcloud.io/documentation/analysis/scan/sonarscanner-for-maven

I get this error: Failed to execute goal org.sonarsource.scanner.maven:sonar-maven-plugin:3.7.0.1746:sonar (default-cli) on project XX: Unable to initialize key manager:

I am using openjdk version “11.0.3” 2019-04-16 LTS
and was running this command:
mvn -DskipTests verify sonar:sonar

Grateful for any help received,
Phil

Hello @sciphil,

This was probably related to an incident on SonarCloud that is now resolved. Please let me know if you are still experiencing this issue.

I get the same error.

I’d actually prefer to do it all from the sonarcloud UI, just scan my github projects. But when I tried it only scanned my js code, not all my java code. My understanding is that when you have one repo with mixed front end assets like css/js/html and backend project like a maven java project, it doesnt scan it all ? I just wanted to ensure I’m correct in this assumption.

I still get the exact same issue with the key manager. Please help

Hello @sciphil,

I’m sorry for the delayed response.
Could you please share the full output of the sonar:sonar logs when debug logs are enabled?
You can add

<properties>
    <sonar.log.level>DEBUG</sonar.log.level>
</properties>

to your pom.xml