| Summary: | App do not start every git push | ||
|---|---|---|---|
| Product: | OpenShift Online | Reporter: | pesobility |
| Component: | Containers | Assignee: | Dan Mace <dmace> |
| Status: | CLOSED CANTFIX | QA Contact: | libra bugs <libra-bugs> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 2.x | CC: | agoldste, bparees, ligia.arghir, mail, pesobility |
| Target Milestone: | --- | Keywords: | SupportQuestion |
| Target Release: | --- | Flags: | dmace:
needinfo?
(pesobility) |
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-02-07 19:55:13 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
pesobility
2013-12-09 03:03:51 UTC
Which cartridges does your application use? node js mongodb rockmongo Here's a longer log: remote: Stopping RockMongo cartridge remote: [Mon Dec 09 21:34:33 2013] [warn] module php5_module is already loaded, skipping remote: Waiting for stop to finish remote: Waiting for stop to finish remote: Waiting for stop to finish remote: remote: - pre_stop_nodejs: Adding Node.js version 0.10.22 binaries to path remote: - PATH set to include custom node version (0.10.22) from remote: /var/lib/openshift/fe506a23f919485fb6c170aa95578604/app-root/data//node-v0.10.22-linux-x64/bin remote: PATH = /var/lib/openshift/fe506a23f919485fb6c170aa95578604/app-root/data//node-v0.10.22-linux-x64/bin:/var/lib/openshift/fe506a23f919485fb6c170aa95578604//.node_modules/.bin:/bin:/usr/bin:/usr/sbin remote: Stopping NodeJS cartridge remote: Stopping MongoDB cartridge remote: Saving away previously installed Node modules remote: Building git ref 'master', commit 8222b54 remote: remote: - Checking to see if Node.js version 0.10.22 is installed ... remote: - Node.js version 0.10.22 is already installed remote: Building NodeJS cartridge remote: - PATH set to include custom node version (0.10.22) from remote: /var/lib/openshift/fe506a23f919485fb6c170aa95578604/app-root/data//node-v0.10.22-linux-x64/bin remote: PATH = /var/lib/openshift/fe506a23f919485fb6c170aa95578604/app-root/data//node-v0.10.22-linux-x64/bin:/var/lib/openshift/fe506a23f919485fb6c170aa95578604//.node_modules/.bin:/bin:/usr/bin:/usr/sbin remote: - Installing dependencies w/ new version of npm ... remote: remote: npm info it worked if it ends with ok remote: npm info using npm.14 remote: npm info using node.22 remote: npm info preinstall OpenShift-Sample-App.0 remote: npm info build /var/lib/openshift/fe506a23f919485fb6c170aa95578604/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 prepublish OpenShift-Sample-App.0 remote: npm info ok remote: Preparing build for deployment remote: Deployment id is 50c380ef remote: Activating deployment remote: Result: failure remote: Activation status: failure remote: Activation failed for the following gears: remote: fe506a23f919485fb6c170aa95578604 (Error activating gear: Shell command '/usr/bin/rsync -av --delete /var/lib/openshift/fe506a23f919485fb6c170aa95578604/app-deployments/2013-12-09_21-35-23.287/dependencies/ /var/lib/openshift/fe506a23f919485fb6c170aa95578604/app-root/runtime/dependencies/' returned an error. rc=23) remote: Deployment completed with status: failure remote: postreceive failed Is this the same bug? remote: Stopping PYTHON cart remote: [Fri Dec 20 10:04:26.413454 2013] [core:warn] [pid 12823] AH00117: Ignoring deprecated use of DefaultType in line 112 of /var/lib/openshift/52b16f21b01314bbac00000d/python/etc/conf/httpd_nolog.conf. remote: Waiting for stop to finish remote: Permission denied - /var/lib/openshift/52b16f21b01314bbac00000d/app-deployments/2013-12-18_09-47-19.620/dependencies/python/virtenv/lib/python2.7/genericpath.py To ssh://52b16f21b01314bbac00000d@[***]/~/git/newpython.git/ ! [remote rejected] master -> master (pre-receive hook declined) error: failed to push some refs to 'ssh://52b16f21b01314bbac00000d@[***]/~/git/newpython.git/' *** application and hostname have been hidden for this post This is a simple python-2.7 application with only one cartridge. This occurrs at git push. (In reply to pesobility from comment #0) Can you do another git push to your application and paste the results here? The gear contents changed by the time I got to it, and so I need some more current output and a verification that the problem still exists. Thanks. I retired the said web app already and deployed it to newer nodejs 0.10 application (after few changes). The problem cannot be replicated. Thank you. |