Created
January 21, 2015 21:04
-
-
Save jcantrill/adf9635bacda162136d6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[vagrant@openshiftdev origin]$ sudo _output/local/go/bin/openshift start "--master=http://:8080" | |
I0121 21:03:48.907687 1418 start.go:181] Starting an OpenShift all-in-one, reachable at http://10.0.2.15:8080 (etcd: http://10.0.2.15:4001) | |
I0121 21:03:48.908129 1418 start.go:194] Node: openshiftdev.local | |
I0121 21:03:48.908859 1418 etcd.go:29] Started etcd at 10.0.2.15:4001 | |
[etcd] Jan 21 21:03:49.199 INFO | Peer URLs in log: / openshift.local (http://127.0.0.1:7001) | |
[etcd] Jan 21 21:03:49.202 INFO | etcd server [name openshift.local, listen on 0.0.0.0:4001, advertised url http://10.0.2.15:4001] | |
[etcd] Jan 21 21:03:49.203 INFO | peer server [name openshift.local, listen on 0.0.0.0:7001, advertised url http://127.0.0.1:7001] | |
[etcd] Jan 21 21:03:49.203 INFO | openshift.local starting in peer mode | |
[etcd] Jan 21 21:03:49.204 INFO | openshift.local: state changed from 'initialized' to 'follower'. | |
[etcd] Jan 21 21:03:49.469 INFO | openshift.local: state changed from 'follower' to 'candidate'. | |
[etcd] Jan 21 21:03:49.470 INFO | openshift.local: state changed from 'candidate' to 'leader'. | |
[etcd] Jan 21 21:03:49.471 INFO | openshift.local: leader changed from '' to 'openshift.local'. | |
W0121 21:03:49.559663 1418 apiserver.go:111] error getting kind: expected pointer, but got invalid kind | |
W0121 21:03:49.559745 1418 apiserver.go:111] error getting kind: expected pointer, but got invalid kind | |
2015/01/21 21:03:49 [restful/swagger] listing is available at /swaggerapi/ | |
2015/01/21 21:03:49 [restful/swagger] Swagger(File)Path is empty ; no UI is served | |
I0121 21:03:49.577843 1418 master.go:300] Started Kubernetes API at http://10.0.2.15:8080/api/v1beta1 | |
I0121 21:03:49.577900 1418 master.go:300] Started Kubernetes API at http://10.0.2.15:8080/api/v1beta2 | |
I0121 21:03:49.577919 1418 master.go:300] Started OAuth2 API at http://10.0.2.15:8080/oauth | |
I0121 21:03:49.577935 1418 master.go:300] Started login server at http://10.0.2.15:8080/login | |
I0121 21:03:49.577950 1418 master.go:300] Started OpenShift API at http://10.0.2.15:8080/osapi/v1beta1 | |
I0121 21:03:49.577980 1418 master.go:300] Started Swagger Schema API at http://10.0.2.15:8080/swaggerapi/ | |
I0121 21:03:49.682811 1418 master.go:117] Started Kubernetes Scheduler | |
I0121 21:03:49.683386 1418 master.go:97] Started Kubernetes Replication Manager | |
I0121 21:03:49.683684 1418 master.go:105] Started Kubernetes Endpoint Controller | |
I0121 21:03:49.685662 1418 master.go:131] Started Kubernetes Minion Controller | |
I0121 21:03:49.690845 1418 master.go:432] Started OpenShift static asset server at http://10.0.2.15:8444 | |
E0121 21:03:49.696035 1418 endpoints_controller.go:49] Failed to list services: Get http://10.0.2.15:8080/api/v1beta1/services: dial tcp 10.0.2.15:8080: connection refused | |
E0121 21:03:49.696393 1418 replication_controller.go:109] Unexpected failure to watch: Get http://10.0.2.15:8080/api/v1beta1/watch/replicationControllers?resourceVersion=: dial tcp 10.0.2.15:8080: connection refused | |
E0121 21:03:49.698138 1418 poller.go:63] failed to list: Get http://10.0.2.15:8080/api/v1beta1/minions: dial tcp 10.0.2.15:8080: connection refused | |
E0121 21:03:49.698411 1418 reflector.go:80] Failed to list *api.Pod: Get http://10.0.2.15:8080/api/v1beta1/pods?fields=DesiredState.Host%21%3D: dial tcp 10.0.2.15:8080: connection refused | |
E0121 21:03:49.698736 1418 reflector.go:80] Failed to list *api.Pod: Get http://10.0.2.15:8080/api/v1beta1/pods?fields=DesiredState.Host%3D: dial tcp 10.0.2.15:8080: connection refused | |
E0121 21:03:49.798432 1418 reflector.go:80] Failed to list *api.DeploymentConfig: Get http://10.0.2.15:8080/osapi/v1beta1/deploymentConfigs: dial tcp 10.0.2.15:8080: connection refused | |
E0121 21:03:49.798647 1418 reflector.go:80] Failed to list *api.ImageRepository: Get http://10.0.2.15:8080/osapi/v1beta1/imageRepositories: dial tcp 10.0.2.15:8080: connection refused | |
E0121 21:03:49.798966 1418 reflector.go:80] Failed to list *api.ReplicationController: Get http://10.0.2.15:8080/api/v1beta1/replicationControllers: dial tcp 10.0.2.15:8080: connection refused |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment