From user-return-7287-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Tue Nov 03 06:38:46 2009 Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 6952 invoked from network); 3 Nov 2009 06:38:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 3 Nov 2009 06:38:45 -0000 Received: (qmail 95000 invoked by uid 500); 3 Nov 2009 06:38:44 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 94923 invoked by uid 500); 3 Nov 2009 06:38:44 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 94913 invoked by uid 99); 3 Nov 2009 06:38:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Nov 2009 06:38:44 +0000 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of leek2@llnl.gov designates 128.115.41.82 as permitted sender) Received: from [128.115.41.82] (HELO nspiron-2.llnl.gov) (128.115.41.82) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Nov 2009 06:38:34 +0000 X-Attachments: couch.app Received: from mail-2.llnl.gov ([128.115.41.181]) by nspiron-2.llnl.gov with ESMTP; 02 Nov 2009 22:38:12 -0800 Received: from [128.15.245.66] (vpnb-user-128-15-245-66.llnl.gov [128.15.245.66]) (authenticated bits=0) by mail-2.llnl.gov (8.13.1/8.12.3/LLNL evision: 1.7 $) with ESMTP id nA36c6r3025185 for ; Mon, 2 Nov 2009 22:38:07 -0800 Message-ID: <4AEFCFD1.9040600@llnl.gov> Date: Mon, 02 Nov 2009 22:38:09 -0800 From: "James R. Leek" User-Agent: Thunderbird 1.5.0.12 (X11/20090624) MIME-Version: 1.0 To: user@couchdb.apache.org Subject: Re: CouchDB doesn't work for me References: <4AEFC237.2030007@llnl.gov> In-Reply-To: Content-Type: multipart/mixed; boundary="------------070101090104040808070606" X-Virus-Checked: Checked by ClamAV on apache.org --------------070101090104040808070606 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Paul Joseph Davis wrote: > Did you happen to copy source files from an os x machine? Can you > paste the contents of ./src/couchdb/couch.app? > > If you did copy I think this is a bad regexp. Try trunk to see if that > works. No, I don't use OSX. I just checked out with: svn co http://svn.apache.org/repos/asf/couchdb/trunk couchdb I've attached the couch.app file. Thanks, Jim --------------070101090104040808070606 Content-Type: text/plain; name="couch.app" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="couch.app" {application, couch, [ {description, "Apache CouchDB"}, {vsn, "0.11.0b832299"}, {modules, [couch_httpd_view,couch_db_update_notifier_sup,couch_httpd_misc_handlers,couch_query_servers,couch_file,couch,couch_app,couch_rep_writer,couch_httpd_external,couch_batch_save_sup,couch_db_update_notifier,couch_view_group,couch_rep_httpc,couch_uuids,couch_batch_save,couch_stats_aggregator,couch_config_writer,couch_stats_collector,couch_task_status,couch_doc,couch_config,couch_key_tree,couch_event_sup,couch_db_updater,couch_ref_counter,couch_util,couch_rep_sup,couch_rep_missing_revs,couch_os_process,couch_log,couch_httpd_stats_handlers,couch_view_compactor,couch_httpd_show,couch_httpd_oauth,couch_httpd,couch_native_process,couch_db,couch_rep,couch_work_queue,couch_httpd_db,couch_stream,couch_server_sup,couch_rep_att,couch_view_updater,couch_btree,couch_rep_changes_feed,couch_httpd_auth,couch_server,couch_external_server,couch_rep_reader,couch_view,couch_external_manager]}, {registered, [ couch_batch_save, couch_batch_save_sup, couch_config, couch_db_update, couch_db_update_notifier_sup, couch_external_manager, couch_httpd, couch_log, couch_primary_services, couch_query_servers, couch_rep_sup, couch_secondary_services, couch_server, couch_server_sup, couch_stats_aggregator, couch_stats_collector, couch_task_status, couch_view ]}, {mod, {couch_app, [ "/siscnas/scratch/leek2/couchinst/etc/couchdb/default.ini", "/siscnas/scratch/leek2/couchinst/etc/couchdb/local.ini" ]}}, {applications, [kernel, stdlib]}, {included_applications, [crypto, sasl, inets, oauth, ibrowse, mochiweb]} ]}. --------------070101090104040808070606--