Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

RTC build reports a socket timeout

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?

1 vote


Accepted answer

Permanent link
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

4 votes

Comments

What timeouts in j2ee server ?

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 

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

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

 Yes it can.

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 562
× 76

Question asked: Jun 20 '12, 8:40 a.m.

Question was seen: 6,805 times

Last updated: Jan 26 '17, 5:19 p.m.

Confirmation Cancel Confirm