Skip to content

Instantly share code, notes, and snippets.

@bketelsen
Created October 17, 2014 15:36
Show Gist options
  • Save bketelsen/97a06ae63a249bc25865 to your computer and use it in GitHub Desktop.
Save bketelsen/97a06ae63a249bc25865 to your computer and use it in GitHub Desktop.
500 error on api/v1beta1/watch/endpoints
I1017 11:32:43.463820 07801 log.go:151] GET /api/v1beta1/watch/endpoints?fields=&labels=&resourceVersion=3: (286.632us) 500
goroutine 76 [running]:
github.com/GoogleCloudPlatform/kubernetes/pkg/httplog.(*respLogger).WriteHeader(0xc208004900, 0x1f4)
/home/bketelsen/src/github.com/GoogleCloudPlatform/kubernetes/_output/go/src/github.com/GoogleCloudPlatform/kubernetes/pkg/httplog/log.go:170 +0x9c
github.com/GoogleCloudPlatform/kubernetes/pkg/apiserver.writeJSON(0x1f4, 0x7f91cd5d48e0, 0xc2080467a0, 0x7f91cd5d4a58, 0xc208000000, 0x7f91cd5d7a60, 0xc208004900)
/home/bketelsen/src/github.com/GoogleCloudPlatform/kubernetes/_output/go/src/github.com/GoogleCloudPlatform/kubernetes/pkg/apiserver/apiserver.go:147 +0x132
github.com/GoogleCloudPlatform/kubernetes/pkg/apiserver.errorJSON(0x7f91cd5d01b0, 0xc20810fd40, 0x7f91cd5d48e0, 0xc2080467a0, 0x7f91cd5d7a60, 0xc208004900)
/home/bketelsen/src/github.com/GoogleCloudPlatform/kubernetes/_output/go/src/github.com/GoogleCloudPlatform/kubernetes/pkg/apiserver/apiserver.go:154 +0xa7
github.com/GoogleCloudPlatform/kubernetes/pkg/apiserver.(*WatchHandler).ServeHTTP(0xc208046f00, 0x7f91cd5d7a60, 0xc208004900, 0xc2080e7d40)
/home/bketelsen/src/github.com/GoogleCloudPlatform/kubernetes/_output/go/src/github.com/GoogleCloudPlatform/kubernetes/pkg/apiserver/watch.go:79 +0x3b5
net/http.func·012(0x7f91cd5d7a60, 0xc208004900, 0xc2080e7d40)
/usr/local/go/src/pkg/net/http/server.go:1267 +0xc4
net/http.HandlerFunc.ServeHTTP(0xc208047000, 0x7f91cd5d7a60, 0xc208004900, 0xc2080e7d40)
/usr/local/go/src/pkg/net/http/server.go:1235 +0x40
net/http.(*ServeMux).ServeHTTP(0xc2080f3290, 0x7f91cd5d7a60, 0xc208004900, 0xc2080e7d40)
/usr/local/go/src/pkg/net/http/server.go:1511 +0x1a3
github.com/GoogleCloudPlatform/kubernetes/pkg/apiserver.func·004(0x7f91cd5d7a60, 0xc208004900, 0xc2080e7d40)
/home/bketelsen/src/github.com/GoogleCloudPlatform/kubernetes/_output/go/src/github.com/GoogleCloudPlatform/kubernetes/pkg/apiserver/handlers.go:92 +0x4c5
net/http.HandlerFunc.ServeHTTP(0xc2080f35f0, 0x7f91cd5d7a60, 0xc208004900, 0xc2080e7d40)
/usr/local/go/src/pkg/net/http/server.go:1235 +0x40
github.com/GoogleCloudPlatform/kuberne
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment