You are viewing a plain text version of this content. The canonical link for it is here.
Posted to replication@couchdb.apache.org by RaKesH kaSWan <ra...@gmail.com> on 2014/07/10 13:26:28 UTC

Getting problem form local to remote replication

Hello I am trying to replicate my local document with remote so getting
problem like (can you please help to remove?):
Replication failed: {error,
    {{badarg,
         [{erlang,list_to_existing_atom,["data_size"]},
          {couch_rep,'-dbinfo/1-lc$^0/1-0-',1},
          {couch_rep,'-dbinfo/1-lc$^0/1-0-',1},
          {couch_rep,do_init,1},
          {couch_rep,init,1},
          {gen_server,init_it,6},
          {proc_lib,init_p_do_apply,3}]},
     {child,undefined,"64b06edde2e5d0fb9af793473cf9e638+continuous",
         {gen_server,start_link,
             [couch_rep,
              ["64b06edde2e5d0fb9af793473cf9e638",
               {[{<<"source">>,<<"testdb">>},
                 {<<"target">>,<<"http://192.168.1.12:5984/test">>},
                 {<<"continuous">>,true}]},
               {user_ctx,null,
                   [<<"_admin">>],
                   <<"{couch_httpd_auth,
default_authentication_handler}">>}],
              []]},
         temporary,1,worker,
         [couch_rep]}}}

-- 

*Rakesh Kaswan9992749952*

Re: Getting problem form local to remote replication

Posted by Adam Kocoloski <ko...@apache.org>.
The server on which you're seeing this error is running an older version of CouchDB than the other one. If you have the opportunity to upgrade this server the error will go away.

Adam

On Jul 10, 2014, at 7:26 AM, RaKesH kaSWan <ra...@gmail.com> wrote:

> Hello I am trying to replicate my local document with remote so getting
> problem like (can you please help to remove?):
> Replication failed: {error,
>    {{badarg,
>         [{erlang,list_to_existing_atom,["data_size"]},
>          {couch_rep,'-dbinfo/1-lc$^0/1-0-',1},
>          {couch_rep,'-dbinfo/1-lc$^0/1-0-',1},
>          {couch_rep,do_init,1},
>          {couch_rep,init,1},
>          {gen_server,init_it,6},
>          {proc_lib,init_p_do_apply,3}]},
>     {child,undefined,"64b06edde2e5d0fb9af793473cf9e638+continuous",
>         {gen_server,start_link,
>             [couch_rep,
>              ["64b06edde2e5d0fb9af793473cf9e638",
>               {[{<<"source">>,<<"testdb">>},
>                 {<<"target">>,<<"http://192.168.1.12:5984/test">>},
>                 {<<"continuous">>,true}]},
>               {user_ctx,null,
>                   [<<"_admin">>],
>                   <<"{couch_httpd_auth,
> default_authentication_handler}">>}],
>              []]},
>         temporary,1,worker,
>         [couch_rep]}}}
> 
> -- 
> 
> *Rakesh Kaswan9992749952*