TeamAccept Socket timeout
Out builds fail with this error:
[teamAccept] com.ibm.team.repository.common.transport.TeamServiceException: CRJAZ0099E An HTTP error occurred when this URL was being accessed: /ccm/service/com.ibm.team.scm.common.IScmService. Error details: java.net.SocketTimeoutException.
The builds are headless via ANT script.
How can i increase the timeout settings for the [teamAccept] ANT task ?
http://www-01.ibm.com/support/knowledgecenter/SSCP65_2.0.0.2/com.ibm.team.build.doc/topics/r_teamaccept.html
One answer
I don't think you can change this timeout and I am not sure you want to either.
You want to find out why you have a socket timeout. Questions would be:
You want to find out why you have a socket timeout. Questions would be:
-
Does the fetch connect at all from the build machine?
- Is the performance of the RTC Server affected by something?
- Are the Eclipse clients able to load workspaces?
- What is happening in your network or system to cause a socket to be so unresponsive?
-
Should I introduce a caching proxy that is used by the build engines, instead of always loading all data from the RTC server?