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?
-Damien
On Jun 26, 2010, at 12:39 AM, Mark Hammond wrote:
> 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 started. Time to relax.
> 1> [info] [<0.43.0>] Apache CouchDB has started on http://127.0.0.1:5984/
> 1> [error] [<0.97.0>] ** Generic server <0.97.0> terminating
> ** Last message in was delayed_commit
> ** When Server state == {db,<0.96.0>,<0.97.0>,nil,<<"1277537666546000">>,
> <0.95.0>,<0.99.0>,
> {db_header,5,0,0,nil,nil,nil,0,nil,nil,1000},
> 0,
> {btree,<0.95.0>,
> {3099,{1,0}},
> #Fun<couch_db_updater.7.22788535>,
> #Fun<couch_db_updater.8.125873265>,
> #Fun<couch_btree.5.124754102>,
> #Fun<couch_db_updater.9.64028419>},
> {btree,<0.95.0>,
> {3190,1},
> #Fun<couch_db_updater.10.43731383>,
> #Fun<couch_db_updater.11.52950010>,
> #Fun<couch_btree.5.124754102>,
> #Fun<couch_db_updater.12.74260996>},
> {btree,<0.95.0>,nil,#Fun<couch_btree.0.83553141>,
> #Fun<couch_btree.1.30790806>,
> #Fun<couch_btree.2.124754102>,nil},
> 1,<<"_users">>,"../var/lib/couchdb/_users.couch",
> [#Fun<couch_doc.7.50754398>],
> [],nil,
> {user_ctx,null,[],undefined},
> #Ref<0.0.0.111>,1000,
> [before_header,after_header,on_file_open],
> true}
> ** Reason for termination ==
> ** {{badmatch,{error,unknown}},
> [{couch_db_updater,commit_data,2},
> {couch_db_updater,handle_info,2},
> {gen_server,handle_msg,5},
> {proc_lib,init_p_do_apply,3}]}
>
> 1>