Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 51916 invoked from network); 26 Jan 2009 22:20:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Jan 2009 22:20:14 -0000 Received: (qmail 32717 invoked by uid 500); 26 Jan 2009 22:20:08 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 32673 invoked by uid 500); 26 Jan 2009 22:20:08 -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 32662 invoked by uid 99); 26 Jan 2009 22:20:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Jan 2009 14:20:08 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jchris@gmail.com designates 64.233.182.186 as permitted sender) Received: from [64.233.182.186] (HELO nf-out-0910.google.com) (64.233.182.186) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Jan 2009 22:19:54 +0000 Received: by nf-out-0910.google.com with SMTP id d3so993547nfc.25 for ; Mon, 26 Jan 2009 14:19:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to :content-type:content-transfer-encoding; bh=aVj+TKSUq80iQcSdSPeQ4QOcAXNNif4jAvfvsEHgR00=; b=VAYfUCwtb4cTZQqpvLY3OJ2D7GUuM6Y+ozI1Rd9jJPH7gxPcKa72G3okks+tqigEfU 3RY8ZKOXCJEgd8/2XF2Qii/6lRNE2PkgOXS0IJNEEX79Y6Yx08fTZKY3+eOThawH7hmU fx12ZDA81Mpicp29E79RCXgEU7fRefPbgHUGw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; b=Av17qH/KS/bUL+Xt+X7wt9UWzOAcDMm0k1aXKfC2gnhHjEKBnWCMBU5kxMoUTUgqor vi2Ni7NsotEtXcvfZSRD1HxUxRWqr1Yykbbh+yKM/Ipq5WHMG6yiAuwUvziuBKcVw5wQ HZZISl0E55gXj6rAk7CqbrgKrqx7tG7o0Dyrc= MIME-Version: 1.0 Sender: jchris@gmail.com Received: by 10.210.16.10 with SMTP id 10mr4395885ebp.18.1233008374534; Mon, 26 Jan 2009 14:19:34 -0800 (PST) In-Reply-To: <601d84750901261405j5c2afc5i3d7e3aaefc26a2ea@mail.gmail.com> References: <601d84750901261354i3e646874j7b9842c6b296b4fe@mail.gmail.com> <601d84750901261405j5c2afc5i3d7e3aaefc26a2ea@mail.gmail.com> Date: Mon, 26 Jan 2009 14:19:34 -0800 X-Google-Sender-Auth: a78483a19e891ed4 Message-ID: Subject: Re: Problems Starting CouchDB From Source From: Chris Anderson To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I usually do ./bootstrap && ./configure make dev && utils/run if you need to change the port, you can edit the generated etc/couchdb/local_dev.ini before utils/run hope that works for you! On Mon, Jan 26, 2009 at 2:05 PM, Graeme Nelson wrote: > thanks lenz - > > I already tried that I should have mentioned that :) > > Thanks > Graeme > > On Mon, Jan 26, 2009 at 2:04 PM, lenz wrote: > >> hi, >> depending on your environment a >> >> # sudo ./bin/couchdb ... >> >> could help with starting. >> >> cheers >> lenz >> >> >> On Tue, Jan 27, 2009 at 10:54 AM, Graeme Nelson > >wrote: >> >> > Hello Everyone - >> > >> > I am trying to follow along with: >> > >> > >> > >> http://wiki.apache.org/couchdb/Contributing#head-d524b182f054dc9b0c6d6f16a78ee1603a08331b >> > >> > I was able to successfully build and install from this source, but I am >> > unable to start up couchdb from within my source directory. >> > >> > I created a couch_dev.ini file that contains the following: >> > >> > [couchdb] >> > allow_remote_restart = true >> > database_dir = . >> > util_driver_dir = src/couchdb/.libs >> > >> > [httpd] >> > bind_address = 127.0.0.1 >> > port = 5985 >> > utils_dir = share/www >> > >> > [log] >> > file = couch.log >> > level = debug >> > >> > [query_servers] >> > javascript = src/couchdb/couchjs share/server/main.js >> > >> > I try and start couchdb with the following command from within the source >> > directory: >> > >> > ./bin/couchdb -c couch_dev.ini >> > >> > And I get the following error: >> > >> > Apache CouchDB 0.9.0a-incubating (LogLevel=debug) is starting. >> > Configuration Settings ["couch_dev.ini"]: >> > [couchdb] allow_remote_restart="true" >> > [couchdb] database_dir="." >> > [couchdb] util_driver_dir="src/couchdb/.libs" >> > [httpd] bind_address="127.0.0.1" >> > [httpd] port="5985" >> > [httpd] utils_dir="share/www" >> > [log] file="couch.log" >> > [log] level="debug" >> > [query_servers] javascript="src/couchdb/couchjs share/server/main.js" >> > [error] [<0.49.0>] {error_report,<0.21.0>, >> > {<0.49.0>,crash_report, >> > [[{pid,<0.49.0>}, >> > {registered_name,couch_server}, >> > {error_info, >> > {exit, >> > {badarg, >> > [{erlang,list_to_integer,[undefined]}, >> > {couch_server,init,1}, >> > {gen_server,init_it,6}, >> > {proc_lib,init_p_do_apply,3}]}, >> > [{gen_server,init_it,6},{proc_lib,init_p_do_apply,3}]}}, >> > {initial_call,{couch_server,init,['Argument__1']}}, >> > {ancestors,[couch_primary_services,couch_server_sup,<0.1.0>]}, >> > {messages,[]}, >> > {links,[<0.45.0>]}, >> > {dictionary,[]}, >> > {trap_exit,false}, >> > {status,running}, >> > {heap_size,377}, >> > {stack_size,23}, >> > {reductions,113}], >> > []]}} >> > {"init terminating in >> > >> > >> do_boot",{{badmatch,{error,shutdown}},[{couch_server_sup,start_server,1},{erl_eval,do_apply,5},{erl_eval,exprs,5},{init,start_it,1},{init,start_em,1}]}} >> > init terminating in do_boot () >> > >> > >> > Any help or direction would be greatly appreciated. >> > >> > Cheers, >> > Graeme Nelson >> > http://graemenelsonpdx.com >> > >> >> >> >> -- >> iWantMyName.com >> painless domain registration (finally) >> > -- Chris Anderson http://jchris.mfdz.com