You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying out the http-data-plane in the MVD. I ran into the problem that the Contractnegotiation won't progress to state Finalized on Consumer side.
Describe the Bug
In the logs of the provider I get following error message:
DEBUG 2023-10-25T08:36:44.73656125 ContractNegotiation: ID d7978c6a-8ffb-4e38-8432-ba62eda1ef70. [Provider] send finalization
SEVERE 2023-10-25T08:36:44.736606958 ContractNegotiation: ID d7978c6a-8ffb-4e38-8432-ba62eda1ef70. Fatal error while [Provider] send finalization. Error details: {"@type":"dspace:ContractNegotiationError","dspace:code":"400","dspace:reason":"Invalid client credentials: Invalid counter-party identity","dspace:processId":"0a43f92c-b187-410b-a6a0-cc698b4984fe","@context":{"dct":"https://purl.org/dc/terms/","edc":"https://w3id.org/edc/v0.0.1/ns/","dcat":"https://www.w3.org/ns/dcat/","odrl":"http://www.w3.org/ns/odrl/2/","dspace":"https://w3id.org/dspace/v0.8/"}}
DEBUG 2023-10-25T08:36:44.736661708 [ProviderContractNegotiationManagerImpl] ContractNegotiation d7978c6a-8ffb-4e38-8432-ba62eda1ef70 is now in state TERMINATED
My POST for the contractnegotiation looks like this:
Make sure that connectorId and providerId are set to your edc.participant.id configuration of the provider's connector!
For the MVD it is set in docker-compose.yml EDC_PARTICIPANT_ID: did:web:did-server:company1
Bug Report
When trying out the http-data-plane in the MVD. I ran into the problem that the Contractnegotiation won't progress to state Finalized on Consumer side.
Describe the Bug
In the logs of the provider I get following error message:
My POST for the contractnegotiation looks like this:
Although I get an contractagreement, which work for the transfer. Am I missing something in my request?
Expected Behavior
The state of the ContractNegotiation should progress to state FINALIZED
The text was updated successfully, but these errors were encountered: