I have installed DesktopCouch on my Lubuntu 12.10 using apt-get
sudo apt-get install desktopcouch
Installation was ok, but when I try to start it with command couchdb, I get the following error:
{"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,enoent}}},[{couch_server_sup,start_server,1,
[{file,"couch_server_sup.erl"},{line,56}]},{application_master,start_it_old,4,
[{file,"application_master.erl"},{line,274}]}]}}}}}},[{couch,start,0
[{file,"couch.erl"},{line,18}]},{init,start_it,1,[]},{init,start_em,1,[]}]}}
Crash dump was written to: erl_crash.dump
init terminating in do_boot ()
Line-breaks added to the JSON for better readability
I have checked file /etc/couchdb/default.ini and I have created folder for data mentioned there (it was /var/lib/couchdb/1.2.0/) and assigned the 777 access rights to it. But it doesn't help.
I also tried sudo couchdb, but the result is the same.
File, mentioned in the error (erl_crash.dump) has 16k lines, makes no sense to me
I checked and another CouchDB is not running:
$ couchdb -s
Apache CouchDB is not running.
Running out of ideas... Do you know what the problem might be?