ACRA / acralyzer

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

Is my acralyzer installation proper ? #49

Closed prasanthbendra closed 10 years ago

prasanthbendra commented 11 years ago

I installed acralyzer in my machine, I can see the admin panel.

But when I Created a new user from it, I got this :

httpMethod = Method.PUT, reportType = Type.JSON, formUri = "http://192.168.75.126:5984/acra-undefined/_design/acra-storage/_update/report", formUriBasicAuthLogin = "login", formUriBasicAuthPassword = "password"

In url it is coming as "acra-undefined" is that correct ? please guide me.

Thanks in advance

halkeye commented 11 years ago

"acra-undefined" should be the acra-storage db you uploaded. If you look at the list of dbs in your couch, you should have one or more dbs starting with acra-, it should be whichever one is for this app.

prasanthbendra commented 11 years ago

Thanks for the reply.

My question may be basic, because i am new to couchdb and ACRA

  1. I have not uploaded any acra-storage db, How can I do that ?
  2. How can I see the list of dbs ? Is it http://192.168.75.126:5984/_utils/index.html ?
halkeye commented 11 years ago

I haven't installed acralyzer in a while, and not the new setup, so I'll be limited help

1) https://github.com/ACRA/acralyzer/wiki/setup mentions acra-storage a few times. This is the db/step I am talking about.

2) Pretty sure thats the right page.

prasanthbendra commented 11 years ago

Thanks a lot Gavin .

I think that is the link which I wanted, Let me go through it.

prasanthbendra commented 11 years ago

Thanks Gavin

I think That worked, Now we need to send the crash from app and check.

prasanthbendra commented 11 years ago

I am getting 500 Error while sending the crash reports. What could be the issue ?

KevinGaudin commented 11 years ago

If you can access couchb logs, it would help.

There is a frequent issue with old versions of spidermonkey installed on linux distib, not supporting regex.

An update of this component would help.

If you use a custom report content configueation, you must include REPORT_ID.

Kevin Le 3 juil. 2013 12:03, "prasanthbendra" notifications@github.com a écrit :

I am getting 500 Error while sending the crash reports. What could be the issue ?

— Reply to this email directly or view it on GitHubhttps://github.com/ACRA/acralyzer/issues/49#issuecomment-20406135 .

prasanthbendra commented 10 years ago

Thanks Kevin.

It worked.