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
Geoffrey Clemm (30.1k●3●30●35)
| answered Nov 28 '17, 4:58 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
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?
-
|
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.
Comments
Was this a baseline import (via the Synchronizer) or a version import?
Yes we are importing a label (base Clearcase) from CC to RTC using Synchronizer.