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

Error details: java.net.SocketTimeoutException for IProcessService API call

Hi Team,
I am getting following error : CRJAZ0099E An HTTP error occurred when this URL was being accessed: /ccm/service/com.ibm.team.process.internal.common.service.IProcessService. Error details: java.net.SocketTimeoutException.

As i am tryinh to export process template using RTC API call, My belive is that because of using IProcessInternalClientService API to export ProcessTemplate, facing below error.
Please let me know is there any alternative API call to export the process template.

 IContent content =
        ((IProcessInternalClientService) this.teamRepo.getClientLibrary(IProcessInternalClientService.class))
            .createProcessDefinitionExportZip(definition.getItemId().getUuidValue(), new SubProgressMonitor(
                subProgressMonitor, 200));

0 votes


Accepted answer

Permanent link
 A socket timeout means that an operation on the connection did not proceed for a period that is longer than the timeout that is specified. Usually there is additional information about the operation that failed. 

This can be caused by bad CPU, Server, Network performance or many many other reasons. I am not aware of another call like the one above. 
ast java selected this answer as the correct answer

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,943

Question asked: May 12 '16, 3:10 a.m.

Question was seen: 2,479 times

Last updated: May 13 '16, 4:45 a.m.

Confirmation Cancel Confirm