After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 664724 - Fatal Error for any search on http://developer.gnome.org/
Fatal Error for any search on http://developer.gnome.org/
Status: RESOLVED FIXED
Product: sysadmin
Classification: Infrastructure
Component: Other
unspecified
Other Linux
: Normal critical
: ---
Assigned To: GNOME Sysadmins
GNOME Sysadmins
: 664738 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2011-11-24 12:52 UTC by Łukasz Jernaś
Modified: 2011-11-25 10:43 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Łukasz Jernaś 2011-11-24 12:52:48 UTC
And I get the standard Django debug page which is probably bad.

Traceback:
Environment:


Request Method: GET
Request URL: http://developer.gnome.org/symbols/?q=libpeas

Django Version: 1.3.1
Python Version: 2.6.6
Installed Applications:
[]
Installed Middleware:
()


Traceback:
  • File "/usr/lib/python2.6/site-packages/django/core/handlers/base.py", line 111 in get_response
    response = callback(request, *callback_args, **callback_kwargs)
  • File "/var/cache/gnomeweb/git/library-web/web/./api.py", line 57 in redirect
    sqlcon = get_sqlconn()
  • File "/var/cache/gnomeweb/git/library-web/web/./api.py", line 36 in get_sqlconn
    config = Config(filename=settings.LIBRARY_WEB_CONFIG_FILE)
  • File "/var/cache/gnomeweb/git/library-web/web/../src/config.py", line 59 in __init__
    raise FatalError('could not load config file')
Exception Type: FatalError at /
Exception Value: could not load config file
Comment 1 Frederic Peters 2011-11-24 13:04:50 UTC
I had a quick look, wsgi is started by
/var/cache/gnomeweb/git/library-web/web/lgoweb.wsgi
which loads settings from
/var/cache/gnomeweb/git/library-web/web/settings.py
which loads local settings from
/var/cache/gnomeweb/git/library-web/web/local_settings.py
which has a reference to 
/srv/http/developer.gnome.org/extra/conf/lgorc
which exists.

Reassigning to sysadmin for further investigation.

(a possible cause but I didn't notice any direct link would be the addition of "import lzma" to library-web, while the module is currently not installed).
Comment 2 Frederic Peters 2011-11-24 16:44:03 UTC
*** Bug 664738 has been marked as a duplicate of this bug. ***
Comment 3 Frederic Peters 2011-11-25 10:43:33 UTC
Now resolved, probably the lzma issue in the end.