Bug 1039341

Summary: Cannot restart my openshift application tomcat and cannot log in using ssh
Product: OpenShift Online Reporter: Gianluigi Davassi <gianluigi.davassi>
Component: ImageAssignee: Dan Mace <dmace>
Status: CLOSED NOTABUG QA Contact: libra bugs <libra-bugs>
Severity: high Docs Contact:
Priority: unspecified    
Version: 1.xCC: 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
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

Comment 1 Dan Mace 2013-12-09 18:28:03 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.

Comment 2 Gianluigi Davassi 2013-12-09 19:10:54 UTC
Thanks!