Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E3F6AE1EA for ; Tue, 19 Feb 2013 07:51:16 +0000 (UTC) Received: (qmail 83611 invoked by uid 500); 19 Feb 2013 07:51:15 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 83232 invoked by uid 500); 19 Feb 2013 07:51:15 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 82758 invoked by uid 99); 19 Feb 2013 07:51:14 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Feb 2013 07:51:14 +0000 Date: Tue, 19 Feb 2013 07:51:13 +0000 (UTC) From: "Dave Cottlehuber (JIRA)" To: dev@couchdb.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (COUCHDB-1680) CouchDB keeps on to crash MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/COUCHDB-1680?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dave Cottlehuber updated COUCHDB-1680: -------------------------------------- Description: I keep on to receive the following error and couchdb engine hangs. Anyone can give me hints what happened? Thanks. Best Regards, Reid ===== [Mon, 18 Feb 2013 09:46:20 GMT] [error] [<0.2442.0>] {error_report,<0.31.0>, {<0.2442.0>,std_error, [{application,mochiweb}, "Accept failed error","{error,emfile}"]}} was: I keep on to receive the following error and couchdb engine hangs. Anyone can give me hints what happened? Thanks. Best Regards, Reid ===== [Mon, 18 Feb 2013 09:46:20 GMT] [error] [<0.2442.0>] {error_report,<0.31.0>, {<0.2442.0>,std_error, [{application,mochiweb}, "Accept failed error","{error,emfile}"]}} [Mon, 18 Feb 2013 09:46:20 GMT] [error] [<0.2442.0>] {error_report,<0.31.0>, {<0.2442.0>,crash_report, [[{initial_call, {mochiweb_acceptor,init, ['Argument__1','Argument__2', 'Argument__3']}}, {pid,<0.2442.0>}, {registered_name,[]}, {error_info, {exit, {error,accept_failed}, [{mochiweb_acceptor,init,3}, {proc_lib,init_p_do_apply,3}]}}, {ancestors, [couch_httpd,couch_secondary_services, couch_server_sup,<0.32.0>]}, {messages,[]}, {links,[<0.117.0>]}, {dictionary,[]}, {trap_exit,false}, {status,running}, {heap_size,1597}, {stack_size,24}, {reductions,423}], []]}} [Mon, 18 Feb 2013 09:46:20 GMT] [error] [<0.117.0>] {error_report,<0.31.0>, {<0.117.0>,std_error, {mochiweb_socket_server,310, {acceptor_error,{error,accept_failed}}}}} Priority: Trivial (was: Critical) Assignee: Dave Cottlehuber Issue Type: Question (was: Bug) Hi Reid, EMFILE is the hidden message in the stack trace that tells you what the problem is. http://publib.boulder.ibm.com/infocenter/iseries/v5r4/index.jsp?topic=%2Fapis%2Funix14.htm You'll need to adjust hard & soft ulimits (esp nofile) for the system user running couchdb, and potentially tune ERL_MAX_PORTS too. Note that JIRA is for logging bugs and features in the software, not for general support. I'm closing this ticket, but feel free to follow up with more questions on the mailing lists http://couchdb.apache.org/#mailing-list > CouchDB keeps on to crash > ------------------------- > > Key: COUCHDB-1680 > URL: https://issues.apache.org/jira/browse/COUCHDB-1680 > Project: CouchDB > Issue Type: Question > Components: Database Core > Affects Versions: 1.2.1 > Reporter: Reid Lai > Assignee: Dave Cottlehuber > Priority: Trivial > > I keep on to receive the following error and couchdb engine hangs. Anyone can give me hints what happened? Thanks. > Best Regards, > Reid > ===== > [Mon, 18 Feb 2013 09:46:20 GMT] [error] [<0.2442.0>] {error_report,<0.31.0>, > {<0.2442.0>,std_error, > [{application,mochiweb}, > "Accept failed error","{error,emfile}"]}} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira