Closed Bug 794567 Opened 12 years ago Closed 12 years ago

[download-dev.allizom.org] HTTP 500 error

Categories

(Infrastructure & Operations Graveyard :: WebOps: Other, task)

task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: rik, Assigned: cturra)

References

Details

So we've committed the patch from bug 398366.

But when we're testing, here is what we get:
$ curl -I 'https://download-dev.allizom.org/?product=firefox-15.0.1&os=osx&lang=fr'
HTTP/1.0 500 Internal Server Error

So two questions:
- Is this the new dev environment for Bouncer?
- If yes, can Brandon and I get access to see error logs?
:rik download-dev/boucner-dev are now running on the new bouncer cluster. you actually already have access to the web heads :)

you can access the bouncer-dev node with your ssh key at:

  bouncer1.dev.webapp.phx1.mozilla.com


*note that all the configuration and code on this web head is pushed from the web cluster admin, so if you make any changes on the web head they will be overwritten. if you require configuration (php/cfg/config.php) changes on the admin node, please open a bug for us (webops) to do this for you.

i just had a look at the error log in /var/log/httpd/download.mozilla.org/ and found the below error. it turned out to be a misconfiguration that i updated.

[Wed Sep 26 11:44:53 2012] [error] [client 10.8.81.215] PHP Warning:  require_once(/data/www/download.allizom.org/tuxedo/bouncer/php/lib/sdo.php): failed to open stream: No such file or directory in /data/www/download-dev.allizom.org/tuxedo/bouncer/php/index.php on line 178, referer: https://bugzilla.mozilla.org/show_bug.cgi?id=794567
[Wed Sep 26 11:44:53 2012] [error] [client 10.8.81.215] PHP Fatal error:  require_once(): Failed opening required '/data/www/download.allizom.org/tuxedo/bouncer/php/lib/sdo.php' (include_path='.:/usr/share/pear:/usr/share/php') in /data/www/download-dev.allizom.org/tuxedo/bouncer/php/index.php on line 178, referer: https://bugzilla.mozilla.org/show_bug.cgi?id=794567
[Wed Sep 26 11:44:53 2012] [debug] mod_headers.c(743): headers: ap_headers_output_filter()
Assignee: server-ops-webops → cturra
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in before you can comment on or make changes to this bug.