sanjuthomas / marklogic-dls-rest-extension

MarkLogic Document Library Services (DLS) REST Extension
MIT License
0 stars 0 forks source link

Issue with dls:document-checkout-update-checkin #1

Open rajeevmajumdar1981 opened 3 years ago

rajeevmajumdar1981 commented 3 years ago

I am facing issue while updating the managed document in a directory, it gives me below error

{
    "errorResponse": {
        "statusCode": 500,
        "status": "Internal Server Error",
        "messageCode": "INTERNAL ERROR",
        "message": "XDMP-CONFLICTINGUPDATES: xdmp:invoke-function(function() as item()*, <options xmlns=\"xdmp:eval\"><isolation>different-transaction</isolation>...</options>) -- Conflicting updates xdmp:document-set-property(\"/dp/abc_json_versions/2-abc.json\", /*:version) and xdmp:document-set-property(\"/dp/abc_json_versions/2-abc.json\", /*:version) . See the MarkLogic server error log for further detail."
    }
}

though it works when i am updating document which is not under a directory. Could you please help.

sanjuthomas commented 3 years ago

@rajeevmajumdar1981 Could you please the server log also?

rajeevmajumdar1981 commented 3 years ago

Hi Sanju

Error logs say the same as i pasted in the response above