| Summary: | Cannot restart my openshift application tomcat and cannot log in using ssh | ||
|---|---|---|---|
| Product: | OpenShift Online | Reporter: | Gianluigi Davassi <gianluigi.davassi> |
| Component: | Image | Assignee: | Dan Mace <dmace> |
| Status: | CLOSED NOTABUG | QA Contact: | libra bugs <libra-bugs> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 1.x | CC: | dmcphers, gianluigi.davassi |
| Target Milestone: | --- | Keywords: | SupportQuestion |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-12-16 18:07:20 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Gianluigi Davassi
2013-12-08 13:19:59 UTC
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! |