Hide Forgot
The output when nodejs is started (which can be critical to understanding why your application doesn't start) goes only to a log file and is not included in the output of git push. Expected behavior is for this output to be present in the log file as well as visible during git push.
PR submitted
https://bugzilla.redhat.com/show_bug.cgi?id=1042895
Whoops! https://github.com/openshift/origin-server/pull/4342
Commit pushed to master at https://github.com/openshift/origin-server https://github.com/openshift/origin-server/commit/ddff07b9fd3c0ee72355b1df8fcead947f8e059a Fix bug 1042895
Test on devenv_4137, debug information shown correctly during git push. remote: Starting NodeJS cartridge remote: remote: DEBUG: Running node-supervisor with remote: DEBUG: program 'server.js' remote: DEBUG: --watch '.' remote: DEBUG: --ignore 'undefined' remote: DEBUG: --extensions 'node|js|coffee' remote: DEBUG: --exec 'node' remote: remote: DEBUG: Starting child process with 'node server.js' remote: DEBUG: Watching directory '/var/lib/openshift/52aec9ac3c2b97c7d30007d1/app-root/runtime/repo' for changes. remote: Warning: express.createServer() is deprecated, express remote: applications no longer inherit from http.Server, remote: please use: remote: remote: var express = require("express"); remote: var app = express(); remote: remote: Mon Dec 16 2013 04:39:35 GMT-0500 (EST): Node server started on 127.2.9.129:8080 ... remote: Result: success remote: Activation status: success remote: Deployment completed with status: success To ssh://52aec9ac3c2b97c7d30007d1.rhcloud.com/~/git/n6.git/ 139435e..b29633f master -> master move to verified.