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

How to handle SocketTimeoutException during bulk deliver

I'm working on an import tool which imports SCM data from a third party repository (CMVC) to RTC. This tool extracts historical data from the repository and deliver it to RTC and thus can have huge data delivered at a time. Sometimes I get the following exception during this bulk import.

CRJAZ0099I When accessing the URL "https://rtcserver:9443/ccm/service/com.ibm.team.scm.common.IScmService" the following HTTP error occurred: "java.net.SocketTimeoutException"

I'm using following code snippet to deliver the code
IDeliverOperation deliverOp = IOperationFactory.instance.getDeliverOperation(null);

deliverOp.deliver(wsConnection, streamConnection, report);
deliverOp.run(monitor);


Please let me know how to handle this scenario when tool is continuously delivering data from workspace (for each baseline from 3rd party repository) to the target steam and I encounter this SocketTimeoutException problem.

0 votes



One answer

Permanent link
There is a work item opened (mentioned in other post) for this issue :

Ref :

https://jazz.net/jazz/web/projects/Rational%20Team%20Concert#action=com.ibm.team.workitem.viewWorkItem&id=168967

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
× 10,938

Question asked: Oct 12 '11, 3:08 a.m.

Question was seen: 7,185 times

Last updated: Oct 12 '11, 3:08 a.m.

Confirmation Cancel Confirm