| Summary: | git push to node.js app fails with supervisor PID does not match | ||
|---|---|---|---|
| Product: | OpenShift Online | Reporter: | Mrunal Patel <mpatel> |
| Component: | Containers | Assignee: | Jhon Honce <jhonce> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | libra bugs <libra-bugs> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 2.x | CC: | jhonce, 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: | 2013-10-17 13:29:53 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
Mrunal Patel
2013-09-19 22:31:36 UTC
Using git://github.com/openshift/nodejs-custom-version-openshift.git I was able to successfully push code to both nodejs-0.6 and nodejs-0.10 cartridges. test on devenv_3824 both nodejs-0.6 and nodejs-0.10 app can git push successfully, move bug to verified. Delta compression using up to 8 threads. Compressing objects: 100% (2/2), done. Writing objects: 100% (3/3), 247 bytes, done. Total 3 (delta 1), reused 0 (delta 0) remote: Stopping NodeJS cartridge remote: Saving away previously installed Node modules remote: Building NodeJS cartridge remote: npm info it worked if it ends with ok remote: npm info using npm.37 remote: npm info using node.20 remote: npm info preinstall OpenShift-Sample-App.0 remote: npm info build /var/lib/openshift/52429786a3a728a7910004c3/app-root/runtime/repo remote: npm info linkStuff OpenShift-Sample-App.0 remote: npm info install OpenShift-Sample-App.0 remote: npm info postinstall OpenShift-Sample-App.0 remote: npm info ok remote: Starting application n6 remote: Starting NodeJS cartridge To ssh://52429786a3a728a7910004c3.rhcloud.com/~/git/n6.git/ 702c2d9..33665bd master -> master |