| Summary: | Nodejs start output goes only to log and does not show during git push | ||
|---|---|---|---|
| Product: | OpenShift Online | Reporter: | Paul Morie <pmorie> |
| Component: | Image | Assignee: | Paul Morie <pmorie> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | libra bugs <libra-bugs> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 2.x | CC: | bmeng, yadu |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-01-30 00:53:20 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Paul Morie
2013-12-13 15:10:48 UTC
PR submitted 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.
|