SocketTimeoutException when building with Jazz Team Build
![](http://jazz.net/_images/myphoto/bef997926600222f1fb0da739308c4c2.jpg)
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
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
2 answers
![](http://jazz.net/_images/myphoto/bef997926600222f1fb0da739308c4c2.jpg)
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.