Replies: 2 comments
-
I am having same issue for a simple HttpData-Pull example mentioned in the MVD documentation itself. Please help! It used to work before couple of days back. DEBUG 2025-07-09T19:38:28.188898 [TransferProcessManagerImpl] TransferProcess cfa31463-a181-46f2-9fac-538ce09a6356 is now in state STARTING |
Beta Was this translation helpful? Give feedback.
-
Let me mention that i have forked the repo tag 0.12.0 (just to be in a stable release) PS: if you could provide a possible explanation of why the corresponding Sample ([transfer-05-file-transfer-cloud) works, I would really appreciate. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I try to experiment by adding the functionality of file transfer suggested in the following sample:
https://github.com/eclipse-edc/Samples/blob/main/transfer/transfer-05-file-transfer-cloud/README.md
into my IntelliJ running project of MVD.
I have configured my qna connector as in the sample withg these extra env configuration:
dataplane config for file transfer to local aws S3 (minio)
All the steps of asset creation is done as in the sample and i run the flow up to having a
FINALIZED
contract agreement.
Then when calling the Initiate Transfer (/api/management/v3/transferprocesses)
I get error on logs:
Trying to understand and debug, i am finding that the only available transfer types are:
What am i missing?
Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions