International-Data-Spaces-Association / InformationModel

The Information Model of the International Data Spaces implements the IDS reference architecture as an extensible, machine readable and technology independent data model.
Apache License 2.0
63 stars 35 forks source link

Dataspace Connector: "connect timed out" #411

Closed FabioDangelox closed 3 years ago

FabioDangelox commented 3 years ago

Currently i am trying to set up an example Dataspace. For this i am using two instances of the following Connector: https://github.com/FraunhoferISST/DataspaceConnector Before i start the connectors i delete the proxy settings in the config.json on both of them. After that i start one connector with the swagger ui on the port 8084 and the other one on port 8085. In the next step i register a Resource on the Connector with the port 8085(Provider). Additionally i add a Representation to the Resource.

Then i try on the Consumer(Port 8084) to retrieve the provided data: I am also using the IP-Address and not localhost, as you can see in the picture: image

And everytime i do this i get the follwing error messasge:

{ "timestamp": "2021-02-01T13:12:45.300+0000", "status": 500, "error": "Internal Server Error", "message": "connect timed out", "path": "/admin/api/request/description" }

I dont know how to fix this issue. It would be really nice if someone can help me here.

Thanks in advance.

Best regards, Fabio D'Angelo

HaydarAk commented 3 years ago

Hi Fabio. Please check my initial response in #412 regarding your issue.

Best regards Haydar Akyürek