Closed
Bug 920054
Opened 12 years ago
Closed 12 years ago
[stage] Stage is down and currently 500's
Categories
(Socorro :: General, task)
Socorro
General
Tracking
(Not tracked)
VERIFIED
FIXED
61
People
(Reporter: mbrandt, Assigned: selenamarie)
References
()
Details
(Whiteboard: [stage])
Attachments
(1 file)
|
390.61 KB,
image/png
|
Details |
Stage currently appears to be down - unfortunately I'm not seeing anything in errormill.
[08:44:49.983] GET https://crash-stats.allizom.org/home/products/Firefox [HTTP/1.1 500 INTERNAL SERVER ERROR 475ms]
Comment 1•12 years ago
|
||
mod_wsgi (pid=23573): Target WSGI script '/data/socorro/application/scripts/webservices.py' cannot be loaded as Python module.
mod_wsgi (pid=23573): Exception occurred processing WSGI script '/data/socorro/application/scripts/webservices.py'.
Traceback (most recent call last):
File "/data/socorro/application/scripts/webservices.py", line 43, in <module>
config['productVersionCache'] = pvc.ProductVersionCache(config)
File "/data/socorro/application/socorro/lib/productVersionCache.py", line 23, in __init__
self.database = db.Database(self.config)
File "/data/socorro/application/socorro/database/database.py", line 159, in __init__
self.dsn = "host=%(database_hostname)s port=%(database_port)s dbname=%(database_name)s user=%(database_username)s password=%(database_password)s" % config
Comment 2•12 years ago
|
||
That's not enough context. The real culprit is:
[Tue Sep 24 08:18:22 2013] [error] [client 10.8.81.216] KeyError: 'database_hostname'
Comment 3•12 years ago
|
||
FWIW, this has been down since Friday.
| Assignee | ||
Comment 4•12 years ago
|
||
Finally back up! Problems were config in scripts/config.
Assignee: nobody → sdeckelmann
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 5•12 years ago
|
||
Yeck-to-the-yaya! QA verified, stage is rocking out with it's colors out.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•