artefactual-sdps / enduro

A tool to support ingest and automation in digital preservation workflows
https://enduro.readthedocs.io/
Apache License 2.0
4 stars 3 forks source link

Problem: Upload activity error #759

Closed djjuhasz closed 11 months ago

djjuhasz commented 11 months ago

Describe the bug

The upload activity is failing with a cryptic error: "cannot perform operation".

To Reproduce

Steps to reproduce the behavior:

  1. Start processing a new transfer by adding it to the Minio SIP bucket
  2. The "upload-activity" fails with the error message "cannot perform operation".

Expected behavior

The AIP should successfully upload to the Minio "aips" bucket, and the workflow should complete successfully.

Screenshots

image

Additional context

Full Temporal output:

{
  "message": "activity error",
  "source": "GoSDK",
  "stackTrace": "",
  "encodedAttributes": null,
  "cause": {
    "message": "cannot perform operation",
    "source": "GoSDK",
    "stackTrace": "",
    "encodedAttributes": null,
    "cause": null,
    "applicationFailureInfo": {
      "type": "ServiceError",
      "nonRetryable": false,
      "details": null
    }
  },
  "activityFailureInfo": {
    "scheduledEventId": "33",
    "startedEventId": "34",
    "identity": "1@enduro-a3m-0@",
    "activityType": {
      "name": "upload-activity"
    },
    "activityId": "33",
    "retryState": "MaximumAttemptsReached"
  }
}
sevein commented 11 months ago

Fixed in https://github.com/artefactual-sdps/enduro/pull/765.