ACRA / acralyzer

Open source backend for ACRA reports.
GNU General Public License v3.0
488 stars 90 forks source link

Not able to replicate dbs from http://get.acralyzer.com #104

Closed kaosko closed 9 years ago

kaosko commented 9 years ago

I hesitate to open an issue here as ths probably has more to do with couchdb than acralyzer, but I'm not able to replicate the acralyzer couchdbs from http://get.acralyzer.com. I'm running 1.6.0 on openshift, deployed using https://github.com/marianoguerra/couchdb-for-openshift. The instance on http://get.acralyzer.com seems to be running 1.3.0. After multiple retries, replications fails with (this is only in the logs, the UI seems to hang): [Sun, 30 Nov 2014 23:00:43 GMT] [info] [<0.179.0>] Retrying HEAD request to http://get.acralyzer.com/distrib-acra-storage/ in 128.0 seconds due to error {conn_failed,{error,eacces}} [Sun, 30 Nov 2014 23:00:43 GMT] [info] [<0.179.0>] Retrying HEAD request to http://get.acralyzer.com/distrib-acra-storage/ in 128.0 seconds due to error {conn_failed,{error,eacces}} [Sun, 30 Nov 2014 23:02:51 GMT] [error] [<0.179.0>] Replicator, request HEAD to "http://get.acralyzer.com/distrib-acra-storage/" failed due to error {error,{conn_failed,{error,eacces}}} [Sun, 30 Nov 2014 23:02:51 GMT] [error] [<0.179.0>] {error_report,<0.30.0>, {<0.179.0>,crash_report, [[{initial_call,{couch_replicator,init,['Argument__1']}}, {pid,<0.179.0>}, {registered_name,[]}, {error_info, {exit, {http_request_failed,"HEAD", "http://get.acralyzer.com/distrib-acra-storage/", {error,{error,{conn_failed,{error,eacces}}}}}, [{gen_server,init_it,6, [{file,"gen_server.erl"},{line,330}]}, {proc_lib,init_p_do_apply,3, [{file,"proc_lib.erl"},{line,239}]}]}}, {ancestors, [couch_replicator_job_sup,couch_primary_services, couch_server_sup,<0.31.0>]}, {messages,[]}, {links,[<0.87.0>,<0.180.0>]}, {dictionary,[]}, {trap_exit,true}, {status,running}, {heap_size,2586}, {stack_size,27}, {reductions,14095}], []]}}

My instance passes installation verification and I'm able to replicate other dbs. It doesn't look like a timeout issue or anything that can be fixed with a configuration. Error message says it's http_request that's failing so I'm wondering if it could be something at your end?

kaosko commented 9 years ago

This is an issue with erlang running on OpenShift, see https://github.com/marianoguerra/couchdb-for-openshift/issues/9.