java.lang.ClassNotFoundException: org.sonar.batch.bootstrapper.EnvironmentInformation

We fixed the issue by setting an absolute path for the sonar.userHome property:

-Dsonar.userHome=`pwd`/.sonar
3 Likes