You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by Sridhar Padmanabhan <ps...@gmail.com> on 2013/08/03 07:23:44 UTC

Fwd: Help on couchdb/bigcouch merge.

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

Re: Help on couchdb/bigcouch merge.

Posted by Robert Newson <rn...@apache.org>.
Hi,

The merge branch is far from complete, including this bit.
Unfortunately it's going to require myself or a small number of other
core engineers to fit the missing pieces together.

B.


On 3 August 2013 06:23, Sridhar Padmanabhan <ps...@gmail.com> wrote:
> 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