I am deploying a large Java project on Sonar using \"Findbugs\" as profile and getting the error below:
Caused by: java.util.concurrent.ExecutionException: java.
I know this is old, but I am just posting my answer anyway. I realized I was using the 32bit JDK (version 8) and after uninstalling it and then installing 64bit JDK (version 12) the problem disappeared.