Hello, I have resolved the binding problem by changing the file permissions. It looks like if you start the couchdb as a root the file permissions change. Also, making sure if the changes(bind_address) made in local.ini are written on correct instance of local.ini. There are 2 instances of local.ini file one in the installation directory and the other ( the file which gets read during the execution) - /usr/local/etc/couchdb/local.ini
Hope it resolves your problem! Thanks, Monica On Wed, Nov 2, 2011 at 12:25 AM, Rogutės Sparnuotos <[email protected]>wrote: > I was hit by this whitespace problem earlier today, so I took the liberty > of creating a ticket: https://issues.apache.org/jira/browse/COUCHDB-1328 > > Though I am not sure if this is the problem reported in this thread. > > Robert Newson (2011-11-01 22:46): > > If confirmed, please raise a JIRA ticket and we'll get that sorted. > > > > On 1 November 2011 21:25, Dave Cottlehuber <[email protected]> wrote: > > > On 1 November 2011 17:04, James Eisenhauer <[email protected]> > wrote: > > >> I am having same issue. > > >> > > >> change local.ini bind address to 0.0.0.0 on a Windows 2008 server > running > > >> on VMWare and I get > > >> > > >> Erlang R14B03 (erts-5.8.4) [rq:1] [async-threads:0] > > >> Eshell V5.8.4 (abort with ^G) > > >> 1> Apache CouchDB 1.1.0 (LogLevel=info) is starting. > > >> [error] [<0.94.0>] {error_report,<0.34.0>, > > >> {<0.94.0>,supervisor_report, > > >> [{supervisor,{local,couch_secondary_services}}, > > >> {errorContext,start_error}, > > >> {reason, > > >> {'EXIT', > > >> {{badmatch,{error,einval}}, > > > > > > Do you have more than one space between 'bind_address = ' and your IP > address? > > > > > > This fails with einval for me too on MacOSX Lion + CouchDB1.1.0, and > > > on my windows 1.1.0 build: > > > > > > bind_address = 0.0.0.0 > > > > > > A+ > > > Dave > > -- > -- Rogutės Sparnuotos >
