Bajarang
Bajarang
Hello @luckydonald I am also not able to get the project running properly. Can you please give me the hints to make it run. Here is the output of docker-compose...
Hi @luckydonald , thanks for your prompt reply. I went through each of the logs separately as you suggested. I do not see any errors there. The only problem I...
Thanks for the hints. When I click the postgres link, I see this :  Should I try to use an older version of postgres as you...
Hello @luckydonald I upgraded the postgres version you had suggested [here](https://github.com/luckydonald/pbft/blob/1a524b9b3f270e98dc3d252108ffbcd223941ec0/api.docker-compose.yml#L15) with : `image: postgres:9.5.16` and I get this for phppgadmin now.  How do the events...
Hello @luckydonald The logs are getting filled now successfully. And I can see the updating log for node with this : `$ docker-compose logs -f node` Can you please explain...
Hi @luckydonald , thanks for your reply. I get [this](https://gist.github.com/bajarang/e082b04083b7f87a91e16718704fce16) as output after I run : `docker-compose logs -f node` you can see in this log that multiple nodes are...
Hello @luckydonald , one quick question. In this code [here](https://github.com/luckydonald/PBFT-JAVA/blob/de3d1d5c1183b949cf690be11f2bdac966ea7dfd/src/main/java/de/teamproject16/pbft/Network/Database/Dumper.java#L24), when the host_to_post variable is empty, the code returns nothing and hence the api is unable to pass different values...