Hide Forgot
Description of problem: Cannot restart my openshift application tomcat and cannot log in using ssh $ ssh 524a7eb2e0b8cd70cd00006c.com Connection to dev-teambine.rhcloud.com closed by remote host. Connection to dev-teambine.rhcloud.com closed. Reference #0805a707e9f95c92ecdcf2695fc9fa2e Version-Release number of selected component (if applicable): How reproducible: just log to https://openshift.redhat.com/app/console/application/524a7eb2e0b8cd70cd00006c-dev and try to restart Actual results: We appear to be having technical difficulties You can try refreshing the page, if the problem is temporary. Expected results: Additional info: it's more than 24 hours now! :( Thanks
Gianluigi, It looks like your application ran up against the 250 nproc limit in cgroups. This makes me suspect some bug in either your code or some other code in your application is erroneously creating too many processes, or perhaps leaking resources. We've done a blanket kill of all processed on your application, and upon restart it's stabilized at around 32 processes at the time of this writing. If you encounter the problem again, please try an `rhc app force-stop` to kill everything and regain access to your gear to diagnose your issue. Please verify you can now restart your application, and I'll go ahead and close this bug pending any new information which would indicate a bug in OpenShift itself.
Thanks!