I'm trying to install deis in ec2 instance. I'm following the deis documentation for ec2, but when I try to execute make run
That gives the above error. Please can anyone help me?
Asked
Active
Viewed 51 times
0

enrique-carbonell
- 5,836
- 3
- 30
- 44

Kavimal
- 43
- 6
-
1could you please provide a gist of how you provisioned your cluster as well as the log output which shows this error? – bacongobbler Aug 27 '14 at 05:53
-
How is that question related to Docker ? – Regan Aug 27 '14 at 08:06
-
@user2549135 please post your error code. – enrique-carbonell Aug 28 '14 at 00:55
-
Deis is private PaaS using docker. – Kavimal Aug 28 '14 at 09:14
-
Don't gives any error code. I copied and past the error in here. Before this error it shows following line, E0827 13:07:59.891706 71498 client.go:200] Unable to get result for {Get /_coreos.com/fleet/job/deis-router@1.service}, retrying in 100ms – Kavimal Aug 28 '14 at 09:22
-
@user2549135 are you sure that all deis services are runnig? please execute: `fleetctl list-units` to make sure. And verify if **router@1.service** are running. – enrique-carbonell Sep 01 '14 at 15:11