-
Notifications
You must be signed in to change notification settings - Fork 171
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
Error during transfering data via http-data-plane #191
Comments
Also the HttpDataSource appears to be failing to fetch data from the sample endpoint https://jsonplaceholder.typicode.com/users, as the returned content is null. @ndr-brt Do you have any insights regarding this issue? |
your |
That's somehow not the problem. I started the server in the terminal with the following command:
The logs confirmed that the HTTP request server logger successfully started at port 4000, which is the expected behaviour. To further verify this, I tested it with the HTTP-push sample and indeed it functioned correctly. However, when attempting to use it in the MVD, I get this error. |
did you started the endpoint into the docker network? I don't think so, because otherwise the hostname won't be |
Thank you for your help. I hadn't considered this. I'm going to close the issue now. |
Bug Report
The provider connector fails to connect to the endpoint given by the consumer.
Describe the Bug
I want to transfer data via the http-data-plane. I can negotiate a contract and start the transfer. The transferprocess starts as aspected:
But when the actual data-transfer should happen, I get the following error message:
I start the transfer with the following POST:
The endpoint "http://localhost:4000/api/consumer/store" is reachable and should work for the transfer. What could be the problem here?
Expected Behavior
The data should be transfered
Steps to Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: