Closed
Bug 712539
Opened 14 years ago
Closed 14 years ago
stage1.addons.phx1 Server Errors
Categories
(addons.mozilla.org Graveyard :: Add-on Builder, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: rbryce, Unassigned)
Details
This is logged when the builder-addons.allizom.org throws 500 server error.
Tue Dec 20 20:34:42 2011] [error] /data/www/builder-addons.allizom.org/flightdeck/vendor/src/commonware/commonware/exceptions/middleware.py:33: DeprecationWarning: The middleware at `commonware.middleware.HidePasswordOnException` is deprecated; use `commonware.middleware.ScrubRequestOnException` instead.
Comment 1•14 years ago
|
||
That's a warning (DeprecationWarning) - it's unrelated. Stage is crashing because of this:
File "/data/www/builder-addons.allizom.org/flightdeck/vendor/lib/python/django/core/urlresolvers.py", line 391, in reverse
*args, **kwargs)))
File "/data/www/builder-addons.allizom.org/flightdeck/vendor/lib/python/django/core/urlresolvers.py", line 337, in reverse
"arguments '%s' not found." % (lookup_view_s, args, kwargs))
NoReverseMatch: Reverse for 'person_public_profile' with arguments '(u'?????',)' and keyword arguments '{}' not found.
Comment 2•14 years ago
|
||
We haven't updated stage in a while. The deprecation warnings have since been removed, and even that NoReverseMatch error might have been fixed.
Comment 3•14 years ago
|
||
I don't know why we're monitoring this box, but I updated the code to HEAD to take out that question. If it's a data problem the database will need to be updated, but I can't tell from that traceback. I guess the author doesn't exist for a package that is on the front page?
Comment 4•14 years ago
|
||
The site appears to be down right now but if it comes back up you can remove the monitoring from it. Builder development is done in a similar fashion as the rest of webdev now and the stage site is only used sporadically.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WONTFIX
| Assignee | ||
Updated•11 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•