ACRA / acralyzer

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

Can't connect to acralyzer interface after easy installation #78

Closed gradha closed 10 years ago

gradha commented 10 years ago

Following the easy installation steps I finish replication and get a new acra-name database. I didn't see any success message, only an _Event: {"session_id":"df4399b75e262d30f286352ad4e8b1e5","start_time":"Fri, 16 May 2014 09:10:45 GMT","end_time":"Fri, 16 May 2014 09:10:46 GMT","start_last_seq":0,"end_last_seq":2,"recorded_seq":2,"missing_checked":1,"missing_found":1,"docs_read":1,"docs_written":1,"doc_writefailures":0}.

Is this a sign of success or failure?

I try then to connect to https://ip:6984/acralyzer/_design/acralyzer/index.html but I only get {"error":"not_found","reason":"no_db_file"}. Repeating the replication steps with other acra-something names creates more databases, but still that URL doesn't work. I can however access https://ip:6984/acra-name/_design/acra-storage, where I get a dump in JSON of the contents, but what to do with that?

KevinGaudin commented 10 years ago

Did you replicate both the acralyzer and the acra-appname databases ?

From your message I understand that you only replicated an acra-something databases.

Acralyzer needs 2 DBs: acra-something is used to receive and store reports, acalyzer hosts all the application dashboard logic.

gradha commented 10 years ago

Ah, indeed. I can't understand how I skipped that step. Thanks.