Bajarang

Results 7 comments of 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 : ![Screenshot from 2019-04-04 19-41-03](https://user-images.githubusercontent.com/4846518/55562522-b8eb4e00-5711-11e9-89a5-3a06bb0486fb.png) 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. ![Screenshot from 2019-04-05 16-27-03](https://user-images.githubusercontent.com/4846518/55623139-bb0be600-57bf-11e9-9bb8-248dade8ee25.png) 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...