Issues having two connectors talk to each other on a local machine #51
-
Hi everyone! After some time of testing the Dataspace Connector, I still have an issue trying to have two Dataspace Connectors talk to each other. Help on this would be appreciated very much. Here's what I did so far:
Both connectors are running in Docker, I followed your recommendations regarding proxy settings, meaning I deleted them altogether in |
Beta Was this translation helpful? Give feedback.
Replies: 0 comments 2 replies
-
Hi Vincent, I could not reproduce your problem so far. Are you using the current dev branch (updated yesterday) or some version before? We changed the error handling, so I may get a different response than you do. Furthermore, did you remove the Postgres from the For an easy start, I suggest you either start two connectors locally simply using Maven for building a .jar file and runnig it with Java. Or you take a look at the Please let me know if you wer able to get the setup running. Kind regards, |
Beta Was this translation helpful? Give feedback.
Hi Vincent,
I could not reproduce your problem so far. Are you using the current dev branch (updated yesterday) or some version before? We changed the error handling, so I may get a different response than you do. Furthermore, did you remove the Postgres from the
docker-compose.yml
or not? I guess you should start running two connectors in Docker by using onedocker-compose.yml
, not two. We will deal with a complete setup with two connectors and two external databases as soon as possible.For an easy start, I suggest you either start two connectors locally simply using Maven for building a .jar file and runnig it with Java. Or you take a look at the
docker-compose.yml
in the docker-test s…