在使用声纳运行器分析多模块项目时,我经常遇到“读取超时”错误。我已经用SonarQube 5.1.1配置了Jenkins。我们的项目是一个Web项目,我们有几个用于网络分析的声纳插件,例如web,css,java,findbugs,js,xml和jacoco。如果我从浏览器加载给定的链接“ http://172.21.145.84:9000/batch/project?key=webportal&preview=false ”,它将起作用,但有时加载响应数据会花费很长时间。有人可以给我有关此故障的任何建议吗?我在下面分享了声纳日志。
SonarQube Runner 2.4 Java 1.7.0_45 Oracle Corporation (64-bit) Windows 7 6.1 amd64 INFO: Runner configuration file: C:\sonar-runner-2.4\conf\sonar-runner.properties INFO: Project configuration file: D:\Jenkins\jobs\Webportal_2.0_Drop1Branch\workspace\DataModel\..\ucfed_webportal_plugin_att\sonar-project.properties INFO: Default locale: "en_US", source code encoding: "UTF-8" INFO: Work directory: D:\Jenkins\jobs\Webportal_2.0_Drop1Branch\workspace\DataModel\..\ucfed_webportal_plugin_att\.sonar INFO: SonarQube Server 5.1.1 17:11:29.762 INFO - Load global repositories 17:11:30.027 INFO - Load global repositories (done) | time=281ms 17:11:30.042 INFO - Server id: 20150707155744 17:11:30.042 INFO - User cache: C:\Users\Administrator\.sonar\cache 17:11:30.042 INFO - Install plugins 17:11:30.479 INFO - Install JDBC driver 17:11:30.495 INFO - Create JDBC datasource for jdbc:h2:tcp://localhost/sonar 17:11:32.538 INFO - Initializing Hibernate 17:11:35.409 INFO - Load project repositories INFO: ------------------------------------------------------------------------ INFO: EXECUTION FAILURE INFO: ------------------------------------------------------------------------ Total time: 26.832s Final Memory: 46M/303M INFO: ------------------------------------------------------------------------ ERROR: Error during Sonar runner execution ERROR: Unable to execute Sonar ERROR: Caused by: Unable to request: /batch/project?key=webportal &preview=false ERROR: Caused by: Read timed out ERROR: ERROR: To see the full stack trace of the errors, re-run SonarQube Runner with the -e switch. ERROR: Re-run SonarQube Runner using the -X switch to enable full debug logging. Build step 'Invoke Standalone Sonar Analysis' marked build as failure Extended Email Publisher is currently disabled in project settings Finished: FAILURE
从长远来看,使用SonarQube时,我只需记住以下几点就可以解决上述问题。
会给一个很好的结果。