-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Constant error during push - Failed to execute: 'control stop' #63
Comments
I am curious how you are starting and stopped your application. Could you publish that info here? Gocho Mugo, -----Original Message----- Hello, |
"git push" fails with the error mentioned on the previous post. Outputs: RESULT: ===STARTING=== RESULT: ===RESTARTING=== Thanks! |
Hi I'm also consistently getting an error about not being able to stop the nodejs app after doing a 'git push': remote: CLIENT_MESSAGE: Stopping Node.js application... It's not a show stopper because I can stop it with rhc stop-app, but it would be nice if this worked. |
Hello,
I am constantly receiving below error during "git push". If i retry i succeed on one gear but it again failed on second gear and my repo changes are not synced. I tried increasing time in bin/control script from 60 to 120 but that didnt help. Interestingly, when i do rhc app-stop it stops the application well.
Do you have any suggestion or recommendation? I have nodejs on 2 gears which are load balanced using haproxy.
remote: An error occurred executing 'gear prereceive' (exit code: 1)
remote: Error message: CLIENT_ERROR: Failed to execute: 'control stop' for /var/lib/openshift/[...]/nodejs
Thanks!
The text was updated successfully, but these errors were encountered: