ACRA / acralyzer

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

Can't create reporter user #76

Open gregorymaertens opened 10 years ago

gregorymaertens commented 10 years ago

Hello,

First of all, great work on acralyzer!

I have installed couchdb (version 1.3.1) on an AWS EC2 instance following http://asaf.github.io/blog/2013/07/08/installing-couch-db-on-amazon-ami/ I installed then acralyzer following the instructions in the wiki. Everything worked fine (I was able to post reports etc...) with the exception of the timestamp being always 0. Searching for this issue, I found other people complaining about this being caused by couchdb compiled against js with version < 1.8.5 (as I did). So following the instructions posted on the link above, I compiled with 1.8.5 (still couchdb 1.3.1) and reinstalled everything on a clean instance. First problem: when creating the admin account I get an error. After that I can log in using the admin account. The error is same as reported: https://issues.apache.org/jira/browse/COUCHDB-1121

Moving on...

Second problem: when creating the reporter user in acralyzer, I get a 500 response when the form is PUTed to _users Any idea what could be the cause of this?

Thanks! Greg

gregorymaertens commented 10 years ago

I re-installed couchdb using http://asaf.github.io/blog/2013/07/08/installing-couch-db-on-amazon-ami/ and default js-devel, everything works fine. Any hint where the issue compiling spidermonkey1.8.5 could be?

(NB: I tried building build-couchdb, but I wasn't able to compile couchdb doing so, and therefore used the other method to compile couchdb)

diyontheweb commented 10 years ago

Same issue here, but for some reason as a result of using the default js, crash dates don't show up properly and therefore the bugs list is always empty.

ghost commented 10 years ago

Also the same issue here. Can't create a report user.

PaulWoitaschek commented 9 years ago

Just made a fresh install by using smileupps and its just not possible to create a user. What can I do here?