openshift - How do I debug an Open Shift 503 Service Unavailable error -


i have node app i'm trying deploy open shift. it's basic express, pretty vanilla express generator. runs locally. when push openshift following error:

503 service unavailable no server available handle request. 

now i'm not surprised there errors because i've pushed whole new application on open shift in 1 go, want know how go finding them?

how go debugging this? how crack open server , see what's going on?

you can try following things:

  • rhc tail <app_name> view log files on server
  • connect server ssh @ logs in ~/app-root/logs
  • if scaled application, go http://<app_name>-<your_namespace>.rhcloud.com/haproxy-status view status of scaled gears

Comments

Popular posts from this blog

matlab - "Contour not rendered for non-finite ZData" -

delphi - Indy UDP Read Contents of Adata -

javascript - Any ideas when Firefox is likely to implement lengthAdjust and textLength? -