Resilience of lscm command doing "Load"
Hi,
When trying to do a Load from the lscm command we are constantly getting pages of java dumps that somewhere inside contain:
Caused by: java.net.SocketTimeoutException
Is there anyway to increase the retry rate (If there is one) to cope with minor network glitches.
This is actually stopping us from moving from Perforce source control to Jazz source control.
Thanks for any help.
Jas
When trying to do a Load from the lscm command we are constantly getting pages of java dumps that somewhere inside contain:
Caused by: java.net.SocketTimeoutException
Is there anyway to increase the retry rate (If there is one) to cope with minor network glitches.
This is actually stopping us from moving from Perforce source control to Jazz source control.
Thanks for any help.
Jas
One answer
There are places where we do selectively retry ... it is not configurable yet however.
If the timeouts are occurring between the cli and the server, you can increase the timeout by increasing the "repository.timeout" preference for the command line.
See http://publib.boulder.ibm.com/infocenter/rtc/v2r0m0/index.jsp?topic=/com.ibm.team.scm.doc/topics/r_scm_cli_preferences_properties.html for details.
JohnC
SCM Lead
If the timeouts are occurring between the cli and the server, you can increase the timeout by increasing the "repository.timeout" preference for the command line.
See http://publib.boulder.ibm.com/infocenter/rtc/v2r0m0/index.jsp?topic=/com.ibm.team.scm.doc/topics/r_scm_cli_preferences_properties.html for details.
JohnC
SCM Lead