Samples-transfer-06 #96
Replies: 3 comments 4 replies
-
Hi @ndr-brt, could you please help me with this? Thank you |
Beta Was this translation helpful? Give feedback.
-
Hi @ndr-brt,
In my case, I understand that I have used the updated versions of the repositories but the problem keeps happening, can you give us any idea how to solve it? Thanks in advance. |
Beta Was this translation helpful? Give feedback.
-
One remark. Although the transfer fails to go to COMPLETED status, the backend service logs show the json with the information to read the data. Executing a query using "authCode" will get them. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am currently working on implementing sample-transfer-06. I made some modifications to the code to experiment with different permission methods. Specifically, I added print statements to check the contract agreement and contract offer in ContractNegotiationProtocolServiceImpl.java and ContractOffer.java.
To test my modifications, I published the Connector to MavenLocal. My expectation was that when I build sample-transfer-06 again, it would fetch the updated version from the local .m2 folder.
However, when I run sample-transfer-06, I encounter the following error, and the contract agreement and contract offer are not printed as expected.
"edc:stateTimestamp"
Provider end: "TransferProcess 3e2c8503-6825-4d45-a491-bef80db17ea9 is now in state STARTED"
Consumer end: "No checker found for process fc13e9b7-6a1d-46bb-ba5e-7488e07526fb. The process will not advance to the COMPLETED state."
Can you please help me on this?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions