Closed
Bug 1089700
Opened 11 years ago
Closed 10 years ago
Raven on middleware isn't reporting
Categories
(Socorro Graveyard :: Middleware, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: peterbe, Unassigned)
Details
I know it used to work. The webapp is getting lots of 500 errors when trying to fetch things from http://socorro-mware-zlb.webapp.phx1.mozilla.com/bpapi/crash_data/ and clearly there's nothing in sentry [0].
Either the key is wrong, or we need to punch a hole in the firewall.
[0] https://errormill.mozilla.org/webtools/socorro-prod/
| Reporter | ||
Comment 1•11 years ago
|
||
I'm going to check it locally first to make sure it can work at all.
| Reporter | ||
Comment 2•11 years ago
|
||
It clearly works locally: https://errormill.mozilla.org/webtools/socorro-prod/group/173822/
I took the API key from the prod middleware_secrets.ini
| Reporter | ||
Comment 3•11 years ago
|
||
Hmm... It all looks like it's working.
I found this::
[pbengtsson@sp-mware01.phx1 httpd]$ grep Sentry /var/log/httpd/error_log
[Mon Oct 27 03:12:22 2014] [error] 2014-10-27 03:12:22,559 INFO - MainThread - Error captured in Sentry. Reference: 8c102aeae0ca4167b95ff0ccb6f5c82c
That error can be found. It's part of this: https://errormill.mozilla.org/webtools/socorro-prod/group/165987/events/925276/
But it doesn't add up. I've received so many errors that the middleware is responding with a 500.
Perhaps it's not a python exception but a Zeus timeout that never reaches middleware_app.py. We should perhaps include the output on 500 errors from the middleware.
| Reporter | ||
Comment 4•11 years ago
|
||
A baby-step https://github.com/mozilla/socorro/pull/2454 to see why the middleware fails so often from the perspective of the webapp.
Comment 5•11 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/45b164f390028d502de3003ea2a34ac400ac2c03
bug 1089700 - Raven on middleware isn't reporting
https://github.com/mozilla/socorro/commit/438116ce47ba09bcb6db8a78549bc4f553b0babe
Merge pull request #2454 from peterbe/bug-1089700-raven-on-middleware-isnt-reporting
bug 1089700 - Raven on middleware isn't reporting
| Reporter | ||
Comment 6•11 years ago
|
||
I want to punt on this bug until the changeset in comment #5 has been put into production and actually started reporting some errors (which I check by email by the way).
| Reporter | ||
Comment 7•10 years ago
|
||
Fixed in another bug when we moved into AWS and I'm too lazy/busy to find the right duplicate bug.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•9 years ago
|
Product: Socorro → Socorro Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•