Closed
Bug 1080592
Opened 10 years ago
Closed 10 years ago
Error 500 on a build page
Categories
(Release Engineering :: Release Automation: Other, defect, P3)
Release Engineering
Release Automation: Other
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1069547
People
(Reporter: Sylvestre, Unassigned)
Details
(Whiteboard: [shipit])
All build pages return a 500 error:
https://ship-it.mozilla.org/releases/Fennec-31.1.0esr-build1/status.html
https://ship-it.mozilla.org/releases/Fennec-27.0b1-build1/status.html
Comment 1•10 years ago
|
||
Pretty sure this is due to the general DB issue's we've been seeing today.
Comment 2•10 years ago
|
||
Still happening, even on recently completed releases like
https://ship-it.mozilla.org/releases/Firefox-31.2.0esr-build3/status.html
but doesn't affect releases which are only 'Submitted' (in staging), so probably fallout from one of zeller's changes.
bhearsum, do we need to throw this to WebOps to get the exception and/or database state ?
Comment 3•10 years ago
|
||
I've got access to the logs. I found this:
2014-10-13 03:31:36,982 - kickoff.log_exception#1306: Exception on /releases/Fennec-27.0b1-build1/status.html [GET]
Traceback (most recent call last):
File "/data/www/ship-it.mozilla.org/release-kickoff/vendor/lib/python/flask/app.py", line 1687, in wsgi_app
response = self.full_dispatch_request()
File "/data/www/ship-it.mozilla.org/release-kickoff/vendor/lib/python/flask/app.py", line 1360, in full_dispatch_request
rv = self.handle_user_exception(e)
File "/data/www/ship-it.mozilla.org/release-kickoff/vendor/lib/python/flask/app.py", line 1358, in full_dispatch_request
rv = self.dispatch_request()
File "/data/www/ship-it.mozilla.org/release-kickoff/vendor/lib/python/flask/app.py", line 1344, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
File "/data/www/ship-it.mozilla.org/release-kickoff/vendor/lib/python/flask/views.py", line 83, in view
return self.dispatch_request(*args, **kwargs)
File "/data/www/ship-it.mozilla.org/release-kickoff/vendor/lib/python/flask/views.py", line 150, in dispatch_request
return meth(*args, **kwargs)
File "/data/www/ship-it.mozilla.org/release-kickoff/kickoff/views/status.py", line 94, in get
errors = ['No release events found for {}'.format(releaseName)]
ValueError: zero length field name in format
This is the same as bug 1069547.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•