It's all about the answers!

Ask a question

RTC build reports a socket timeout


Spencer Murata (2.3k115971) | asked Jun 20 '12, 8:40 a.m.
FORUM MODERATOR / JAZZ DEVELOPER
When trying to run a build in JBE, the following message appears:

2012-04-05 04:21:50 [Jazz build engine] CRRTC3524W: Repository          
connection failed: CRJAZ0099I When accessing the URL "https://localhost:9443/jazz/service/com.ibm.team.filesystem.common.                
IFilesystemService" the following HTTP error occurred: "java.net.       
SocketTimeoutException"      

How can I keep the JBE from timing out?

Accepted answer


permanent link
Spencer Murata (2.3k115971) | answered Jun 20 '12, 8:43 a.m.
FORUM MODERATOR / JAZZ DEVELOPER
The first thing to try is bump up the JBE time out value.  Add the arguments "-vmargs -Dcom.ibm.team.repository.common.transport.                   
TeamServerConfiguration.socketTimeout=900000 "  to the end of the JBE execution string.

However this is just the JBE level time out.  The timeout could also be caused at the web application and web server level.  This could especially be true if the JBE build is using the SCM build participant and is trying to pull in a large file set.  In those cases you will have to increase the timeouts at the Tomcat or WAS level, as they could easily be terminating the connection on the server side.
Spencer Murata selected this answer as the correct answer

Comments
Kevin Ramer commented Mar 18 '13, 2:09 p.m.

What timeouts in j2ee server ?


Spencer Murata commented Mar 18 '13, 2:32 p.m.
FORUM MODERATOR / JAZZ DEVELOPER

I'm not totally familiar with all of the settings available for Tomcat and WAS around this, but generally they are the timeouts that control session length.


~Spencer 


Kevin Ramer commented Mar 18 '13, 3:05 p.m.

Thanks,
session-timeout I guess.  Our experience on these build timeout is that they are more impacted by repository timeout.


Alan Sampson commented Jan 26 '17, 2:37 p.m.
JAZZ DEVELOPER

I assume this property can be appended to the -vmargs section of the jbe.ini too?


Spencer Murata commented Jan 26 '17, 5:19 p.m.
FORUM MODERATOR / JAZZ DEVELOPER

 Yes it can.

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.