Created attachment 950598 [details] when tried to restart from browser Description of problem: Can not restart machine Version-Release number of selected component (if applicable): How reproducible: try restarting app from browser, command-line, nothing works Steps to Reproduce: 1. rhc app-restart api 2. 3. Actual results: Failed to execute: 'control restart' for /var/lib/openshift/53f0dc0ce0b8cd0dc5000011/wildfly Expected results: The app should have restrated Additional info: I tried force-stop, but now I could not start it $ rhc app force-stop api /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/universal-darwin14/rbconfig.rb:213: warning: Insecure world writable dir /usr/local in PATH, mode 040777 RESULT: api force stopped # harit at Harits-MacBook-Air.local in ~/Box Sync/code/idea/pennyapp on git:master x [23:39:58] $ rhc app start api /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/universal-darwin14/rbconfig.rb:213: warning: Insecure world writable dir /usr/local in PATH, mode 040777 Failed to execute: 'control start' for /var/lib/openshift/53f0dc0ce0b8cd0dc5000011/wildfly
Also added https://stackoverflow.com/questions/26559878/failed-to-execute-control-restart
I deleted the application and re-created one again, no issues seem so far
In the future, gathering the logs ("rhc tail -a yourapp", or ssh'ing into your gear and looking in the $OPENSHIFT_LOGS directory) would help us debug what's going wrong during start.