learningpath-docker icon indicating copy to clipboard operation
learningpath-docker copied to clipboard

Week II Assignment: Shashwat Math

Open shashwatmath opened this issue 5 years ago • 2 comments

Please review my Week II assignment!

My name: Shashwat Math My GitHub repository: https://github.com/shashwatmath/containerizedchess Description: The project is designed to use Flask (Python) as front-end and Cassandra (with 4 nodes - dc 1: rack 1/2 and dc2: rack1/2). The front-end is a dummy Chess app which creates new game every time on click on new Game and lists all games with their UUIDs).

shashwatmath avatar Oct 18 '20 17:10 shashwatmath

I am facing an issue while running the front-end container 'chess' with error: cassandra.cluster.NoHostAvailable: ('Unable to connect to any servers', {'127.0.0.3:9042': OSError(22, "Tried connecting to [('127.0.0.3', 9042)]. Last error: Invalid argument"), '127.0.0.2:9042': OSError(22, "Tried connecting to [('127.0.0.2', 9042)]. Last error: Invalid argument")})

shashwatmath avatar Oct 18 '20 17:10 shashwatmath

I managed to fix issues with my docker-compose and Cassandra cluster.

shashwatmath avatar Oct 20 '20 14:10 shashwatmath