Hide Forgot
Description of problem: Everytime I git push (my domain is pesobility.com), the app fails to start. I have to roc app stop, force-stop, then start to be able to start my web application again. Version-Release number of selected component (if applicable): How reproducible: Everytime on my environment Steps to Reproduce: 1. git push 2. 3. Actual results: 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-08_21-41-38.725/dependencies/ /var/lib/openshift/fe506a23f919485fb6c170aa95578604/app-root/runtime/dependencies/' returned an error. rc=23) remote: Deployment completed with status: failure remote: postreceive failed Expected results: Additional info:
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.