It's all about the answers!

Ask a question

HTTP/1.1 409 Conflict


Julie Trinh (1314) | asked Jan 19 '17, 4:50 p.m.
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

Comments
Donald Nong commented Jan 19 '17, 9:52 p.m.

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 to post your answer.