16:59:06.658 INFO SonarScanner CLI 6.2.1.4610
16:59:06.663 INFO Java 17.0.12 Eclipse Adoptium (64-bit)
16:59:06.664 INFO Linux 5.15.0-1068-azure amd64
16:59:06.792 INFO User cache: /home/runner/.sonar/cache
16:59:08.887 INFO JRE provisioning: os[linux], arch[x86_64]
16:59:12.623 INFO EXECUTION FAILURE
16:59:12.631 INFO Total time: 6.042s
16:59:12.631 ERROR Error during SonarScanner CLI execution
java.lang.IllegalStateException: Failed to extract archive
at org.sonarsource.scanner.lib.internal.JavaRunnerFactory.extractArchive(JavaRunnerFactory.java:200)
at org.sonarsource.scanner.lib.internal.JavaRunnerFactory.getJreFromServer(JavaRunnerFactory.java:145)
at org.sonarsource.scanner.lib.internal.JavaRunnerFactory.createRunner(JavaRunnerFactory.java:85)
at org.sonarsource.scanner.lib.internal.ScannerEngineLauncherFactory.createLauncher(ScannerEngineLauncherFactory.java:53)
at org.sonarsource.scanner.lib.ScannerEngineBootstrapper.bootstrap(ScannerEngineBootstrapper.java:123)
at org.sonarsource.scanner.cli.Main.analyze(Main.java:75)
at org.sonarsource.scanner.cli.Main.main(Main.java:63)
Caused by: java.nio.file.NoSuchFileException: /home/runner/.sonar/cache/bcb1b7b8ad68c93093f09b591b7cb17161d39891f7d29d33a586f5a328603707/jre6284578682694846135/jdk-17.0.11+9-jre/lib/server/classes.jsa
at java.base/sun.nio.fs.UnixException.translateToIOException(Unknown Source)
at java.base/sun.nio.fs.UnixException.rethrowAsIOException(Unknown Source)
at java.base/sun.nio.fs.UnixException.rethrowAsIOException(Unknown Source)
at java.base/sun.nio.fs.UnixFileSystemProvider.newByteChannel(Unknown Source)
at java.base/java.nio.file.spi.FileSystemProvider.newOutputStream(Unknown Source)
at java.base/java.nio.file.Files.newOutputStream(Unknown Source)
at java.base/java.nio.file.Files.copy(Unknown Source)
at org.sonarsource.scanner.lib.internal.util.CompressionUtils.extractTarGz(CompressionUtils.java:146)
at org.sonarsource.scanner.lib.internal.JavaRunnerFactory.extract(JavaRunnerFactory.java:234)
at org.sonarsource.scanner.lib.internal.JavaRunnerFactory.extractArchive(JavaRunnerFactory.java:193)
... 6 common frames omitted
Hi, this looks to be the same issue as reported here and here
The problem is we are not able to reproduce and understand the issue.
@philithethrill99 Is there anything special with your self-hosted runner? Do you have an anti-virus or any anti-malware software that would wrongly detect jdk-17.0.11+9-jre/lib/server/classes.jsa and quarantine it? From experience, most issues happening when unzipping archives are caused by third-party security tools.
If you need the Dynatrace OneAgent and cannot turn off ProcessAgent injection, or turning it off does not resolve the problem for you, contact Dyntrace OneAgent Support to find a solution that works for you.
Would you be able to ask Dyntrace OneAgent Support? If there is anything we can change in our software to make things work out of the box, we would be happy to consider it, but for now, I assume this is a false positive created by this security tool.
I got here by googling. My company cleaned its its sonar database and we started clean.
I created a “global analysis token” which resulted in this:
10:03:56.611 ERROR Error during SonarScanner CLI execution
java.lang.IllegalStateException: Failed to extract archive
at org.sonarsource.scanner.lib.internal.JavaRunnerFactory.extractArchive(JavaRunnerFactory.java:200)
at org.sonarsource.scanner.lib.internal.JavaRunnerFactory.getJreFromServer(JavaRunnerFactory.java:145)
at org.sonarsource.scanner.lib.internal.JavaRunnerFactory.createRunner(JavaRunnerFactory.java:85)
at org.sonarsource.scanner.lib.internal.ScannerEngineLauncherFactory.createLauncher(ScannerEngineLauncherFactory.java:53)
at org.sonarsource.scanner.lib.ScannerEngineBootstrapper.bootstrap(ScannerEngineBootstrapper.java:123)
at org.sonarsource.scanner.cli.Main.analyze(Main.java:75)
at org.sonarsource.scanner.cli.Main.main(Main.java:63)
Caused by: java.nio.file.AccessDeniedException: C:\Users\mobj\.sonar\cache\11a61a94d383e755b08b4e5890a13d148bc9f95b7149cbbeec62efb8c75a4a67\jre9576634627953445921 -> C:\Users\mobj\.sonar\cache\11a61a94d383e755b08b4e5890a13d148bc9f95b7149cbbeec62efb8c75a4a67\OpenJDK17U-jre_x64_windows_hotspot_17.0.13_11.zip_extracted
I replaced it with a user token and it all works fine again.
I just experienced the same issue with a fresh install of Sonarqube 6.0.1.5171 in a Docker container. Created a new local project and ran gradlew sonar with the parameters given on the admin page. In my case, creating and using a user token instead of a project analysis token did not resolve the issue.
Caused by: java.lang.IllegalStateException: Failed to extract archive
at org.sonarsource.scanner.lib.internal.JavaRunnerFactory.extractArchive(JavaRunnerFactory.java:200)
at org.sonarsource.scanner.lib.internal.JavaRunnerFactory.getJreFromServer(JavaRunnerFactory.java:145)
at org.sonarsource.scanner.lib.internal.JavaRunnerFactory.createRunner(JavaRunnerFactory.java:85)
at org.sonarsource.scanner.lib.internal.ScannerEngineLauncherFactory.createLauncher(ScannerEngineLauncherFactory.java:53)
at org.sonarsource.scanner.lib.ScannerEngineBootstrapper.bootstrap(ScannerEngineBootstrapper.java:123)
at org.sonarqube.gradle.SonarTask.run(SonarTask.java:131)
... 118 more
Caused by: java.nio.file.AccessDeniedException: C:\Users\USERNAME\.sonar\cache\11a61a94d383e755b08b4e5890a13d148bc9f95b7149cbbeec62efb8c75a4a67\jre5899555825780387383 -> C:\Users\USERNAME\.sonar\cache\11a61a94d383e755b08b4e5890a13d148bc9f95b7149cbbeec62efb8c75a4a67\OpenJDK17U-jre_x64_windows_hotspot_17.0.13_11.zip_extracted
at org.sonarsource.scanner.lib.internal.JavaRunnerFactory.extractArchive(JavaRunnerFactory.java:194)
Volume in drive C is Windows
Volume Serial Number is D44F-398A
Directory of C:\Users\USERNAME\.sonar\cache\11a61a94d383e755b08b4e5890a13d148bc9f95b7149cbbeec62efb8c75a4a67\jre5899555825780387383
02/03/2025 09:42 AM <DIR> .
02/03/2025 09:48 AM <DIR> ..
02/03/2025 09:42 AM <DIR> jdk-17.0.13+11-jre
0 File(s) 0 bytes
It appears that it is trying to unzip a directory instead of a file, which is causing the AccessDeniedException: