Closed
Bug 611041
Opened 15 years ago
Closed 15 years ago
Internal server error when trying to load test results on brasstacks
Categories
(Mozilla QA Graveyard :: Mozmill Result Dashboard, defect)
Mozilla QA Graveyard
Mozmill Result Dashboard
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: aaronmt, Assigned: cmtalbert)
References
()
Details
(Keywords: regression)
mozmill-release on brasstacks is failing to load with an error:
Failed to load resource: the server responded with a status of 500 (Internal Server Error)
http://mozmill-release.brasstacks.mozilla.com/_view/general_failures?startkey=%5B%22All%22%2C%22All%22%2C%22All%22%2C%222010-11-10T23%3A59%3A59%22%5D&endkey=%5B%22All%22%2C%22All%22%2C%22All%22%2C%222010-11-03T00%3A00%3A00%22%5D&descending=true
| Reporter | ||
Updated•15 years ago
|
OS: Mac OS X → All
Hardware: x86 → All
Version: Trunk → unspecified
Comment 1•15 years ago
|
||
Clint wanted to check that yesterday. Lets assign him to this bug. We really need the dashboard working today.
As Clint told me yesterday, one change happened to the orange factor database. I wonder how that has been influenced our Dashboard instances.
Assignee: nobody → ctalbert
Severity: normal → critical
Keywords: regression
Summary: Mozmill Results Dashboard on brasstacks is failing to load → Internal server error when trying to load test results on brasstacks
Checked nginx rules (which you have all the access to do yourself too Henrik), and they are fine. What looks like is happening here is that couchquery is failing. If you go into the futon view and attempt to load the general_failures view, you get the same error that you get if you go to the above query in comment 0. That makes me believe this isn't nginx at all, but a couch_query issue.
Specifically the failure is: {gen_server,call,[couch_query_servers,{get_proc,<<"javascript">>}]}
That's a couchdb response, so your networking layer is fine (you're talking to couch, it's just not talking back properly).
Ccing Joel, who knows more about how couchquery is configured on this box than I do.
Comment 3•15 years ago
|
||
This has been fixed by restarting CouchDB on brasstacks. Further investigation will happen outside the scope of this bug. Closing as fixed.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Comment 4•15 years ago
|
||
Move of Mozmill related project bugs to newly created components. You can filter out those emails by using "Mozmill-Tests-to-MozillaQA" as criteria.
Component: Mozmill Tests → Mozmill Result Dashboard
Product: Testing → Mozilla QA
Whiteboard: [mozmill-dashboard]
Updated•15 years ago
|
QA Contact: mozmill-tests → mozmill-result-dashboard
Updated•13 years ago
|
Product: Mozilla QA → Mozilla QA Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•