The log is on a disconnected system, so I copied parts of it that I think are applicable. Let me know if you need more.
<path to sonarscanner> -Dsonar.host.url=<URL for SonarQube> -Dsonar.token=**** -Dsonar.java.binaries=./bin -Dsonar.java.libraries=<path to other libraries> -Dsonar.projectKey=<project-key> -Dsonar.projectName=<project-name> -Dsonar.sources=./src -Dsonar.projectVersion=2.0 -Dsonar.scm.provider=git -Dsonar.projectBaseDir=. -Dsonar.qualitygate.wait=true -Dsonar.branch.name=<branch name> -X -Dsonar.exclusions=**.html -Dsonr.coverage.jacoco.xmlReportPaths=<path to xml directory> -Dsonar.java.spotbugs.reportPaths=<path to spotbugs xml>
INFO: SonarScanner 5.0.1.3006
INFO: Java 17.0.7 Eclipse Adoptium (64-bit)
INFO: Linux <version> amd64
INFO: Analyzing on SonarQube server 2025.2.0.105476
DEBUG: JVM max available memory: 3 GB
INFO: Load/download plugins
INFO: Load/download plugins (done) | time=77ms
DEBUG: Plugins not loaded because they are optional: [abap, sonarapex, architecture, architecturejavafrontend, csharpenterprise, cpp, cfamilydependencies, cobol, dart, dbd, dbdjavafrontend, dbdpythonfrontend, flex, geoenterprise, web, jcl, javasymbolicexecution, java, javascript, kotlin, php, pli, plsql, python, rpg, ruby, sonarscala, swift, tsql, vbnetenterprise, vb, security, securitycsharpfrontend, securityjsfrontend, securityjavafrontend, securityphpfrontend, securitypythonfrontend, xml]
DEBUG: Plugins loaded:
DEBUG: * Text Code Quality and Security 2.21.1.5779 (textenterprise)
DEBUG: * Clean as You Code 2.4.0.2018 (cayc)
DEBUG: * JaCoCo 1.3.0.1538 (jacoco)
DEBUG: * IaC Code Quality and Security 1.44.0.14670 (iacenterprise)
DEBUG: * IaC Code Quality and Security 1.44.0.14670 (iac)
INFO: Loaded core extensions: developer-scanner, sca, server-common
DEBUG: Installed core extension: developer-scanner
DEBUG: Installed core extension: sca
DEBUG: Installed core extension: server-common
INFO: 1 language detected in 52 preprocessed
INFO: 16 files ignored because of inclusion/exclusion patterns
INFO: 0 files ignored because of scm ignore settings
INFO: Loading plugins for detected langauages
DEBUG: Detected languages: [java]
INFO: Load/download plugins
INFO: Load/download plugins (done) | time=89ms
DEBUG: Optional language-specific plugins not loaded: [adap, sonarapex, csharpenterprise, cpp, cfamilydependencies, cobol, dart, dbdpythonfrontend, flex, goenterprise, web, jcl, javascript, kotlin, php, pli, plsql, python, rpg, ruby, sonarscala, swift, tsql, vbetenterprise, vb, securitycsharpfrontend, securityjsfrontend, securityphpfrontend, securitypythonfrontend, xml]
DEBUG: Plugins loaded:
DEBUG: * Vulnerability Rules for Java 11.1.0.35630
DEBUG: * Vulnerability Analysis 11.1.0.35630 (security)
DEBUG: * Java Code Quality and Security 8.11.0.38440 (java)
DEBUG: * Dataflow Bug Detection 1.36.1.13250 (dbd)
DEBUG: * Architecture and Design Rules for Java 1.9.0.4841 (architecturejavafrontend)
DEBUG: * Dataflow Bug Detection Rules for Java 1.36.1.13250 (dbdjavafrontend)
DEBUG: * Java Advanced Code Quality Analyzer 8.11.0.38440 ( javasymbolicexecution)
DEBUG: * Architecture Analysis 1.9.0.4841 (architecture)
INFO: Load metrics repository (done) | time=19ms
DEBUG: Registered check: [ClassCastCheck (javabugs:S6320), ExceptionReachabilityCheck (javabugs:S6416), InfiniteRecursionCheck (javabugs:S2190), UnsupportedMethodCheck (javabugs:S6322), CollectionModifiedDuringIterationCheck (javabugs:S6417), JavaIndexErrorCheck (javabugs:S6466)]
DEBUG: Sensors : JavaSensor -> JaCoCo XML Report Importer -> Java Config Sensor -> ThymeLead template sensor -> Import of SpotBugs issues -> SurefireSensor -> IaC Docker Sensor -> Serverless configuration file sensor -> AWS SAM template file sensor -> AWS SAM Inline template file sensor -> javabugs -> pythonbugs -> EnterpriseTextAndSecretsSensor -> JavaSecuritySensor -> CSharpSecuritySensor -> PhpSecurityScanner -> PythonSecurityScanner -> JsSecuritySensor -> KotlinSecuritySensor
INFO: Sensor JavaSensor [java]
DEBUG: Property 'sonar.java.jdkHome' resolved with:
[]
DEBUG: Property 'sonar.java.libraries' resolved with:
[<path to other libraries>]
INFO: Sensor Import of SpotBugs issues [java]
INFO: Importing <path to xml>
DEBUG: Unexpected missing 'BugCollection/Project/SrcDir/text()'.
DEBUG: Unexpected missing 'BugCollection/Project/SrcDir/text()'.
DEBUG: Unexpected missing 'BugCollection/Project/SrcDir/text()'.
DEBUG: Unexpected missing 'BugCollection/Project/SrcDir/text()'.
DEBUG: Unexpected missing 'BugCollection/Project/SrcDir/text()'.
...
INFO: Sensor Import of SpotBugs issues [java] (done) time=34ms