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 E4C379E31 for ; Tue, 7 Feb 2012 09:38:31 +0000 (UTC) Received: (qmail 66139 invoked by uid 500); 7 Feb 2012 09:38:31 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 65812 invoked by uid 500); 7 Feb 2012 09:38:29 -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 65803 invoked by uid 99); 7 Feb 2012 09:38:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Feb 2012 09:38:23 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Feb 2012 09:38:20 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 3A3441A6AB4 for ; Tue, 7 Feb 2012 09:37:59 +0000 (UTC) Date: Tue, 7 Feb 2012 09:37:59 +0000 (UTC) From: "James Howe (Commented) (JIRA)" To: dev@couchdb.apache.org Message-ID: <1221343755.7490.1328607479239.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <103292699.3257.1328558399520.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (COUCHDB-1402) Crash on Views - {'EXIT', {{badmatch, {error, {enoent, [{erlang,open_port, MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/COUCHDB-1402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13202197#comment-13202197 ] James Howe commented on COUCHDB-1402: ------------------------------------- ENOENT is basically file not found. Looks like you've not installed couchdb correctly and one of couchspawnkillable, couchjs.exe or main.js aren't in the right place. Windows installers can be found here if you're having trouble. https://github.com/dch/couchdb/downloads > Crash on Views - {'EXIT', {{badmatch, {error, {enoent, [{erlang,open_port, > -------------------------------------------------------------------------- > > Key: COUCHDB-1402 > URL: https://issues.apache.org/jira/browse/COUCHDB-1402 > Project: CouchDB > Issue Type: Bug > Components: Database Core > Affects Versions: 1.1.1 > Environment: Windows Server 2003 R2 SP3 > Reporter: Christopher Betz > > Every time I go to access a view, I get this error, even from futon. I am currently running Windows 2003 Server R3, SP3. > ** Reason for termination == > ** {'EXIT', > {{badmatch, > {error, > {enoent, > [{erlang,open_port, > [{spawn, > "c:/PROGRA~1/Apache Software Foundation/CouchDB/lib/couch-1.1.1/priv/couchspawnkillable ./couchjs.exe ../share/couchdb/server/main.js"}, > [stream,{line,1024},binary,exit_status,hide]]}, > {couch_os_process,init,1}, > {gen_server,init_it,6}, > {proc_lib,init_p_do_apply,3}]}}}, > [{couch_query_servers,new_process,3}, > {couch_query_servers,lang_proc,3}, > {couch_query_servers,handle_call,3}, > {gen_server,handle_msg,5}, > {proc_lib,init_p_do_apply,3}]}} > [Mon, 06 Feb 2012 18:59:17 GMT] [error] [<0.19625.0>] {error_report,<0.34.0>, > {<0.19625.0>,crash_report, > [[{initial_call,{couch_file,init,['Argument__1']}}, > {pid,<0.19625.0>}, > {registered_name,[]}, > {error_info, > {exit, > {'EXIT', > {{badmatch, > {error, > {enoent, > [{erlang,open_port, > [{spawn, > "c:/PROGRA~1/Apache Software Foundation/CouchDB/lib/couch-1.1.1/priv/couchspawnkillable ./couchjs.exe ../share/couchdb/server/main.js"}, > [stream, > {line,1024}, > binary,exit_status,hide]]}, > {couch_os_process,init,1}, > {gen_server,init_it,6}, > {proc_lib,init_p_do_apply,3}]}}}, > [{couch_query_servers,new_process,3}, > {couch_query_servers,lang_proc,3}, > {couch_query_servers,handle_call,3}, > {gen_server,handle_msg,5}, > {proc_lib,init_p_do_apply,3}]}}, > [{gen_server,terminate,6}, > {proc_lib,init_p_do_apply,3}]}}, > {ancestors,[<0.19624.0>,<0.19623.0>]}, > {messages,[{'EXIT',<0.19627.0>,shutdown}]}, > {links,[]}, > {dictionary,[]}, > {trap_exit,true}, > {status,running}, > {heap_size,987}, > {stack_size,24}, > {reductions,1331}], > []]}} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira