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

HTTP/1.1 409 Conflict

Hi,

I have similar code as below to create new work item in RTC.

URL="https://localhost:9443/jazz/oslc/contexts/_9BHm0EqVEd6HXO10niqZpg/workitems" curl -D - -k -b $COOKIES -H "Content-Type: application/x-oslc-cm-change-request+json" -H "Accept: text/json" -X POST --data-binary @create-simple.json $URL

However, I keep getting HTTP/1.1 409 Conflict error intermittently.

HTTP/1.1 409 Conflict
Date: Wed, 21 Dec 2016 12:00:07 GMT
X-Powered-By: Servlet/3.0
Cache-Control: private, max-age=0, must-revalidate
Expires: Wed, 21 Dec 2016 12:00:08 GMT
Vary: Accept
Content-Type: text/json;charset=UTF-8
Content-Language: en-US
Transfer-Encoding: chunked
Connection: Close

Any help is greatly appreciated.

Thanks

0 votes

Comments

What's in the response body? It should give you more detailed information about the error.


Be the first one to answer this question!

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

Question asked: Jan 19 '17, 4:50 p.m.

Question was seen: 1,870 times

Last updated: Jan 19 '17, 9:52 p.m.

Confirmation Cancel Confirm