-
Notifications
You must be signed in to change notification settings - Fork 35
one-click-tangle broken #85
Comments
@IoTAdri please could you execute from scratch |
can you try to edit your "coordinator": {
"stateFilePath": "<full_path_to your_folder>/coo-state/coordinator.state", |
@jmcanterafonseca-iota okay, will change the path but first have to reinstall becaus current error is unrecoverable (cannot use coo-fix-state) but.. is that not the path "inside" the docker container?
|
you are right, then it should be |
@IoTAdri was it fixed? |
@jmcanterafonseca-iota after a few minutes the "gracefull exit" times out and the coo-container is closed but the coordinator.state is gone... [I tried renaming the coordinator.state_old to coordinator.state and restart the private tangle but... nope, no luck!] |
can you try stopping the Coo manually i.e. through docker kill --signal="SIGTERM" coo |
@jmcanterafonseca-iota The problem is not that the coo keeps on running and cannot be stopped but that when it is killed (or timed out by itself in 5 minutes) it deletes the coordinator.state and I cannot reconstruct it because coo-fix-state does not work... |
maybe @muXxer can comment on the above |
WARN[0000] network tangle: network.external.name is deprecated in favor of network.name any better solution? |
Bug description
when using private-tangle.sh lots of error-msgs occur:
WARN[0000] network tangle: network.external.name is deprecated. Please set network.name with external: true
AND
Waiting coordinator bootstrap to stop gracefully...
Error response from daemon: No such container: 2385239fcb05553225d6e5238fb94b540dc23b88ea1adabeac7ef83ef36296f1
nodes are not deployed
Docker and docker-compose version
Docker version 23.0.1, build a5ee5b1
Docker Compose version v2.16.0
Portainer 2.17.1
Hardware specification
VPS on Ubuntu 22.04
Steps To reproduce the bug
Explain how the maintainer can reproduce the bug.
Expected behaviour
private tangle with 4 containers should be deployed
Actual behaviour
nodes are not deployed in docker and when I edit docker-compose.yaml and correct the first bug with:
it seems to go wrong in bootstrapCoordinator ()
like the coo.bootstrap.container is not deployed or something
it generates an error and the other nodes (node, spammer, etc.) are not deployed.
Errors
Waiting coordinator bootstrap to stop gracefully...
Error response from daemon: No such container: 2385239fcb05553225d6e5238fb94b540dc23b88ea1adabeac7ef83ef36296f1
The text was updated successfully, but these errors were encountered: