Hi all,
I have been trying out the couchdb/bigcouch merge .
I was able to build it successfully . but only the couch is running
and not the chttpd.
When i compare this with bigcouch, there i see boot script genrated
which takes care of starting all the applications. But in couchdb we run
the couch which starts all the applications needed by couch. and the
applications rexi, mem3 , fabric and chttpd are not started.
i had a small module to start these applications after couch is
started. Couch starts successfully , even rexi starts but mem3 fails with
the following error
* <148>1 2013-08-02T15:15:34.628185Z 127.0.0.1 twig <0.166.0>
supervisor_report - {local,mem3_sup} start_error ({'EXIT', *
* {undef, *
* [{mem3_nodes,start_link,[],[]}, *
* {supervisor,do_start_child,2, *
* [{file,"supervisor.erl"},{line,303}]},*
* {supervisor,start_children,3,*
* [{file,"supervisor.erl"},{line,287}]}, *
* {supervisor,init_children,2,*
* [{file,"supervisor.erl"},{line,253}]},*
* {gen_server,init_it,6, *
* [{file,"gen_server.erl"},{line,304}]}, *
* {proc_lib,init_p_do_apply,3, *
* [{file,"proc_lib.erl"},{line,227}]}]}}) child: mem3_nodes [undefined]
mem3_nodes:start_link *
*{"init terminating in
do_boot",{{nocatch,{error,{app_would_not_start,mem3}}},[{init,start_it,1,[]},{init,start_em,1,[]}]}}
*
*
*
Thanks in Advance.
Thanks,
Sridhar