Skip to content

Instantly share code, notes, and snippets.

@ngtuna
Last active August 29, 2015 14:07
Show Gist options
  • Select an option

  • Save ngtuna/1be7c111448af74d0e6e to your computer and use it in GitHub Desktop.

Select an option

Save ngtuna/1be7c111448af74d0e6e to your computer and use it in GitHub Desktop.
cf logs nginx
public@public:~$ cf logs nginx
Connected, tailing logs for app nginx in org fsb / space demo as admin...
2014-10-15T23:16:50.61+0700 [DEA] OUT Got staging request for app with id 1f1a8057-6bbe-4ef2-a5bc-e960452ea985
2014-10-15T23:16:51.68+0700 [API] OUT Updated app with guid 1f1a8057-6bbe-4ef2-a5bc-e960452ea985 ({"state"=>"STARTED"})
2014-10-15T23:16:51.83+0700 [STG] OUT -----> Downloaded app package (4.0K)
2014-10-15T23:16:52.17+0700 [STG] OUT -----> Building Docker package
2014-10-15T23:16:52.21+0700 [STG] ERR
2014-10-15T23:16:52.91+0700 [STG] OUT -----> Uploading droplet (1.7M)
2014-10-15T23:16:54.41+0700 [DEA] OUT Starting app instance (index 0) with guid 1f1a8057-6bbe-4ef2-a5bc-e960452ea985
2014-10-15T23:16:55.87+0700 [App/0] OUT starting cf-docker
2014-10-15T23:16:55.87+0700 [App/0] OUT 2014/10/15 16:16:55 DOCKER_HOST=tcp://54.69.128.153:80
2014-10-15T23:16:55.87+0700 [App/0] OUT 2014/10/15 16:16:55 DOCKER_MONITOR=http://54.69.128.153:443
2014-10-15T23:16:55.88+0700 [App/0] OUT 2014/10/15 16:16:55 ImageName: tuna
2014-10-15T23:16:55.88+0700 [App/0] OUT 2014/10/15 16:16:55 Exec: [docker run -d --env-file ../env.lst --publish-all=true tuna]
2014-10-15T23:16:55.88+0700 [App/0] OUT 2014/10/15 16:16:55 Exec.out:
2014-10-15T23:16:55.88+0700 [App/0] OUT 2014/10/15 16:16:55 Exec.err:
2014-10-15T23:16:55.88+0700 [App/0] OUT 2014/10/15 16:16:55 CID:
2014-10-15T23:16:56.49+0700 [App/0] OUT 2014/10/15 16:16:56 Starting container registration thread
2014-10-15T23:16:56.89+0700 [App/0] ERR panic: interface conversion: interface is nil, not map[string]interface {}
2014-10-15T23:16:56.89+0700 [App/0] ERR goroutine 16 [running]:
2014-10-15T23:16:56.89+0700 [App/0] ERR runtime.panic(0x684960, 0xc20803e300)
2014-10-15T23:16:56.89+0700 [App/0] ERR /usr/local/go/src/pkg/runtime/panic.c:279 +0xf5
2014-10-15T23:16:56.89+0700 [App/0] ERR main.StartProxy(0x6cb470, 0x0)
2014-10-15T23:16:56.89+0700 [App/0] ERR /home/public/docker/docker-buildpack/cf-docker/main.go:146 +0x239
2014-10-15T23:16:56.89+0700 [App/0] ERR main.main()
2014-10-15T23:16:56.89+0700 [App/0] ERR /home/public/docker/docker-buildpack/cf-docker/main.go:61 +0x40d
2014-10-15T23:16:56.89+0700 [App/0] ERR goroutine 19 [finalizer wait]:
2014-10-15T23:16:56.89+0700 [App/0] ERR runtime.park(0x418150, 0x8565d0, 0x854869)
2014-10-15T23:16:56.89+0700 [App/0] ERR /usr/local/go/src/pkg/runtime/proc.c:1369 +0x89
2014-10-15T23:16:56.89+0700 [App/0] ERR runtime.parkunlock(0x8565d0, 0x854869)
2014-10-15T23:16:56.89+0700 [App/0] ERR /usr/local/go/src/pkg/runtime/proc.c:1385 +0x3b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment