-
Notifications
You must be signed in to change notification settings - Fork 252
Docker - Error initialising Private Transaction Manager #125
Comments
Do you have |
@piotrhalickihah yes, I installed it as per the official instruction. |
Can you check what is the result of |
docker exec requires at least 2 arguments |
I also tried to run 'docker exec [my_container_name] env | grep PRIVATE_CONFIG but received 'Error response from daemon: Container my_container_name is restarting' |
echo export PRIVATE_CONFIG=ignore > .env |
Thanks, much better now but getting another error 'Cannot start mining without etherbase err="etherbase must be explicitly specified" |
Can you post the result of echo export commend |
Seems like I am now facing this problem - #43 Tried to change quorum to 21.7.1 - did not help |
Hi, now your container keeps restarting during this error too? If not, could you show me the list of processes - the output of the command:
|
please share the log (preferably text, not a screenshot) from the beginning of the container startup, maybe we'll find something there. |
and additional please share the docker version |
Docker version 20.10.17, build 100c701 |
This line show that you're using chain with id 1 instead the one that is defined in genesis.json.
Do you have the latest changes from the repository? Please also share output from command |
Hi, I tried to pull Docker containers on Ubuntu 20.04 and node container is constantly crashing with the following error
uname -a gives '...5.4.0-105-generic #119-Ubuntu SMP Mon Mar 7 18:49:24 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux'
Latest docker
Docker-compose is v2.6.1
Any ideas how to fix it?
The text was updated successfully, but these errors were encountered: