Some javascript/style in this post has been disabled (
why?)
Hi All,
Recently i`ve stated
getting read timed out errors while trying to execute sonar.
I`m running sonar v
1.10.1, Sonar server is installed on a separate machine and the DB also resides
on the same machine.
I`m running mvn
sonar:sonar command remotely on the root pom of the project, it has 4 sub
modules, but previously I have been able to
successfully execute
much bigger projects with greater number of sub modules.
The read timed out
occurs for the second sub module.
Is it possible to
specify the time out values for sonar remote execution?
I tried providing
options
<sonar.host.connect.timeout.miliseconds>600000</sonar.host.connect.timeout.miliseconds>
<sonar.host.read.timeout.miliseconds>3600000</sonar.host.read.timeout.miliseconds>
In the sonar profile
as specified in maven setting.xml but couldn`t solve the problem?
Even the debug mode
doesn`t shows that the above time out values are recognized by sonar.
Please provide me
pointers as to how can this problem be solved?
Thanks & Regards
Gaurav Thakur