An import from CC-RTC keep failing with Java.SocketTimeoutException
The imports from CC-RTC keep failing with below error. Can anyone let me know the reason for the cause of this issue.
Problem running 'synchronizeStream':
Synchronization blocked by error:
javax.wvcm.WvcmException: CRJAZ0099E An HTTP error occurred when this URL was being accessed: /ccm/service/com.ibm.team.links.common.internal.IRemoteLinkService. Error details: java.net.SocketTimeoutException.
com.ibm.team.repository.common.transport.TeamServiceException: CRJAZ0099E An HTTP error occurred when this URL was being accessed: /ccm/service/com.ibm.team.links.common.internal.IRemoteLinkService. Error details: java.net.SocketTimeoutException.
java.net.SocketTimeoutException
Build failed. Exit value was 3.
Thanks,
Vinay
One answer
One potential cause would be network problems between the host where the CC Synchronizer is running and the RTC server host. Another (less likely) cause would be your RTC server is so heavily loaded that it does not respond in time to the CC Synchronizer host request.
To test this, you could try a simple import of a single file or small directory first, and see if that works. If it does, then try to import a larger directory tree. How many files and directories do you expect to be brought over from this label?
-
Comments
Geoffrey Clemm
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Nov 27 '17, 2:38 p.m.Was this a baseline import (via the Synchronizer) or a version import?
vinay kumar bondugula
Nov 27 '17, 5:16 p.m.Yes we are importing a label (base Clearcase) from CC to RTC using Synchronizer.