which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension) - SonarQube Enterprise
how is SonarQube deployed: zip, Docker, Helm - Zip file in VM
what are you trying to achieve - Code Analyisis through CI
what have you tried so far to achieve this - Configured the steps in CI
Do not share screenshots of logs – share the text itself (bonus points for being well-formatted)!
Hi Team,
We are new to Sonarqube and trying to create Sonarqube branch analysis through the pipeline but unfortunately encountering the following issues.
Using the .NET Core version of the Scanner for MSBuild
Post-processing started.
##[error]07:31:49.286 The SonarScanner for MSBuild integration failed: SonarQube was unable to collect the required information about your projects.
Possible causes:
The project has not been built - the project must be built in between the begin and end steps
An unsupported version of MSBuild has been used to build the project. Currently MSBuild 14.0.25420.1 and higher are supported.
The begin, build and end steps have not all been launched from the same folder
None of the analyzed projects have a valid ProjectGuid and you have not used a solution (.sln)
07:31:49.286 The SonarScanner for MSBuild integration failed: SonarQube was unable to collect the required information about your projects.
Possible causes:
The project has not been built - the project must be built in between the begin and end steps
An unsupported version of MSBuild has been used to build the project. Currently MSBuild 14.0.25420.1 and higher are supported.
The begin, build and end steps have not all been launched from the same folder
None of the analyzed projects have a valid ProjectGuid and you have not used a solution (.sln)
07:31:49.286 Generation of the sonar-properties file failed. Unable to complete the analysis.
##[error]07:31:49.289 Post-processing failed. Exit code: 1
07:31:49.289 Post-processing failed. Exit code: 1
##[error]The process ‘/snap/bin/dotnet’ failed with exit code 1
Finishing: SonarQubeAnalyze
Hi Ann, i have resolved this error and i’m encountering another issue now
while i’m trying to run alanyze using Java_Home in jdk version, i’m getting the below error
at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:451)
at org.sonarsource.scanner.api.internal.IsolatedClassloader.loadClass(IsolatedClassloader.java:82)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:527)
at org.sonarsource.scanner.api.internal.batch.DefaultBatchFactory.createBatch(DefaultBatchFactory.java:32)
at org.sonarsource.scanner.api.internal.batch.BatchIsolatedLauncher.execute(BatchIsolatedLauncher.java:46)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.sonarsource.scanner.api.internal.IsolatedLauncherProxy.invoke(IsolatedLauncherProxy.java:60)
at com.sun.proxy.$Proxy0.execute(Unknown Source)
##[error]at org.sonarsource.scanner.api.EmbeddedScanner.doExecute(EmbeddedScanner.java:189)
at org.sonarsource.scanner.api.EmbeddedScanner.execute(EmbeddedScanner.java:138)
at org.sonarsource.scanner.cli.Main.execute(Main.java:126)
at org.sonarsource.scanner.cli.Main.execute(Main.java:81)
at org.sonarsource.scanner.cli.Main.main(Main.java:62)
at org.sonarsource.scanner.api.EmbeddedScanner.doExecute(EmbeddedScanner.java:189)
at org.sonarsource.scanner.api.EmbeddedScanner.execute(EmbeddedScanner.java:138)
at org.sonarsource.scanner.cli.Main.execute(Main.java:126)
at org.sonarsource.scanner.cli.Main.execute(Main.java:81)
at org.sonarsource.scanner.cli.Main.main(Main.java:62)
##[error]ERROR:
ERROR:
##[error]The SonarScanner did not complete successfully