Bug 1039341 - Cannot restart my openshift application tomcat and cannot log in using ssh
Summary: Cannot restart my openshift application tomcat and cannot log in using ssh
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: OpenShift Online
Classification: Red Hat
Component: Image
Version: 1.x
Hardware: Unspecified
OS: Linux
unspecified
high
Target Milestone: ---
: ---
Assignee: Dan Mace
QA Contact: libra bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-12-08 13:19 UTC by Gianluigi Davassi
Modified: 2013-12-16 18:07 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-12-16 18:07:20 UTC
Target Upstream Version:


Attachments (Terms of Use)

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!


Note You need to log in before you can comment on or make changes to this bug.