-
Notifications
You must be signed in to change notification settings - Fork 658
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker errors #10
Comments
@jbonnett92 - You should change the user folder path to match your username in |
@mmestani That fixed the protocol error although none of the others. |
Ok so far I have noticed that the API-Gateway wasn't running due to not having a certificate. So I generated one and started the services again. Some services are still failing so I will continue to try and get it up and running. An error has occured fetching schedules by movie, err: MongoError: The 'cursor' option is required, except for aggregate with the explain argument |
Hello Jamie,
Sorry for the late response, please check the configuration of your servers, different services have different ip addresses, to simulate different endpoints or computers to have a decentralized application. For example if you run an application trough 192.168.99.100 make notice to check that configuration. I haven’t check it but, most likely its because it cannot communicate to the different endpoints due configuration. Basically the addresses aren’t the right ones. I would suggest to check the addresses of the different services you have so far. And provide yours according to your preference. If you are testing it like a local project in a home computer or something like that just make sure the ips are pingable between your network.
Sorry I don’t have a better example, I am almost 100% sure this might be your issue.
From: Jamie Bonnett <[email protected]>
Sent: sábado, 28 de abril de 2018 01:17 a.m.
To: Crizstian/cinema-microservice <[email protected]>
Cc: Subscribed <[email protected]>
Subject: Re: [Crizstian/cinema-microservice] Docker errors (#10)
Ok so far I have notices that the API-Gateway wasn't running due to not having a certificate. So I generated one and started the services again. Some services are still failing so I will continue to try and get it up and running.
[https://camo.githubusercontent.com/2c498297531c50581152db0fa9da8d22fe0ef081/68747470733a2f2f692e696d6775722e636f6d2f33556e475333692e706e67]<https://camo.githubusercontent.com/2c498297531c50581152db0fa9da8d22fe0ef081/68747470733a2f2f692e696d6775722e636f6d2f33556e475333692e706e67>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#10 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AHM8Dz-gvNlg7vtdhqDvDwl1op4z-6mrks5ttAlVgaJpZM4SGVP3>.
|
I also found that one of the tests in api-gateway was incorrect for server.js as So I fixed api-gateway/server/server.spec.js like so:
I know it's the same case with the booking-service, notification-service and payment-service, but not the movies-service, cinema-catalog-service. |
Did you generate the certificates in manager1 or under api-service ? Please help me to fix this issue. |
Hi,
When I run kraken.sh I get the following errors:
docker: Error response from daemon: error while creating mount source path '/Users/Cramirez/.docker/machine/machines/manager1': mkdir /Users/Cramirez: protocol error.
docker: Error response from daemon: error while creating mount source path '/Users/Cramirez/.docker/machine/machines/worker1': mkdir /Users/Cramirez: protocol error.
docker: Error response from daemon: error while creating mount source path '/Users/Cramirez/.docker/machine/machines/worker2': mkdir /Users/Cramirez: protocol error.
Error: No such container: api-gateway-service
Error: No such image: api-gateway-service
I can open Rancher although I can't see any workers.
Any ideas? Sorry is this is really simple I am new to Microservices and Docker.
Thanks,
Jamie
The text was updated successfully, but these errors were encountered: