Re: 1.0 Vote

2010-06-26 Thread Mark Hammond
I had a go at testing Windows, but I see a failure at startup - see below. I had a quick look at commit_data, but I couldn't see an obvious clue as to what exactly in that function saw the error. Cheers, Mark 1 Apache CouchDB 0.12.0a958186 (LogLevel=info) is starting. 1 Apache CouchDB has

Re: svn commit: r958235 - in /couchdb/trunk: AUTHORS THANKS

2010-06-26 Thread Jan Lehnardt
On 26 Jun 2010, at 17:25, fdman...@apache.org wrote: Author: fdmanana Date: Sat Jun 26 15:25:49 2010 New Revision: 958235 URL: http://svn.apache.org/viewvc?rev=958235view=rev Log: Adding myself to the list of authors. Hoooray :) Modified: couchdb/trunk/AUTHORS

Re: 1.0 Vote

2010-06-26 Thread Damien Katz
This looks like the auth_cache process can't create the _users db, though I'm not sure why it would have that problem. It might be windows can't create dbs at all. Can you remove this from your default.ini: auth_cache={couch_auth_cache, start_link, []} Then try to create a new db from futon?

Re: 1.0 Vote

2010-06-26 Thread Mark Hammond
On 27/06/2010 5:35 AM, Damien Katz wrote: This looks like the auth_cache process can't create the _users db, though I'm not sure why it would have that problem. It might be windows can't create dbs at all. It did create var/lib/couchdb/_users.couch before it failed. Can you remove this from

Re: 1.0 Vote

2010-06-26 Thread J Chris Anderson
On Jun 26, 2010, at 6:50 PM, Mark Hammond wrote: On 27/06/2010 5:35 AM, Damien Katz wrote: This looks like the auth_cache process can't create the _users db, though I'm not sure why it would have that problem. It might be windows can't create dbs at all. It did create

Re: 1.0 Vote

2010-06-26 Thread Damien Katz
Mark, looks like it's the file:sync calls. Can you try this patch? Index: src/couchdb/couch_file.erl === --- src/couchdb/couch_file.erl (revision 957790) +++ src/couchdb/couch_file.erl (working copy) @@ -148,7 +148,7 @@