-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Transfer fails if method-parametrization is enabled #703
Comments
@tmberthold did MDS provide the steps to reproduce? /cc @ununhexium @illfixit |
I'd recommend looking at the GIF, this is clearer than what we got: Steps to reproduce:
Actual result: |
We need a custom version of the Eclipse EDC to backport a patch from V0.5.1 to V0.2.1, which we will do ASAP. The bug should be fixed by using this patch. This is the same kind of change as PMO 694. |
For general error handling, in case a provider has an internal error that prevents him to send a proper response, see sovity/edc-ce#688 |
Fixed in EDC CE 7.4.0 |
Description - What happened? *
As soon as the method-parameterization is enabled for an asset and the asset is created, every later on transfer fails with an log-error-message at the provider when the asset is to be transferred.
Expected Behavior *
No error message.
Observed Behavior *
Error message in the logs, see GIF how to reproduce.
Steps to Reproduce
I'd recommend looking at the GIF below, this is clearer than what we got:
Actual result:
Transfer status is "Requested" in EDC UI.
Transfer fails with error in logs:
2024-03-17 23:52:17 TransferProcess: ID d4d60f54-bc4f-418b-91d3-f9e20d7c5c02. Fatal error while Initiate data flow. Error details: Failed to delegate data transfer to Data Plane: Failed to build HttpDataSource: DataFlowRequest 2e417d75-e77e-472a-9c1e-d505e82425fa: 'method' property is missing
Context Information
We think it could be caused by the way the UI saves the Assets when method-parameterization is enabled.
Stakeholder
@ip312 @jkbquabeck
Relevant log output
Screenshots
The text was updated successfully, but these errors were encountered: