无法在 couchdb 中复制 acra 数据库

Not able to replicate acra database in couch db

在这个link 我能够跟随,直到可以远程访问 _utils。但是,当尝试进一步使用 http://get.acralyzer.com/distrib-acra-storage 在远程和本地提供 acra-{myappname} 并单击复制按钮将数据库从远程复制到本地时,我在日志文件中收到以下错误。

[Thu, 08 Oct 2015 05:16:59 GMT] [info] [<0.6274.2>] Retrying HEAD request to http://get.acralyzer.com/distrib-acra-storage/ in 0.25 seconds due to error {code,503}
[Thu, 08 Oct 2015 05:17:00 GMT] [info] [<0.6274.2>] Retrying HEAD request to http://get.acralyzer.com/distrib-acra-storage/ in 0.5 seconds due to error {code,503}
[Thu, 08 Oct 2015 05:17:01 GMT] [info] [<0.6274.2>] Retrying HEAD request to http://get.acralyzer.com/distrib-acra-storage/ in 1.0 seconds due to error {code,503}
[Thu, 08 Oct 2015 05:17:02 GMT] [info] [<0.6274.2>] Retrying HEAD request to http://get.acralyzer.com/distrib-acra-storage/ in 2.0 seconds due to error {code,503}
[Thu, 08 Oct 2015 05:17:04 GMT] [info] [<0.6274.2>] Retrying HEAD request to http://get.acralyzer.com/distrib-acra-storage/ in 4.0 seconds due to error {code,503}
[Thu, 08 Oct 2015 05:17:08 GMT] [info] [<0.6274.2>] Retrying HEAD request to http://get.acralyzer.com/distrib-acra-storage/ in 8.0 seconds due to error {code,503}
[Thu, 08 Oct 2015 05:17:16 GMT] [info] [<0.6274.2>] Retrying HEAD request to http://get.acralyzer.com/distrib-acra-storage/ in 16.0 seconds due to error {code,503}
[Thu, 08 Oct 2015 05:17:28 GMT] [info] [<0.4423.2>] 182.74.124.122 - - POST /_replicate 500
[Thu, 08 Oct 2015 05:17:28 GMT] [error] [<0.6275.2>] ** Generic server <0.6275.2> terminating 
** Last message in was {'EXIT',<0.6274.2>,killed}
** When Server state == {state,"http://get.acralyzer.com/distrib-acra-storage/",
                               20,[],[],
                               {[],[]}}
** Reason for termination == 
** killed

[Thu, 08 Oct 2015 05:17:28 GMT] [error] [<0.6275.2>] {error_report,<0.34.0>,
                      {<0.6275.2>,crash_report,
                       [[{initial_call,
                          {couch_replicator_httpc_pool,init,['Argument__1']}},
                         {pid,<0.6275.2>},
                         {registered_name,[]},
                         {error_info,
                          {exit,killed,
                           [{gen_server,terminate,6,
                             [{file,"gen_server.erl"},{line,744}]},
                            {proc_lib,init_p_do_apply,3,
                             [{file,"proc_lib.erl"},{line,239}]}]}},
                         {ancestors,
                          [<0.6274.2>,couch_replicator_job_sup,
                           couch_primary_services,couch_server_sup,<0.35.0>]},
                         {messages,[]},
                         {links,[]},
                         {dictionary,[]},
                         {trap_exit,true},
                         {status,running},
                         {heap_size,376},
                         {stack_size,27},
                         {reductions,526}],
                        []]}}
[Thu, 08 Oct 2015 05:17:28 GMT] [error] [<0.4423.2>] httpd 500 error response:
 {"error":"timeout"}

如果它不适用于蒲团 UI 请遵循以下 link here。注意:要按照 link 中的建议克隆项目,只需下载 zip 文件并解压缩,然后按照进一步的说明进行操作。