AWS M15 - Dataset retrievalInstruction requests for Volve and TNO are failing with 500 errors

All dataset retrievalInstruction and getRetrievalInstructions requests are failing for TNO and VOLVE dataset records with the following error:

{
    "code": 500,
    "reason": "Internal Server Error",
    "message": "Unrecognized field \"error\" (class org.opengroup.osdu.core.common.dms.model.RetrievalInstructionsResponse), not marked as ignorable (2 known properties: \"datasets\", \"providerKey\"])_ at [Source: (String)\"{\"error\":{\"code\":500,\"message\":\"Internal server error\",\"errors\":[{\"domain\":\"global\",\"reason\":\"internalError\",\"message\":\"Internal server error\"}]}}\"; line: 1, column: 11] (through reference chain: org.opengroup.osdu.core.common.dms.model.RetrievalInstructionsResponse[\"error\"])"
}

Here are some example requests that are failing for each data type:

work-product-component--FaultSystem

curl --location --request POST 'https://r3m15.preshiptesting.osdu.aws/api/dataset/v1/retrievalInstructions' \
--header 'data-partition-id: osdu' \
--header 'Authorization: Bearer {{access_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
    "datasetRegistryIds": [
        "osdu:dataset--File.Generic:be7dccda6a12b3826a9a90b78090dec999dce2712415c10f890ebccc8418a0e7"
    ]
}'

Response:

{
    "code": 500,
    "reason": "Internal Server Error",
    "message": "Unrecognized field \"error\" (class org.opengroup.osdu.core.common.dms.model.RetrievalInstructionsResponse), not marked as ignorable (2 known properties: \"datasets\", \"providerKey\"])_ at [Source: (String)\"{\"error\":{\"code\":500,\"message\":\"Internal server error\",\"errors\":[{\"domain\":\"global\",\"reason\":\"internalError\",\"message\":\"Internal server error\"}]}}\"; line: 1, column: 11] (through reference chain: org.opengroup.osdu.core.common.dms.model.RetrievalInstructionsResponse[\"error\"])"
}

work-product-component--SeismicHorizon

curl --location --request POST 'https://r3m15.preshiptesting.osdu.aws/api/dataset/v1/retrievalInstructions' \
--header 'data-partition-id: osdu' \
--header 'Authorization: Bearer {{access_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
    "datasetRegistryIds": [
        "osdu:dataset--File.Generic:9c10f033e3cb1534b6f160b1a8bac239d0cd7e3f7c1a549f2495d893afc82b49"
    ]
}'

Response:

{
    "code": 500,
    "reason": "Internal Server Error",
    "message": "Unrecognized field \"error\" (class org.opengroup.osdu.core.common.dms.model.RetrievalInstructionsResponse), not marked as ignorable (2 known properties: \"datasets\", \"providerKey\"])_ at [Source: (String)\"{\"error\":{\"code\":500,\"message\":\"Internal server error\",\"errors\":[{\"domain\":\"global\",\"reason\":\"internalError\",\"message\":\"Internal server error\"}]}}\"; line: 1, column: 11] (through reference chain: org.opengroup.osdu.core.common.dms.model.RetrievalInstructionsResponse[\"error\"])"
}

work-product-component--SeismicTraceData

curl --location --request POST 'https://r3m15.preshiptesting.osdu.aws/api/dataset/v1/retrievalInstructions' \
--header 'data-partition-id: osdu' \
--header 'Authorization: Bearer {{access_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
    "datasetRegistryIds": [
        "osdu:dataset--FileCollection.SEGY:4822148772d1e2c523d92cf891b68dcb1105988abd59bee79487ed7e2ae183eb"
    ]
}'

Response:

{
    "code": 500,
    "reason": "Internal Server Error",
    "message": "Unrecognized field \"error\" (class org.opengroup.osdu.core.common.dms.model.RetrievalInstructionsResponse), not marked as ignorable (2 known properties: \"datasets\", \"providerKey\"])_ at [Source: (String)\"{\"error\":{\"code\":500,\"message\":\"Internal server error\",\"errors\":[{\"domain\":\"global\",\"reason\":\"internalError\",\"message\":\"Internal server error\"}]}}\"; line: 1, column: 11] (through reference chain: org.opengroup.osdu.core.common.dms.model.RetrievalInstructionsResponse[\"error\"])"
}

work-product-component--WellLog

curl --location --request POST 'https://r3m15.preshiptesting.osdu.aws/api/dataset/v1/retrievalInstructions' \
--header 'data-partition-id: osdu' \
--header 'Authorization: Bearer {{access_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
    "datasetRegistryIds": [
        "osdu:dataset--File.Generic:6e23bbd752544133681372523b5a9d7549afeb47b3369ed7338a8cb5e5abc3ef"
    ]
}'

Response:

{
    "code": 500,
    "reason": "Internal Server Error",
    "message": "Unrecognized field \"error\" (class org.opengroup.osdu.core.common.dms.model.RetrievalInstructionsResponse), not marked as ignorable (2 known properties: \"datasets\", \"providerKey\"])_ at [Source: (String)\"{\"error\":{\"code\":500,\"message\":\"Internal server error\",\"errors\":[{\"domain\":\"global\",\"reason\":\"internalError\",\"message\":\"Internal server error\"}]}}\"; line: 1, column: 11] (through reference chain: org.opengroup.osdu.core.common.dms.model.RetrievalInstructionsResponse[\"error\"])"
}

work-product-component--WellboreTrajectory

curl --location --request POST 'https://r3m15.preshiptesting.osdu.aws/api/dataset/v1/retrievalInstructions' \
--header 'data-partition-id: osdu' \
--header 'Authorization: Bearer {{access_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
    "datasetRegistryIds": [
        "osdu:dataset--File.Generic:063cada6a12c98e41231c2450071db12f76e871cb8d27927b70ea3cb7ec99228"
    ]
}'

Response: { "code": 500, "reason": "Internal Server Error", "message": "Unrecognized field "error" (class org.opengroup.osdu.core.common.dms.model.RetrievalInstructionsResponse), not marked as ignorable (2 known properties: "datasets", "providerKey"])_ at [Source: (String)"{"error":{"code":500,"message":"Internal server error","errors":[{"domain":"global","reason":"internalError","message":"Internal server error"}]}}"; line: 1, column: 11] (through reference chain: org.opengroup.osdu.core.common.dms.model.RetrievalInstructionsResponse["error"])" }

work-product-component--WellboreMarkerSet

curl --location --request POST 'https://r3m15.preshiptesting.osdu.aws/api/dataset/v1/retrievalInstructions' \
--header 'data-partition-id: osdu' \
--header 'Authorization: Bearer {{access_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
    "datasetRegistryIds": [
        "osdu:dataset--File.Generic:afca77f93f1ff049a65660000c9227f0400f9543fa07208129c476b7c2f83f79"
    ]
}'

Response:

{
    "code": 500,
    "reason": "Internal Server Error",
    "message": "Unrecognized field \"error\" (class org.opengroup.osdu.core.common.dms.model.RetrievalInstructionsResponse), not marked as ignorable (2 known properties: \"datasets\", \"providerKey\"])_ at [Source: (String)\"{\"error\":{\"code\":500,\"message\":\"Internal server error\",\"errors\":[{\"domain\":\"global\",\"reason\":\"internalError\",\"message\":\"Internal server error\"}]}}\"; line: 1, column: 11] (through reference chain: org.opengroup.osdu.core.common.dms.model.RetrievalInstructionsResponse[\"error\"])"
}
Edited by Michael