Return-Path: Delivered-To: apmail-incubator-couchdb-user-archive@locus.apache.org Received: (qmail 41333 invoked from network); 30 Apr 2008 14:26:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Apr 2008 14:26:35 -0000 Received: (qmail 67810 invoked by uid 500); 30 Apr 2008 14:26:37 -0000 Delivered-To: apmail-incubator-couchdb-user-archive@incubator.apache.org Received: (qmail 67691 invoked by uid 500); 30 Apr 2008 14:26:36 -0000 Mailing-List: contact couchdb-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: couchdb-user@incubator.apache.org Delivered-To: mailing list couchdb-user@incubator.apache.org Received: (qmail 67680 invoked by uid 99); 30 Apr 2008 14:26:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Apr 2008 07:26:36 -0700 X-ASF-Spam-Status: No, hits=1.5 required=10.0 tests=SPF_HELO_PASS,SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of asandstrom2@eastlink.ca designates 24.222.0.30 as permitted sender) Received: from [24.222.0.30] (HELO smtpout.eastlink.ca) (24.222.0.30) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Apr 2008 14:25:43 +0000 Received: from ip02.eastlink.ca ([24.222.39.20]) by mta02.eastlink.ca (Sun Java System Messaging Server 6.2-4.03 (built Sep 22 2005)) with ESMTP id <0K0500HDV6RFHT40@mta02.eastlink.ca> for couchdb-user@incubator.apache.org; Wed, 30 Apr 2008 11:26:03 -0300 (ADT) Received: from blk-222-220-52.eastlink.ca (HELO [192.168.1.100]) ([24.222.220.52]) by ip02.eastlink.ca with ESMTP; Wed, 30 Apr 2008 11:35:56 -0300 Date: Wed, 30 Apr 2008 08:26:15 -0300 From: Arved Sandstrom Subject: Stuck running server at very early stage To: couchdb-user@incubator.apache.org Message-id: <1209554775.12101.16.camel@debianahs.arvedhome.org> MIME-version: 1.0 X-Mailer: Evolution 2.6.3 Content-type: text/plain Content-transfer-encoding: 7BIT X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AngBAJIeGEgY3tw0/2dsb2JhbAAIrQg X-IronPort-AV: E=Sophos;i="4.25,728,1199678400"; d="scan'208";a="190066908" X-Virus-Checked: Checked by ClamAV on apache.org Hi all, I went through an apparently normal build and install using the instructions in http://incubator.apache.org/couchdb/docs/installation.html . This is on Debian etch. Once installed I run $ sudo -u couchdb couchdb and get couch 0.7.3a652071 (LogLevel=debug) Apache CouchDB is starting. Apache CouchDB has started. Time to relax. [debug] [<0.1.0>] Config Info /usr/local/etc/couchdb/couch.ini: CurrentWorkingDir=/home/arved/development/couchdb DbRootDir=/usr/local/var/lib/couchdb BindAddress="127.0.0.1" Port="5984" DocumentRoot=/usr/local/share/couchdb/www LogFile=/usr/local/var/log/couchdb/couch.log UtilDriverDir=/usr/local/lib/couchdb/erlang/lib/couch-0.7.3a652071/priv/lib DbUpdateNotificationProcesses= FullTextSearchQueryServer= text/javascript=/usr/local/bin/couchjs /usr/local/share/couchdb/server/main.js Finally, when trying http://localhost:5984/_utils/index.html , I get [error] [<0.53.0>] {error_report,<0.21.0>, {<0.53.0>, crash_report, [[{pid,<0.53.0>}, {registered_name,[]}, {error_info,{undef,[{string,to_lower,["Host"]}, {mochiweb_headers,insert,3}, {lists,foldl,3}, {mochiweb,new_request,1}, {mochiweb_http,headers,4}, {proc_lib,init_p,5}]}}, {initial_call,{mochiweb_socket_server, acceptor_loop, [{<0.52.0>, #Port<0.122>, #Fun}]}}, {ancestors,[couch_httpd,couch_server_sup,<0.1.0>]}, {messages,[]}, {links,[<0.52.0>,#Port<0.126>]}, {dictionary,[]}, {trap_exit,false}, {status,running}, {heap_size,1597}, {stack_size,21}, {reductions,504}], []]}} [error] [<0.52.0>] {error_report,<0.21.0>, {<0.52.0>, std_error, {mochiweb_socket_server, 221, {child_error,{undef, [{string,to_lower,["Host"]}, {mochiweb_headers,insert,3}, {lists,foldl,3}, {mochiweb,new_request,1}, {mochiweb_http,headers,4}, {proc_lib,init_p,5}]}}}}} =ERROR REPORT==== 30-Apr-2008::07:53:43 === {mochiweb_socket_server,221, {child_error,{undef, [{string,to_lower,["Host"]}, {mochiweb_headers,insert,3}, {lists,foldl,3}, {mochiweb,new_request,1}, {mochiweb_http,headers,4}, {proc_lib,init_p,5}]}}} I did plenty of Google searching, looking for information on couch.ini, and *anything* useful on Mochiweb, and also looked at the CouchDB wiki (Troubleshooting and so forth). As near as I can tell a complaint is being made by something somewhere that the Host request header is undefined, but I sure don't know where to take it from there. Guidance appreciated. AHS