Closed
Bug 1094217
Opened 11 years ago
Closed 11 years ago
getfirebug.com reports 404 too often
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Infrastructure & Operations Graveyard
WebOps: Other
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Honza, Assigned: cturra)
Details
(Whiteboard: [kanban:webops:https://kanbanize.com/ctrl_board/4/1815] )
There are surprisingly a lot of 404 responses for:
https://getfirebug.com/releases/firebug/3.0/update.rdf
My gut feeling is that it could be somehow related to the following directory that has been recently added:
https://getfirebug.com/releases/firebug/3.0/
This is blocking our Firebug 3 effort (and public announcements should happen on Monday), so could anyone please take a quick look at this?
Thanks!
Honza
| Reporter | ||
Comment 1•11 years ago
|
||
I am also marking as Firebug p1 blocker.
Honza
| Reporter | ||
Comment 2•11 years ago
|
||
Chris, any ideas?
Honza
| Reporter | ||
Comment 3•11 years ago
|
||
Looks like more files (recently added) have the same problem
(they are not available sometimes)
Honza
| Assignee | ||
Updated•11 years ago
|
Assignee: server-ops-webops → cturra
OS: Windows 7 → All
Hardware: x86_64 → All
| Assignee | ||
Comment 4•11 years ago
|
||
2 of the 5 web heads on this cluster had a lingering lock file from what looks like a failed deployment a couple days ago. i have cleared this lock file and re-pushed successfully to all the nodes in the cluster. you should no longer see 404s.
$ for i in {1..5}; do curl -Is generic$i.webapp.phx1.mozilla.com/releases/firebug/3.0/update.rdf -H "Host: getfirebug.com" | grep HTTP; done
HTTP/1.1 200 OK
HTTP/1.1 200 OK
HTTP/1.1 200 OK
HTTP/1.1 200 OK
HTTP/1.1 200 OK
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 5•11 years ago
|
||
Yes, it seems to be fixed, thanks!
Honza
Updated•7 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•