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

SocketTimeoutException when building with Jazz Team Build

Hi All,

we found the following error in the build log, any idea about why this is happening? sometimes user using RTC eclipse client got the same error, then he can avoid this problem by increasing the timeout on the repository connection, but for a build agent connection, how to set it?

CRRTC3524W: Repository connection failed: CRJAZ0099I When accessing the URL "https://hostname:9443/ccm/service/com.ibm.team.filesystem.common.IFilesystemService" the following HTTP error occurred: "java.net.SocketTimeoutException"

Regards,
Makson

0 votes



2 answers

Permanent link
Anyone idea on this?

e.g. during the time the server is backing up, can we keep the connection alive and continue when the server is back, or something like that?

Thanks
Jirong

0 votes


Permanent link
Anyone idea on this?

e.g. during the time the server is backing up, can we keep the connection alive and continue when the server is back, or something like that?

Thanks
Jirong


Pass the property
com.ibm.team.repository.common.transport.TeamServerConfiguration.socketTimeout=1800000
to your JBE. That will define a 30-min timeout.
You can do this by specifying the property in the -jvmargs options of the JBE executable.

0 votes

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

Question asked: Dec 02 '11, 10:01 a.m.

Question was seen: 6,378 times

Last updated: Dec 02 '11, 10:01 a.m.

Confirmation Cancel Confirm