TFS SonarQube Analysis fails after upgrading to Enterprise EditionVersion 7.9.1 in QA Env

TFS Version: 2017.3.1
SonarQube Server: 7.9.1
TFS task: Run Code Analysis - version 4.6.3

The same build when queued against SonarQube production environment running on version 7.7 works as expected.
Below is the log captured during SonarQube analysis. (trimmed some log which is similar to the one getting succeeded)

2019-08-19T10:25:41.1449617Z ##[debug]Evaluating condition for step: ‘Run Code Analysis’
2019-08-19T10:25:41.1450215Z ##[debug]Evaluating: succeeded()
2019-08-19T10:25:41.1450358Z ##[debug]Evaluating succeeded:
2019-08-19T10:25:41.1450538Z ##[debug]=> True
2019-08-19T10:25:41.1450777Z ##[debug]Result: True
2019-08-19T10:25:41.1450986Z ##[section]Starting: Run Code Analysis
2019-08-19T10:25:41.1454488Z ==============================================================================
2019-08-19T10:25:41.1454568Z Task : Run Code Analysis
2019-08-19T10:25:41.1454643Z Description : Run scanner and upload the results to the SonarQube server.
2019-08-19T10:25:41.1454696Z Version : 4.6.3
2019-08-19T10:25:41.1454744Z Author : sonarsource
2019-08-19T10:25:41.1454826Z Help : This task is not needed for Maven and Gradle projects since the scanner should be run as part of the build.

More Information
2019-08-19T10:25:41.1454904Z ===========================================================================
2019-08-19T10:25:46.2098077Z 12:25:46.188 DEBUG: Declared extensions of language text were
2019-08-19T10:25:47.1054653Z 12:25:47.094 INFO: Load metrics repository
2019-08-19T10:25:47.1242159Z 12:25:47.110 DEBUG: GET 200 https://sonarqube-qa.it.volvo.net/api/metrics/search?f=name,description,direction,qualitative,custom&ps=500&p=1 | time=16ms
2019-08-19T10:25:47.1313785Z 12:25:47.126 INFO: Load metrics repository (done) | time=32ms
2019-08-19T10:25:50.5664136Z 12:25:50.532 DEBUG: ‘JavaSquidSensor’ skipped because there is no related file in current project
2019-08-19T10:25:50.5670625Z 12:25:50.532 DEBUG: ‘CobolSquidSensor’ skipped because there is no related file in current project
2019-08-19T10:25:50.5670855Z 12:25:50.532 DEBUG: ‘Import external issues report’ skipped because one of the required properties is missing
2019-08-19T10:25:50.5671047Z 12:25:50.532 DEBUG: ‘Import of stylelint issues’ skipped because one of the required properties is missing
2019-08-19T10:25:50.5671245Z 12:25:50.532 DEBUG: ‘PL/SQL Sensor’ skipped because there is no related file in current project
2019-08-19T10:25:50.5671440Z 12:25:50.532 DEBUG: ‘Scala Sensor’ skipped because there is no related file in current project
2019-08-19T10:25:50.5671639Z 12:25:50.532 DEBUG: ‘Scoverage sensor for Scala coverage’ skipped because one of the required properties is missing
2019-08-19T10:25:50.5671802Z 12:25:50.532 DEBUG: ‘Import of Scalastyle issues’ skipped because there is no related file in current project
2019-08-19T10:25:50.5671982Z 12:25:50.532 DEBUG: ‘Import of Scapegoat issues’ skipped because there is no related file in current project
2019-08-19T10:25:50.5672149Z 12:25:50.532 DEBUG: ‘Import of Checkstyle issues’ skipped because there is no related file in current project
2019-08-19T10:25:50.5672327Z 12:25:50.532 DEBUG: ‘Import of PMD issues’ skipped because one of the required properties is missing
2019-08-19T10:25:50.5672489Z 12:25:50.532 DEBUG: ‘Import of SpotBugs issues’ skipped because there is no related file in current project
2019-08-19T10:25:50.5672670Z 12:25:50.532 DEBUG: ‘SurefireSensor’ skipped because there is no related file in current project
2019-08-19T10:25:50.5672841Z 12:25:50.532 DEBUG: ‘JaCoCoSensor’ skipped because there is no related file in current project
2019-08-19T10:25:50.5673958Z 12:25:50.532 DEBUG: ‘Flex’ skipped because there is no related file in current project
2019-08-19T10:25:50.5674127Z 12:25:50.532 DEBUG: ‘Flex Cobertura’ skipped because there is no related file in current project
2019-08-19T10:25:50.5674304Z 12:25:50.532 DEBUG: ‘XML Sensor’ skipped because there is no related file in current project
2019-08-19T10:25:50.5674465Z 12:25:50.548 DEBUG: ‘SonarTS’ skipped because there is no related file in current project
2019-08-19T10:25:50.5674645Z 12:25:50.548 DEBUG: ‘SonarTS Coverage’ skipped because there is no related file in current project
2019-08-19T10:25:50.5674808Z 12:25:50.548 DEBUG: ‘Import of TSLint issues’ skipped because one of the required properties is missing
2019-08-19T10:25:50.5675008Z 12:25:50.548 DEBUG: ‘VB.NET Properties’ skipped because there is no related file in current project
2019-08-19T10:25:50.5675185Z 12:25:50.548 DEBUG: ‘SonarSwift’ skipped because there is no related file in current project
2019-08-19T10:25:50.5675377Z 12:25:50.548 DEBUG: ‘Import of SwiftLint issues’ skipped because there is no related file in current project
2019-08-19T10:25:50.5675536Z 12:25:50.548 DEBUG: ‘gcov’ skipped because there is no related file in current project
2019-08-19T10:25:50.5675713Z 12:25:50.548 DEBUG: ‘llvm-cov’ skipped because there is no related file in current project
2019-08-19T10:25:50.5675871Z 12:25:50.548 DEBUG: ‘cppunit’ skipped because there is no related file in current project
2019-08-19T10:25:50.5676046Z 12:25:50.548 DEBUG: ‘VisualStudioCoverage’ skipped because there is no related file in current project
2019-08-19T10:25:50.5676207Z 12:25:50.548 DEBUG: ‘bullseye’ skipped because there is no related file in current project
2019-08-19T10:25:50.5676383Z 12:25:50.548 DEBUG: ‘Python Squid Sensor’ skipped because there is no related file in current project
2019-08-19T10:25:50.5676734Z 12:25:50.548 DEBUG: ‘Cobertura Sensor for Python coverage’ skipped because there is no related file in current project
2019-08-19T10:25:50.5676929Z 12:25:50.548 DEBUG: ‘PythonXUnitSensor’ skipped because there is no related file in current project
2019-08-19T10:25:50.5677088Z 12:25:50.548 DEBUG: ‘PylintSensor’ skipped because there is no related file in current project
2019-08-19T10:25:50.5677268Z 12:25:50.548 DEBUG: ‘PylintImportSensor’ skipped because there is no related file in current project
2019-08-19T10:25:50.5677442Z 12:25:50.548 DEBUG: ‘Import of Bandit issues’ skipped because there is no related file in current project
2019-08-19T10:25:50.5677606Z 12:25:50.548 DEBUG: ‘SonarGo’ skipped because there is no related file in current project
2019-08-19T10:25:50.5677779Z 12:25:50.548 DEBUG: ‘Go Unit Test Report’ skipped because there is no related file in current project
2019-08-19T10:25:50.5677942Z 12:25:50.548 DEBUG: ‘Import of go vet issues’ skipped because there is no related file in current project
2019-08-19T10:25:50.5678129Z 12:25:50.548 DEBUG: ‘Import of Golint issues’ skipped because there is no related file in current project
2019-08-19T10:25:50.5678303Z 12:25:50.548 DEBUG: ‘Import of GoMetaLinter issues’ skipped because there is no related file in current project
2019-08-19T10:25:50.5678479Z 12:25:50.548 DEBUG: ‘Kotlin Sensor’ skipped because there is no related file in current project
2019-08-19T10:25:50.5678763Z 12:25:50.548 DEBUG: ‘Import of detekt issues’ skipped because there is no related file in current project
2019-08-19T10:25:50.5678946Z 12:25:50.548 DEBUG: ‘Import of Android Lint issues’ skipped because one of the required properties is missing
2019-08-19T10:25:50.5679108Z 12:25:50.548 DEBUG: ‘RPG sensor’ skipped because there is no related file in current project
2019-08-19T10:25:50.5679281Z 12:25:50.548 DEBUG: ‘PliSquidSensor’ skipped because there is no related file in current project
2019-08-19T10:25:50.5679441Z 12:25:50.548 DEBUG: ‘T-SQL Sensor’ skipped because there is no related file in current project
2019-08-19T10:25:50.5679627Z 12:25:50.548 DEBUG: ‘VbSquidSensor’ skipped because there is no related file in current project
2019-08-19T10:25:50.5679924Z 12:25:50.548 DEBUG: ‘Apex Sensor’ skipped because there is no related file in current project
2019-08-19T10:25:50.5680106Z 12:25:50.548 DEBUG: ‘Test coverage Sensor for Apex’ skipped because there is no related file in current project
2019-08-19T10:25:50.5680270Z 12:25:50.548 DEBUG: ‘Import of PMD issues’ skipped because one of the required properties is missing
2019-08-19T10:25:50.5680447Z 12:25:50.548 DEBUG: ‘SonarJS Coverage’ skipped because one of the required properties is missing
2019-08-19T10:25:50.5680613Z 12:25:50.548 DEBUG: ‘Import of ESLint issues’ skipped because one of the required properties is missing
2019-08-19T10:25:50.5680790Z 12:25:50.548 DEBUG: ‘Ruby Sensor’ skipped because there is no related file in current project
2019-08-19T10:25:50.5680961Z 12:25:50.548 DEBUG: ‘Import of RuboCop issues’ skipped because one of the required properties is missing
2019-08-19T10:25:50.5681149Z 12:25:50.548 DEBUG: ‘SimpleCov Sensor for Ruby coverage’ skipped because there is no related file in current project
2019-08-19T10:25:50.5681313Z 12:25:50.548 DEBUG: ‘FindBugs Sensor’ skipped because there is no related file in current project
2019-08-19T10:25:50.5681487Z 12:25:50.548 DEBUG: ‘PHP sensor’ skipped because there is no related file in current project
2019-08-19T10:25:50.5681649Z 12:25:50.548 DEBUG: ‘Analyzer for “php.ini” files’ skipped because there is no related file in current project
2019-08-19T10:25:50.5681827Z 12:25:50.548 DEBUG: ‘AbapSquidSensor’ skipped because there is no related file in current project
2019-08-19T10:25:50.5685202Z 12:25:50.548 DEBUG: Sensors : SonarCSS Metrics -> SonarCSS Rules -> C# Properties -> JavaXmlSensor -> HTML -> UiPath Project Sensor -> TextIssueSensor -> JaCoCo XML Report Importer -> SonarJS -> ESLint-based SonarJS
2019-08-19T10:25:50.5685696Z 12:25:50.548 INFO: Sensor SonarCSS Metrics [cssfamily]
2019-08-19T10:25:50.8572506Z 12:25:50.845 INFO: Sensor SonarCSS Metrics [cssfamily] (done) | time=297ms
2019-08-19T10:25:50.8572707Z 12:25:50.845 INFO: Sensor SonarCSS Rules [cssfamily]
2019-08-19T10:25:50.8572794Z 12:25:50.845 DEBUG: Deploying bundle to D:\1\210.sonarqube\out.sonar\mod0
2019-08-19T10:25:58.8208532Z 12:25:58.817 DEBUG: Using default Node.js executable: ‘node’.
2019-08-19T10:25:58.8210980Z 12:25:58.817 DEBUG: Checking Node.js version
2019-08-19T10:25:58.8263872Z 12:25:58.817 DEBUG: Launching command [node, -v]
2019-08-19T10:25:58.9926597Z 12:25:58.988 DEBUG: Using Node.js v10.9.0.
2019-08-19T10:25:58.9926815Z 12:25:58.988 DEBUG: Starting process: node D:\1\210.sonarqube\out.sonar\mod0\css-bundle\node_modules\stylelint\bin\stylelint D:\1\210\s\WebApp\WebApp**{.css,.less,.scss,.html,.xhtml,.cshtml,.vbhtml,.aspx,.ascx,.rhtml,.erb,.shtm,.shtml,php,php3,php4,php5,phtml,inc} --config D:\1\210.sonarqube\out.sonar\mod0\css-bundle\stylelintconfig.json -f json
2019-08-19T10:25:58.9927018Z 12:25:58.988 DEBUG: Launching command [node, D:\1\210.sonarqube\out.sonar\mod0\css-bundle\node_modules\stylelint\bin\stylelint, D:\1\210\s\WebApp\WebApp*
*{.css,.less,.scss,.html,.xhtml,.cshtml,.vbhtml,.aspx,.ascx,.rhtml,.erb,.shtm,.shtml,php,php3,php4,php5,phtml,inc}, --config, D:\1\210.sonarqube\out.sonar\mod0\css-bundle\stylelintconfig.json, -f, json]
2019-08-19T10:26:02.3205102Z 12:26:02.301 INFO: Sensor SonarCSS Rules [cssfamily] (done) | time=11456ms
2019-08-19T10:26:02.3240698Z 12:26:02.301 INFO: Sensor C# Properties [csharp]
2019-08-19T10:26:02.3241120Z 12:26:02.317 DEBUG: Analyzer working directory ‘D:\1\210.sonarqube\out\0\output-cs’ contains 5 .pb file(s)
2019-08-19T10:26:02.3241306Z 12:26:02.317 DEBUG: Found Roslyn issues report
2019-08-19T10:26:02.3378700Z 12:26:02.317 INFO: Sensor C# Properties [csharp] (done) | time=16ms
2019-08-19T10:26:02.3379286Z 12:26:02.317 INFO: Sensor JavaXmlSensor [java]
2019-08-19T10:26:02.3379687Z 12:26:02.317 INFO: Sensor JavaXmlSensor [java] (done) | time=0ms
2019-08-19T10:26:02.3380026Z 12:26:02.317 INFO: Sensor HTML [web]
2019-08-19T10:26:02.3598094Z 12:26:02.348 DEBUG: ‘WebApp/WebApp/Views/Home/About.cshtml’ generated metadata with charset ‘UTF-8’
2019-08-19T10:26:02.3857861Z 12:26:02.379 DEBUG: Not enough content in ‘Views/Home/About.cshtml’ to have CPD blocks, it will not be part of the duplication detection
2019-08-19T10:26:02.3883608Z 12:26:02.379 DEBUG: HtmlSensor: WebApp/WebApp/Views/Home/About.cshtml: 0,0,2
2019-08-19T10:26:02.4211882Z 12:26:02.379 DEBUG: ‘WebApp/WebApp/Views/Home/Contact.cshtml’ generated metadata with charset ‘UTF-8’
2019-08-19T10:26:02.4212409Z 12:26:02.395 DEBUG: HtmlSensor: WebApp/WebApp/Views/Home/Contact.cshtml: 0,0,2
2019-08-19T10:26:02.4212618Z 12:26:02.410 DEBUG: ‘WebApp/WebApp/Views/Home/Index.cshtml’ generated metadata with charset ‘UTF-8’
2019-08-19T10:26:02.4370179Z 12:26:02.426 DEBUG: HtmlSensor: WebApp/WebApp/Views/Home/Index.cshtml: 0,0,1
2019-08-19T10:26:02.4580283Z 12:26:02.426 DEBUG: ‘WebApp/WebApp/Views/Shared/Error.cshtml’ generated metadata with charset ‘UTF-8’
2019-08-19T10:26:02.4580512Z 12:26:02.442 DEBUG: HtmlSensor: WebApp/WebApp/Views/Shared/Error.cshtml: 0,0,1
2019-08-19T10:26:02.4608770Z 12:26:02.442 DEBUG: ‘WebApp/WebApp/Views/Shared/_Layout.cshtml’ generated metadata with charset ‘UTF-8’
2019-08-19T10:26:02.4743333Z 12:26:02.457 DEBUG: HtmlSensor: WebApp/WebApp/Views/Shared/_Layout.cshtml: 0,0,1
2019-08-19T10:26:02.4743805Z 12:26:02.457 DEBUG: ‘WebApp/WebApp/Views/_ViewStart.cshtml’ generated metadata with charset ‘UTF-8’
2019-08-19T10:26:02.4744067Z 12:26:02.457 DEBUG: Not enough content in ‘Views/_ViewStart.cshtml’ to have CPD blocks, it will not be part of the duplication detection
2019-08-19T10:26:02.4744340Z 12:26:02.457 DEBUG: HtmlSensor: WebApp/WebApp/Views/_ViewStart.cshtml: 0,0,0
2019-08-19T10:26:02.4744573Z 12:26:02.457 INFO: Sensor HTML [web] (done) | time=140ms
2019-08-19T10:26:02.4745200Z 12:26:02.457 INFO: Sensor UiPath Project Sensor [uipath]
2019-08-19T10:26:02.4745426Z 12:26:02.457 INFO: Configuring UiPathSensor…
2019-08-19T10:26:02.4745690Z 12:26:02.457 INFO: UiPathSensor is running…
2019-08-19T10:26:02.4824318Z 12:26:02.473 INFO: ------------------------------------------------------------------------
2019-08-19T10:26:02.4824442Z 12:26:02.473 INFO: EXECUTION FAILURE
2019-08-19T10:26:02.4824544Z 12:26:02.473 INFO: ------------------------------------------------------------------------
2019-08-19T10:26:02.4936264Z 12:26:02.473 INFO: Total time: 20.364s
2019-08-19T10:26:03.3382772Z 12:26:02.723 INFO: Final Memory: 37M/258M
2019-08-19T10:26:03.3382951Z 12:26:02.723 INFO: ------------------------------------------------------------------------
2019-08-19T10:26:03.3383614Z ##[error]12:26:02.723 ERROR: Error during SonarQube Scanner execution
java.lang.UnsupportedOperationException: Not a valid project!
at com.uipath.sonar.plugin.uipath.Project.FromSensorContext(Project.java:63)
at com.uipath.sonar.plugin.UiPathSensor.execute(UiPathSensor.java:59)
at org.sonar.scanner.sensor.AbstractSensorWrapper.analyse(AbstractSensorWrapper.java:48)
at org.sonar.scanner.sensor.ModuleSensorsExecutor.execute(ModuleSensorsExecutor.java:85)
at org.sonar.scanner.sensor.ModuleSensorsExecutor.lambda$execute$1(ModuleSensorsExecutor.java:59)
at org.sonar.scanner.sensor.ModuleSensorsExecutor.withModuleStrategy(ModuleSensorsExecutor.java:77)
at org.sonar.scanner.sensor.ModuleSensorsExecutor.execute(ModuleSensorsExecutor.java:59)
at org.sonar.scanner.scan.ModuleScanContainer.doAfterStart(ModuleScanContainer.java:82)
2019-08-19T10:26:03.3384402Z ##[debug]Processed: ##vso[task.logissue type=error;]12:26:02.723 ERROR: Error during SonarQube Scanner execution%0D%0Ajava.lang.UnsupportedOperationException: Not a valid project!%0D%0A at com.uipath.sonar.plugin.uipath.Project.FromSensorContext(Project.java:63)%0D%0A at com.uipath.sonar.plugin.UiPathSensor.execute(UiPathSensor.java:59)%0D%0A at org.sonar.scanner.sensor.AbstractSensorWrapper.analyse(AbstractSensorWrapper.java:48)%0D%0A at org.sonar.scanner.sensor.ModuleSensorsExecutor.execute(ModuleSensorsExecutor.java:85)%0D%0A at org.sonar.scanner.sensor.ModuleSensorsExecutor.lambda$execute$1(ModuleSensorsExecutor.java:59)%0D%0A at org.sonar.scanner.sensor.ModuleSensorsExecutor.withModuleStrategy(ModuleSensorsExecutor.java:77)%0D%0A at org.sonar.scanner.sensor.ModuleSensorsExecutor.execute(ModuleSensorsExecutor.java:59)%0D%0A at org.sonar.scanner.scan.ModuleScanContainer.doAfterStart(ModuleScanContainer.java:82)
2019-08-19T10:26:03.3385085Z 12:26:02.723 ERROR: Error during SonarQube Scanner execution
2019-08-19T10:26:03.3385158Z java.lang.UnsupportedOperationException: Not a valid project!
2019-08-19T10:26:03.3385252Z at com.uipath.sonar.plugin.uipath.Project.FromSensorContext(Project.java:63)
2019-08-19T10:26:03.3385323Z at com.uipath.sonar.plugin.UiPathSensor.execute(UiPathSensor.java:59)
2019-08-19T10:26:03.3385416Z at org.sonar.scanner.sensor.AbstractSensorWrapper.analyse(AbstractSensorWrapper.java:48)
2019-08-19T10:26:03.3385498Z at org.sonar.scanner.sensor.ModuleSensorsExecutor.execute(ModuleSensorsExecutor.java:85)
2019-08-19T10:26:03.3385597Z at org.sonar.scanner.sensor.ModuleSensorsExecutor.lambda$execute$1(ModuleSensorsExecutor.java:59)
2019-08-19T10:26:03.3385671Z at org.sonar.scanner.sensor.ModuleSensorsExecutor.withModuleStrategy(ModuleSensorsExecutor.java:77)
2019-08-19T10:26:03.3385741Z at org.sonar.scanner.sensor.ModuleSensorsExecutor.execute(ModuleSensorsExecutor.java:59)
2019-08-19T10:26:03.3385835Z at org.sonar.scanner.scan.ModuleScanContainer.doAfterStart(ModuleScanContainer.java:82)
2019-08-19T10:26:03.3386808Z ##[error]at org.sonar.core.platform.ComponentContainer.startComponents(ComponentContainer.java:136)
at org.sonar.core.platform.ComponentContainer.execute(ComponentContainer.java:122)
at org.sonar.scanner.scan.ProjectScanContainer.scan(ProjectScanContainer.java:400)
at org.sonar.scanner.scan.ProjectScanContainer.scanRecursively(ProjectScanContainer.java:395)
at org.sonar.scanner.scan.ProjectScanContainer.scanRecursively(ProjectScanContainer.java:392)
at org.sonar.scanner.scan.ProjectScanContainer.doAfterStart(ProjectScanContainer.java:358)
at org.sonar.core.platform.ComponentContainer.startComponents(ComponentContainer.java:136)
at org.sonar.core.platform.ComponentContainer.execute(ComponentContainer.java:122)
at org.sonar.scanner.bootstrap.GlobalContainer.doAfterStart(GlobalContainer.java:141)
at org.sonar.core.platform.ComponentContainer.startComponents(ComponentContainer.java:136)
at org.sonar.core.platform.ComponentContainer.execute(ComponentContainer.java:122)
at org.sonar.batch.bootstrapper.Batch.doExecute(Batch.java:73)
at org.sonar.batch.bootstrapper.Batch.execute(Batch.java:67)
at org.sonarsource.scanner.api.internal.batch.BatchIsolatedLauncher.execute(BatchIsolatedLauncher.java:46)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.sonarsource.scanner.api.internal.IsolatedLauncherProxy.invoke(IsolatedLauncherProxy.java:60)
at com.sun.proxy.$Proxy0.execute(Unknown Source)
at org.sonarsource.scanner.api.EmbeddedScanner.doExecute(EmbeddedScanner.java:185)
at org.sonarsource.scanner.api.EmbeddedScanner.execute(EmbeddedScanner.java:137)
2019-08-19T10:26:03.3388694Z ##[debug]Processed: ##vso[task.logissue type=error;]at org.sonar.core.platform.ComponentContainer.startComponents(ComponentContainer.java:136)%0D%0A at org.sonar.core.platform.ComponentContainer.execute(ComponentContainer.java:122)%0D%0A at org.sonar.scanner.scan.ProjectScanContainer.scan(ProjectScanContainer.java:400)%0D%0A at org.sonar.scanner.scan.ProjectScanContainer.scanRecursively(ProjectScanContainer.java:395)%0D%0A at org.sonar.scanner.scan.ProjectScanContainer.scanRecursively(ProjectScanContainer.java:392)%0D%0A at org.sonar.scanner.scan.ProjectScanContainer.doAfterStart(ProjectScanContainer.java:358)%0D%0A at org.sonar.core.platform.ComponentContainer.startComponents(ComponentContainer.java:136)%0D%0A at org.sonar.core.platform.ComponentContainer.execute(ComponentContainer.java:122)%0D%0A at org.sonar.scanner.bootstrap.GlobalContainer.doAfterStart(GlobalContainer.java:141)%0D%0A at org.sonar.core.platform.ComponentContainer.startComponents(ComponentContainer.java:136)%0D%0A at org.sonar.core.platform.ComponentContainer.execute(ComponentContainer.java:122)%0D%0A at org.sonar.batch.bootstrapper.Batch.doExecute(Batch.java:73)%0D%0A at org.sonar.batch.bootstrapper.Batch.execute(Batch.java:67)%0D%0A at org.sonarsource.scanner.api.internal.batch.BatchIsolatedLauncher.execute(BatchIsolatedLauncher.java:46)%0D%0A at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)%0D%0A at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)%0D%0A at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)%0D%0A at java.lang.reflect.Method.invoke(Unknown Source)%0D%0A at org.sonarsource.scanner.api.internal.IsolatedLauncherProxy.invoke(IsolatedLauncherProxy.java:60)%0D%0A at com.sun.proxy.$Proxy0.execute(Unknown Source)%0D%0A at org.sonarsource.scanner.api.EmbeddedScanner.doExecute(EmbeddedScanner.java:185)%0D%0A at org.sonarsource.scanner.api.EmbeddedScanner.execute(EmbeddedScanner.java:137)
2019-08-19T10:26:03.3389373Z at org.sonar.core.platform.ComponentContainer.startComponents(ComponentContainer.java:136)
2019-08-19T10:26:03.3389450Z at org.sonar.core.platform.ComponentContainer.execute(ComponentContainer.java:122)
2019-08-19T10:26:03.3389542Z at org.sonar.scanner.scan.ProjectScanContainer.scan(ProjectScanContainer.java:400)
2019-08-19T10:26:03.3389613Z at org.sonar.scanner.scan.ProjectScanContainer.scanRecursively(ProjectScanContainer.java:395)
2019-08-19T10:26:03.3389685Z at org.sonar.scanner.scan.ProjectScanContainer.scanRecursively(ProjectScanContainer.java:392)
2019-08-19T10:26:03.3389781Z at org.sonar.scanner.scan.ProjectScanContainer.doAfterStart(ProjectScanContainer.java:358)
2019-08-19T10:26:03.3389932Z at org.sonar.core.platform.ComponentContainer.startComponents(ComponentContainer.java:136)
2019-08-19T10:26:03.3390031Z at org.sonar.core.platform.ComponentContainer.execute(ComponentContainer.java:122)
2019-08-19T10:26:03.3390100Z at org.sonar.scanner.bootstrap.GlobalContainer.doAfterStart(GlobalContainer.java:141)
2019-08-19T10:26:03.3390194Z at org.sonar.core.platform.ComponentContainer.startComponents(ComponentContainer.java:136)
2019-08-19T10:26:03.3390262Z at org.sonar.core.platform.ComponentContainer.execute(ComponentContainer.java:122)
2019-08-19T10:26:03.3390351Z at org.sonar.batch.bootstrapper.Batch.doExecute(Batch.java:73)
2019-08-19T10:26:03.3390416Z at org.sonar.batch.bootstrapper.Batch.execute(Batch.java:67)
2019-08-19T10:26:03.3390508Z at org.sonarsource.scanner.api.internal.batch.BatchIsolatedLauncher.execute(BatchIsolatedLauncher.java:46)
2019-08-19T10:26:03.3390583Z at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2019-08-19T10:26:03.3390647Z at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2019-08-19T10:26:03.3390742Z at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2019-08-19T10:26:03.3390805Z at java.lang.reflect.Method.invoke(Unknown Source)
2019-08-19T10:26:03.3390896Z at org.sonarsource.scanner.api.internal.IsolatedLauncherProxy.invoke(IsolatedLauncherProxy.java:60)
2019-08-19T10:26:03.3390963Z at com.sun.proxy.$Proxy0.execute(Unknown Source)
2019-08-19T10:26:03.3391051Z at org.sonarsource.scanner.api.EmbeddedScanner.doExecute(EmbeddedScanner.java:185)
2019-08-19T10:26:03.3391119Z at org.sonarsource.scanner.api.EmbeddedScanner.execute(EmbeddedScanner.java:137)
2019-08-19T10:26:03.3391401Z Process returned exit code 1
2019-08-19T10:26:03.3411524Z ##[error]at org.sonarsource.scanner.cli.Main.execute(Main.java:111)
at org.sonarsource.scanner.cli.Main.execute(Main.java:75)
at org.sonarsource.scanner.cli.Main.main(Main.java:61)
The SonarQube Scanner did not complete successfully
12:26:02.785 Post-processing failed. Exit code: 1
2019-08-19T10:26:03.3412037Z ##[debug]Processed: ##vso[task.logissue type=error;]at org.sonarsource.scanner.cli.Main.execute(Main.java:111)%0D%0A at org.sonarsource.scanner.cli.Main.execute(Main.java:75)%0D%0A at org.sonarsource.scanner.cli.Main.main(Main.java:61)%0D%0AThe SonarQube Scanner did not complete successfully%0D%0A12:26:02.785 Post-processing failed. Exit code: 1
2019-08-19T10:26:03.3412367Z at org.sonarsource.scanner.cli.Main.execute(Main.java:111)
2019-08-19T10:26:03.3412565Z at org.sonarsource.scanner.cli.Main.execute(Main.java:75)
2019-08-19T10:26:03.3412744Z at org.sonarsource.scanner.cli.Main.main(Main.java:61)
2019-08-19T10:26:03.3412901Z The SonarQube Scanner did not complete successfully
2019-08-19T10:26:03.3413052Z 12:26:02.785 Post-processing failed. Exit code: 1
2019-08-19T10:26:03.3422531Z ##[debug]rc:1
2019-08-19T10:26:03.3422671Z ##[debug]success:false
2019-08-19T10:26:03.3455280Z ##[debug]task result: Failed
2019-08-19T10:26:03.3455675Z ##[error]D:\1_tasks\SonarQubePrepare_15b84ca1-b62f-4a2a-a403-89b77a063157\4.7.2\classic-sonar-scanner-msbuild\SonarScanner.MSBuild.exe failed with return code: 1
2019-08-19T10:26:03.3455925Z ##[debug]Processed: ##vso[task.issue type=error;]D:\1_tasks\SonarQubePrepare_15b84ca1-b62f-4a2a-a403-89b77a063157\4.7.2\classic-sonar-scanner-msbuild\SonarScanner.MSBuild.exe failed with return code: 1
2019-08-19T10:26:03.3456639Z ##[debug]Processed: ##vso[task.complete result=Failed;]D:\1_tasks\SonarQubePrepare_15b84ca1-b62f-4a2a-a403-89b77a063157\4.7.2\classic-sonar-scanner-msbuild\SonarScanner.MSBuild.exe failed with return code: 1
2019-08-19T10:26:03.3556032Z ##[section]Finishing: Run Code Analysis

The issue got resolved after uninstalling UI path plugin from the SonarQube server.

Hi Manoj, I am looking for sonarcube integration for uiipath project and came across your link, did you use sonarcube for uipath project? If so kindly help me in implementing for my project. Any links or documentation would help.