It's all about the answers!

Ask a question

TeamAccept Socket timeout


N. VD (842134) | asked Jan 08 '16, 8:11 a.m.
 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



permanent link
Ralph Schoon (62.3k33643) | answered Jan 08 '16, 9:01 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
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:

  • 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?

Comments
N. VD commented Jan 08 '16, 10:48 a.m.

 Is there any way to check what's taking so long? 

Your answer


Register or to post your answer.