Hello I am using the latest version of sonarqube developer edition 8.4 and sonar-scanner, just installed this week.
I am trying to run a scan on a hello world c program and am running into issuers with sonar-scanner.
Envrionment Details:
OS: Windows 64 bit
IDE: code composer studio
Compiler: TI c2000
Code composer outputs its own makefile which I am able to wrap with the build-wrapper and see output come in the build-wrapper log and dump.json file.
When I finally try to run sonar-scanner I get the following error
INFO: [pool-1-thread-1] C:/Users/jkayzerman/svn repos/ledblink/Debug/…/Example_2833xLEDBlink.c
ERROR: Failed to delete temp folder
java.nio.file.AccessDeniedException: C:\Users\jkayzerman\svn repos\ledblink.scannerwork.sonartmp\18299691287201113810\subprocess.exe
Then Later on this message appears
INFO: ------------------------------------------------------------------------
INFO: EXECUTION FAILURE
INFO: ------------------------------------------------------------------------
INFO: Total time: 26.350s
INFO: Final Memory: 23M/77M
INFO: ------------------------------------------------------------------------
ERROR: Error during SonarScanner execution
java.lang.IllegalStateException: java.nio.file.NoSuchFileException: C:\Users\JKAYZE~1\AppData\Local\Temp\probe17712530987540880622.pp
I only have one week left of the developer evaluation license so any help will be appreciated!