Georgi D. Georgiev
Georgi D. Georgiev

Reputation: 227

CouchDB crashes on startup?

I've installed couchDB in various ways but every time, when I try to run it, I get this crash report and I can't understand what the problem is...

I've installed it on a latest version kUbuntu.Any help?

Error report :

{"init terminating in do_boot",{{badmatch,{error,{bad_return,{{couch_app,start,[normal,["/etc/couchdb/default.ini","/etc/couchdb/local.ini"]]},{'EXIT',{{badmatch,{error,{error,eacces}}},[{couch_server_sup,start_server,1,[{file,"couch_server_sup.erl"},{line,56}]},{application_master,start_it_old,4,[{file,"application_master.erl"},{line,269}]}]}}}}}},[{couch,start,0,[{file,"couch.erl"},{line,18}]},{init,start_it,1,[]},{init,start_em,1,[]}]}}

Upvotes: 0

Views: 926

Answers (1)

Kxepal
Kxepal

Reputation: 4679

eacces means invalid file permissions. Follow the installation guides to set them right.

Upvotes: 3

Related Questions