Hide Forgot
Description of problem: Cannot restart my openshift application tomcat Version-Release number of selected component (if applicable): How reproducible: Click on restart button Steps to Reproduce: 1.Click on restart button 2. 3. Actual results: Application does not restart Expected results: Application restarts Additional info:
Tried on prod, restarted my application tomcat6 and tomcat7, both can restart successfully, can not reproduce above issue.
tomcat-avt.rhcloud.com I get the following when trying to restart my application via web interface ================================ We appear to be having technical difficulties You can try refreshing the page, if the problem is temporary. You can also try the following: Seek assistance in the support forum. Join IRC channel #openshift on Freenode. If you are experiencing a repeatable error not related to a service outage, report it as a bug. Reference #9f4bad7725b4a711590f4a806bfa8eac
Can someone restart my tomcat DIY app? Since I cannot do that from web ui due to this bug??
Myroslav, It appears your application gear has about 250 java processes running, which is putting you up against your process quota. Please try force-stopping your application (e.g. `rhc app force-stop tomcat ...`) before the restart. Let me know if that resolves your issue.
I new to open shift force-stop did work