JetBrains / TeamCity.SonarQubePlugin

A plugin for TeamCity server allowing you to configure and run SonarQube analysis from the CI
Apache License 2.0
53 stars 31 forks source link

Warnings in catalina.out on server startup #79

Open ogerovich opened 4 years ago

ogerovich commented 4 years ago

Observed in TeamCity 2020.1.1 with SonarQube plugin 2020.1-6:

[2020-06-23 15:35:50,293]   WARN [:45.516), node id: MAIN_SERVER] - gin.tool.SonarQubeToolProvider -  - getBundledToolVersions in /home/teamcity/.BuildServer/system/caches/plugins.unpacked/sonar-plugin/bundled
[2020-06-23 15:35:50,294]   WARN [:45.516), node id: MAIN_SERVER] - gin.tool.SonarQubeToolProvider -  - getBundledToolVersions found package /home/teamcity/.BuildServer/system/caches/plugins.unpacked/sonar-plugin/bundled/sonar-qube-scanner.3.4.0.1729-scanner.zip
[2020-06-23 15:35:50,295]   WARN [:45.516), node id: MAIN_SERVER] - gin.tool.SonarQubeToolProvider -  - getBundledToolVersions found package /home/teamcity/.BuildServer/system/caches/plugins.unpacked/sonar-plugin/bundled/sonar-qube-scanner.4.2.0.1873-scanner.zip
[2020-06-23 15:35:50,295]   WARN [:45.516), node id: MAIN_SERVER] - gin.tool.SonarQubeToolProvider -  - getBundledToolVersions found package /home/teamcity/.BuildServer/system/caches/plugins.unpacked/sonar-plugin/bundled/sonar-qube-scanner.2.4-runner.zip
[2020-06-23 15:35:50,295]   WARN [:45.516), node id: MAIN_SERVER] - gin.tool.SonarQubeToolProvider -  - getBundledToolVersions found package /home/teamcity/.BuildServer/system/caches/plugins.unpacked/sonar-plugin/bundled/sonar-qube-scanner.3.0.3.778-scanner.zip
[2020-06-23 15:35:50,295]   WARN [:45.516), node id: MAIN_SERVER] - gin.tool.SonarQubeToolProvider -  - getBundledToolVersions found package /home/teamcity/.BuildServer/system/caches/plugins.unpacked/sonar-plugin/bundled/sonar-scanner-msbuild.4.0.2.892.zip
[2020-06-23 15:35:50,295]   WARN [:45.516), node id: MAIN_SERVER] - SimpleZipToolProviderSQScanner - Unexpected package sonar-scanner-msbuild.4.0.2.892.zip, only sonar-qube-scanner and -(?<type>runner|scanner) with version suffix are allowed.
[2020-06-23 15:35:50,295]   WARN [:45.516), node id: MAIN_SERVER] - gin.tool.SonarQubeToolProvider -  - getBundledToolVersions found package /home/teamcity/.BuildServer/system/caches/plugins.unpacked/sonar-plugin/bundled/sonar-scanner-msbuild.4.5.0.1761.zip
[2020-06-23 15:35:50,295]   WARN [:45.516), node id: MAIN_SERVER] - SimpleZipToolProviderSQScanner - Unexpected package sonar-scanner-msbuild.4.5.0.1761.zip, only sonar-qube-scanner and -(?<type>runner|scanner) with version suffix are allowed.
[2020-06-23 15:35:50,295]   WARN [:45.516), node id: MAIN_SERVER] - gin.tool.SonarQubeToolProvider -  - getBundledToolVersions found package /home/teamcity/.BuildServer/system/caches/plugins.unpacked/sonar-plugin/bundled/sonar-scanner-msbuild.4.8.0.12008.zip
[2020-06-23 15:35:50,295]   WARN [:45.516), node id: MAIN_SERVER] - SimpleZipToolProviderSQScanner - Unexpected package sonar-scanner-msbuild.4.8.0.12008.zip, only sonar-qube-scanner and -(?<type>runner|scanner) with version suffix are allowed.
[2020-06-23 15:35:53,839]   WARN [:45.516), node id: MAIN_SERVER] - gin.tool.SonarQubeToolProvider -  - getBundledToolVersions in /home/teamcity/.BuildServer/system/caches/plugins.unpacked/sonar-plugin/bundled
[2020-06-23 15:35:53,839]   WARN [:45.516), node id: MAIN_SERVER] - gin.tool.SonarQubeToolProvider -  - getBundledToolVersions found package /home/teamcity/.BuildServer/system/caches/plugins.unpacked/sonar-plugin/bundled/sonar-qube-scanner.3.4.0.1729-scanner.zip
[2020-06-23 15:35:53,839]   WARN [:45.516), node id: MAIN_SERVER] - SimpleZipToolProviderSQMSBuild - Unexpected package sonar-qube-scanner.3.4.0.1729-scanner.zip, only sonar-scanner-msbuid with version suffix is allowed.
[2020-06-23 15:35:53,839]   WARN [:45.516), node id: MAIN_SERVER] - gin.tool.SonarQubeToolProvider -  - getBundledToolVersions found package /home/teamcity/.BuildServer/system/caches/plugins.unpacked/sonar-plugin/bundled/sonar-qube-scanner.4.2.0.1873-scanner.zip
[2020-06-23 15:35:53,839]   WARN [:45.516), node id: MAIN_SERVER] - SimpleZipToolProviderSQMSBuild - Unexpected package sonar-qube-scanner.4.2.0.1873-scanner.zip, only sonar-scanner-msbuid with version suffix is allowed.
[2020-06-23 15:35:53,839]   WARN [:45.516), node id: MAIN_SERVER] - gin.tool.SonarQubeToolProvider -  - getBundledToolVersions found package /home/teamcity/.BuildServer/system/caches/plugins.unpacked/sonar-plugin/bundled/sonar-qube-scanner.2.4-runner.zip
[2020-06-23 15:35:53,839]   WARN [:45.516), node id: MAIN_SERVER] - SimpleZipToolProviderSQMSBuild - Unexpected package sonar-qube-scanner.2.4-runner.zip, only sonar-scanner-msbuid with version suffix is allowed.
[2020-06-23 15:35:53,839]   WARN [:45.516), node id: MAIN_SERVER] - gin.tool.SonarQubeToolProvider -  - getBundledToolVersions found package /home/teamcity/.BuildServer/system/caches/plugins.unpacked/sonar-plugin/bundled/sonar-qube-scanner.3.0.3.778-scanner.zip
[2020-06-23 15:35:53,839]   WARN [:45.516), node id: MAIN_SERVER] - SimpleZipToolProviderSQMSBuild - Unexpected package sonar-qube-scanner.3.0.3.778-scanner.zip, only sonar-scanner-msbuid with version suffix is allowed.
[2020-06-23 15:35:53,839]   WARN [:45.516), node id: MAIN_SERVER] - gin.tool.SonarQubeToolProvider -  - getBundledToolVersions found package /home/teamcity/.BuildServer/system/caches/plugins.unpacked/sonar-plugin/bundled/sonar-scanner-msbuild.4.0.2.892.zip
[2020-06-23 15:35:53,840]   WARN [:45.516), node id: MAIN_SERVER] - gin.tool.SonarQubeToolProvider -  - getBundledToolVersions found package /home/teamcity/.BuildServer/system/caches/plugins.unpacked/sonar-plugin/bundled/sonar-scanner-msbuild.4.5.0.1761.zip
[2020-06-23 15:35:53,840]   WARN [:45.516), node id: MAIN_SERVER] - gin.tool.SonarQubeToolProvider -  - getBundledToolVersions found package /home/teamcity/.BuildServer/system/caches/plugins.unpacked/sonar-plugin/bundled/sonar-scanner-msbuild.4.8.0.12008.zip