Skip to content

Instantly share code, notes, and snippets.

@jhiemer
Created September 5, 2014 08:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jhiemer/4bf71b19b0663d7dae89 to your computer and use it in GitHub Desktop.
Save jhiemer/4bf71b19b0663d7dae89 to your computer and use it in GitHub Desktop.
ps auxww | grep deaagent
root 1879 0.0 0.1 338816 8460 ? S<l 06:47 0:02 /var/vcap/packages/dea_logging_agent/deaagent --config /var/vcap/jobs/dea_logging_agent/config/dea_logging_agent.json
root 5000 0.0 0.0 10440 928 pts/1 S+ 08:30 0:00 grep --color=auto deaagent
root@7a996ffd-d7bf-48ec-91a5-d3de26c8fdc0:/var/vcap/bosh_ssh/bosh_wciuh7bm5# strace -p 1879
Process 1879 attached
futex(0xaf3ae0, FUTEX_WAIT, 0, NULL
cf push
Using manifest file /Users/userOne/Development/dev/web/manifest.yml
Updating app web in org demo / space development as admin...
OK
Using route web.X.X.X.X.xip.io
Uploading web...
Uploading app files from: /Users/userOne/Development/dev/web/target/web.war
Uploading 1.9M, 339 files
OK
Binding service cs-mongodb to app web in org demo / space development as admin...
OK
Binding service cs-postgresql to app web in org demo / space development as admin...
OK
Binding service cs-rabbitmq to app web in org demo / space development as admin...
OK
Stopping app web in org demo / space development as admin...
OK
Starting app web in org demo / space development as admin...
OK
0 of 1 instances running, 1 down
0 of 1 instances running, 1 down
0 of 1 instances running, 1 down
0 of 1 instances running, 1 down
0 of 1 instances running, 1 down
0 of 1 instances running, 1 down
0 of 1 instances running, 1 down
0 of 1 instances running, 1 down
0 of 1 instances running, 1 down
0 of 1 instances running, 1 down
0 of 1 instances running, 1 down
0 of 1 instances running, 1 down
0 of 1 instances running, 1 down
0 of 1 instances running, 1 down
0 of 1 instances running, 1 down
FAILED
Start app timeout
TIP: use 'cf logs web --recent' for more information
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment