Closed alansong21 closed 7 months ago
Hi @alansong21 , my apologies for not getting to this sooner! I think there were some minor bugs that I have recently fixed for the sockshop application. Could you please try the latest commit and let me know if things aren't working?
The first error that you see is probably because the address of the frontend server is not at 12356 but at a different port as we modified the port-binding to be automated.
The tests had a minor bug caused due to json serialization which was recently fixed. Additionally, running the test suite more than once might cause test failures as the tests may not necessarily fully reset the state of the various backends.
Seems to be working now, thanks!
Fixed as of #168
After following the instructions in https://github.com/Blueprint-uServices/blueprint/tree/main/examples/sockshop, I compiled and ran the application. However, when I try to invoke using the following command (as stated in the docs):
curl http://localhost:12356/ListItems?pageSize=100\&pageNum=1
I got this message:It looks like you are trying to access MongoDB over HTTP on the native driver port.
Also, I tried testing the compiled application using
but I got the error:
Any idea what's going on here? I have gRPC and Docker both installed -- am I potentially missing any prerequisites?