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 749A69A88 for ; Thu, 9 Feb 2012 11:35:23 +0000 (UTC) Received: (qmail 13116 invoked by uid 500); 9 Feb 2012 11:35:22 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 13060 invoked by uid 500); 9 Feb 2012 11:35:21 -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 13038 invoked by uid 99); 9 Feb 2012 11:35:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Feb 2012 11:35:21 +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; Thu, 09 Feb 2012 11:35: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 5E95F1AC737 for ; Thu, 9 Feb 2012 11:35:00 +0000 (UTC) Date: Thu, 9 Feb 2012 11:35:00 +0000 (UTC) From: "Dave Cottlehuber (Commented) (JIRA)" To: dev@couchdb.apache.org Message-ID: <445737936.19044.1328787300388.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 [ https://issues.apache.org/jira/browse/COUCHDB-1402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13204458#comment-13204458 ] Dave Cottlehuber commented on COUCHDB-1402: ------------------------------------------- @christopher, I've been unable to replicate this on a MS-supported version. I assume you were using a 32-bit Windows which I don't have handy. %ProgramFiles% should work; its the default and hasn't changed in a while. Can you re-run the installer with /LOG="filename" somewhere and post that back? Some checks also; - if you installed as a service, what is the config? c:\Program Files (x86)\Apache CouchDB>erts-5.8.4\bin\erlsrv.exe list erts-5.8.4\bin\erlsrv.exe: No services found in registry. - what is the erlang install showing? erl.ini and install.ini c:\Program Files (x86)\Apache CouchDB>more Install.ini [Install] VSN=5.8.4 SYSTEM_VSN=R14B03 c:\Program Files (x86)\Apache CouchDB>more bin\erl.ini [erlang] Bindir=c:\\Program Files (x86)\\Apache CouchDB\\erts-5.8.4\\bin Progname=erl Rootdir=c:\\Program Files (x86)\\Apache CouchDB - what is the couchdb config showing? c:\Program Files (x86)\Apache CouchDB>findstr /s /r /i "[/\\.]" etc\couchdb\*.ini | findstr /v ";" etc\couchdb\default.ini:database_dir = ../var/lib/couchdb etc\couchdb\default.ini:view_index_dir = ../var/lib/couchdb etc\couchdb\default.ini:util_driver_dir = ../lib/couch-1.1.1/priv/lib etc\couchdb\default.ini:uri_file = ../var/run/couchdb/couch.uri etc\couchdb\default.ini:bind_address = 127.0.0.1 etc\couchdb\default.ini:file = ../var/log/couchdb/couch.log etc\couchdb\default.ini:authentication_redirect = /_utils/session.html etc\couchdb\default.ini:javascript = ./couchjs.exe ../share/couchdb/server/main.js etc\couchdb\default.ini:/ = {couch_httpd_misc_handlers, handle_welcome_req, <<"Welcome">>} etc\couchdb\default.ini:favicon.ico = {couch_httpd_misc_handlers, handle_favicon_req, "../share/couchdb/www"} etc\couchdb\default.ini:_utils = {couch_httpd_misc_handlers, handle_utils_dir_req, "../share/couchdb/www"} etc\couchdb\default.ini:compressible_types = text/*, application/javascript, application/json, application/xml > 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