【发布时间】:2015-10-08 06:48:17
【问题描述】:
在这个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"}
【问题讨论】:
-
我今天也遇到了同样的问题。我在一个应用程序上工作 acralyzer,现在我需要添加另一个应用程序。尝试在 Cloudant 界面中复制时出现同样的错误。
-
@Евгений Кравцов 你解决了这个问题吗?
-
Nope) 大约一个月前,我已经通过此链接 - get.acralyzer.com/distrib-acra-storage 成功复制了数据库 - 现在它只是不起作用。我认为它的服务器问题,不是我的,因为 503 错误。我会在某个时候 w8,如果错误无法解决 - 我将切换到电子邮件通知。或者他们可能会更改查询以进行复制 - 但我检查了网站并没有找到相关内容。顺便说一句,我目前的 acralyzer 工作正常。
标签: android couchdb acra acralyzer