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

How to resolve Issues in service POST?

Hello team,

I am trying to post association data(one file linked with another file) using RTC api com.ibm.team.aspice.traceability.core.ValidityServiceWrapper.doPost(data)

after executing above line I am getting below exception

java.lang.RuntimeException: com.ibm.team.repository.common.transport.TeamServiceException: CRJAZ2942E A request from this server to another server could not be completed. The other server returned a 500 HTTP error with this error text: Internal Server Error.
    at com.ibm.team.aspice.traceability.core.ValidityServiceWrapper.doPost(ValidityServiceWrapper.java:290)
    at com.ibm.team.aspice.traceability.core.ValidityServiceWrapper.sendWriteRequest(ValidityServiceWrapper.java:212)
    at com.ibm.team.aspice.traceability.core.associations.ValidityServiceAssociationWriter.saveAllAssociations(ValidityServiceAssociationWriter.java:50)
    at com.ibm.team.aspice.traceability.core.associations.AssociationManager.saveOperation(AssociationManager.java:211)
    at com.ibm.team.aspice.traceability.core.associations.AssociationManager.saveSync(AssociationManager.java:779)
    at com.ibm.team.aspice.traceability.core.jobs.AddAssociationsJob.run(AddAssociationsJob.java:157)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Caused by: com.ibm.team.repository.common.transport.TeamServiceException: CRJAZ2942E A request from this server to another server could not be completed. The other server returned a 500 HTTP error with this error text: Internal Server Error.
    at com.ibm.team.repository.transport.client.RemoteTeamServer.throwHttpClientError(RemoteTeamServer.java:2105)
    at com.ibm.team.repository.transport.client.RemoteTeamServer.executeMethod(RemoteTeamServer.java:1296)
    at com.ibm.team.repository.transport.client.RemoteTeamServer.executeMethod(RemoteTeamServer.java:1121)
    at com.ibm.team.repository.transport.client.RestClientConnectionBase.executeMethod(RestClientConnectionBase.java:375)
    at com.ibm.team.repository.transport.client.RestClientConnectionBase.doMethod(RestClientConnectionBase.java:211)
    at com.ibm.team.repository.transport.client.RestClientConnectionBase.doPost(RestClientConnectionBase.java:165)
    at com.ibm.team.repository.transport.client.TeamRawRestServiceClient$RawRestClientConnection.doPost(TeamRawRestServiceClient.java:112)
    at sun.reflect.GeneratedMethodAccessor133.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.ibm.team.repository.client.internal.ServiceInterfaceProxy.invokeServiceCall(ServiceInterfaceProxy.java:254)
    at com.ibm.team.repository.client.internal.ServiceInterfaceProxy.invoke(ServiceInterfaceProxy.java:110)
    at com.ibm.team.repository.client.internal.RawRestServiceClientProxy$RestClientConnectionProxy.invoke(RawRestServiceClientProxy.java:121)
    at com.sun.proxy.$Proxy30.doPost(Unknown Source)
    at com.ibm.team.aspice.traceability.core.ValidityServiceWrapper.doPost(ValidityServiceWrapper.java:250)
    ... 6 more

Thank you in advance

0 votes



One answer

Permanent link
I have a pretty new setup of 6.0.6.1 and the API. com.ibm.team.aspice.traceability does not seem to be a part of the APIs I can see.

The error message seems to indicates that the error happened in the reverse proxy hosting the public URI the reason being that the remote host is not responding.

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
× 7,494
× 1,700
× 457
× 411

Question asked: Jan 09 '20, 4:52 a.m.

Question was seen: 1,907 times

Last updated: Jan 09 '20, 7:55 a.m.

Confirmation Cancel Confirm