Open arminveres opened 4 months ago
Please ensure you are running the latest code. Also try resetting the environment by running ./manage rm
before ./mange start
.
On which platform are you running?
Hi @WadeBarnes, yes, I always run down/rm
and start
. I tried with the newest commit as well.
I am running on NixOS x86-64.
UPDATE: I opened the TCP ports and now it works... maybe there some networking magic going on inside NixOS that I missed, but since it is local, I have the intuition, that this shouldn't be necessary...
I have used
von-network
for a small demo a while back (December 2023) and pinned it as a dependency in one of my repos. Back then, all worked, although, on a different machine. Now, when I./manage build
and then./manage start
the webserver times out, and I cannot connect to the pool from otherHyperledger Aries
based nodes either...As I mentioned, the only change was a new machine, the 'codebase' was not changed. The nodes and web-server try to connect to the Docker network, but even starting the network with
./manage start <local-ip>
the error still persists.EDIT: Additionally, I noticed, that the nodes are only checked at
172.17.0.1
, which is yielded bygetDockerHost.sh
, but runningdocker network inspect von_von
yields a different network altogether. Therefore, I am suspecting some form of false network configuration...Web-server log:
Node-1 log: