Description of problem: Given a Jenkins server that has been force-stopped, it fails to restart it again. Version-Release number of selected component (if applicable): devenv_3129 How reproducible: always Steps to Reproduce: 1. Create a Jenkins server rhc app create jenkins jenkins-1.4 2. Force-stop this jenkins server rhc app force-stop jenkins 3. Check if the server is accessible 4. Restart this Jenkins server rhc app restart jenkins 5. Check if the server becomes accessible again Actual results: In both Step 3 & 5, the Jenkins server is inaccessible via its URL. Expected results: The jenkins server should be restarted successfully after force-stopping it. Additional info:
https://github.com/openshift/origin-server/pull/2445
Commit pushed to master at https://github.com/openshift/origin-server https://github.com/openshift/origin-server/commit/2bbaab2a78956750c6dc22d4637748ce64dbf2d9 Bug 962354
Verified in devenv_3223, and the steps are identical to those in Description.