[haiku-development] Re: trac down?

  • From: Stephan Aßmus <superstippi@xxxxxx>
  • To: haiku-development@xxxxxxxxxxxxx
  • Date: Fri, 16 Jan 2009 17:25:56 +0100

Niels Reedijk schrieb:
2009/1/16 scott mc <scottmc2@xxxxxxxxx>:
I'm getting a 500 Internal Server Error here, when trying to go to
http://dev.haiku-os.org

Works here. could you try again? Could you try other paths, like /timeline?

This is what it shows from here:

Traceback (most recent call last):
File "/opt/csw/lib/python/site-packages/Trac-0.11.2-py2.5.egg/trac/web/api.py", line 367, in send_error
    'text/html')
File "/opt/csw/lib/python/site-packages/Trac-0.11.2-py2.5.egg/trac/web/chrome.py", line 688, in render_template
    data = self.populate_data(req, data)
File "/opt/csw/lib/python/site-packages/Trac-0.11.2-py2.5.egg/trac/web/chrome.py", line 596, in populate_data
    d['chrome'].update(req.chrome)
File "/opt/csw/lib/python/site-packages/Trac-0.11.2-py2.5.egg/trac/web/api.py", line 194, in __getattr__
    value = self.callbacks[name](self)
File "/opt/csw/lib/python/site-packages/Trac-0.11.2-py2.5.egg/trac/web/chrome.py", line 464, in prepare_request
    for category, name, text in contributor.get_navigation_items(req):
File "/opt/csw/lib/python/site-packages/Trac-0.11.2-py2.5.egg/trac/ticket/web_ui.py", line 162, in get_navigation_items
    if 'TICKET_CREATE' in req.perm:
File "/opt/csw/lib/python/site-packages/Trac-0.11.2-py2.5.egg/trac/web/api.py", line 194, in __getattr__
    value = self.callbacks[name](self)
File "/opt/csw/lib/python/site-packages/Trac-0.11.2-py2.5.egg/trac/web/main.py", line 261, in _get_perm
    return PermissionCache(self.env, self.authenticate(req))
File "/opt/csw/lib/python/site-packages/Trac-0.11.2-py2.5.egg/trac/web/main.py", line 132, in authenticate
    authname = authenticator.authenticate(req)
File "build/bdist.solaris-2.10-i86pc/egg/acct_mgr/web_ui.py", line 437, in wrap
    return func(self, *args, **kwds)
File "build/bdist.solaris-2.10-i86pc/egg/acct_mgr/web_ui.py", line 448, in authenticate
    return auth.LoginModule.authenticate(self, req)
File "/opt/csw/lib/python/site-packages/Trac-0.11.2-py2.5.egg/trac/web/auth.py", line 70, in authenticate
    authname = self._get_name_for_cookie(req, req.incookie['trac_auth'])
File "/opt/csw/lib/python/site-packages/Trac-0.11.2-py2.5.egg/trac/web/auth.py", line 184, in _get_name_for_cookie
    db = self.env.get_db_cnx()
File "/opt/csw/lib/python/site-packages/Trac-0.11.2-py2.5.egg/trac/env.py", line 264, in get_db_cnx
    return DatabaseManager(self).get_connection()
File "/opt/csw/lib/python/site-packages/Trac-0.11.2-py2.5.egg/trac/db/api.py", line 76, in get_connection
    return self._cnx_pool.get_cnx(self.timeout or None)
File "/opt/csw/lib/python/site-packages/Trac-0.11.2-py2.5.egg/trac/db/pool.py", line 174, in get_cnx
    return _backend.get_cnx(self._connector, self._kwargs, timeout)
File "/opt/csw/lib/python/site-packages/Trac-0.11.2-py2.5.egg/trac/db/pool.py", line 107, in get_cnx
    cnx = connector.get_connection(**kwargs)
File "/opt/csw/lib/python/site-packages/Trac-0.11.2-py2.5.egg/trac/db/postgres_backend.py", line 46, in get_connection
    cnx = PostgreSQLConnection(path, user, password, host, port, params)
File "/opt/csw/lib/python/site-packages/Trac-0.11.2-py2.5.egg/trac/db/postgres_backend.py", line 134, in __init__
    cnx = psycopg.connect(' '.join(dsn))
OperationalError: expected authentication request from server, but received c


Other related posts: