[theme-reviewers] Trac offline?
Yentl Bresseleers
hello at design311.com
Sun Aug 31 11:45:36 UTC 2014
I'm getting the following error when I try visiting trac, is everyong
getting this?
> Traceback (most recent call last):
> File "/usr/local/lib/python2.7/dist-packages/Trac-1.0.1-py2.7.egg/trac/web/api.py", line 514, in send_error
> data, 'text/html')
> File "/usr/local/lib/python2.7/dist-packages/Trac-1.0.1-py2.7.egg/trac/web/chrome.py", line 968, in render_template
> message = Markup(req.session.pop('chrome.%s.%d'
> File "/usr/local/lib/python2.7/dist-packages/Trac-1.0.1-py2.7.egg/trac/web/api.py", line 316, in __getattr__
> value = self.callbacks[name](self)
> File "/usr/local/lib/python2.7/dist-packages/Trac-1.0.1-py2.7.egg/trac/web/main.py", line 268, in _get_session
> return Session(self.env, req)
> File "/usr/local/lib/python2.7/dist-packages/Trac-1.0.1-py2.7.egg/trac/web/session.py", line 200, in __init__
> if req.authname == 'anonymous':
> File "/usr/local/lib/python2.7/dist-packages/Trac-1.0.1-py2.7.egg/trac/web/api.py", line 316, in __getattr__
> value = self.callbacks[name](self)
> File "/usr/local/lib/python2.7/dist-packages/Trac-1.0.1-py2.7.egg/trac/web/main.py", line 135, in authenticate
> authname = authenticator.authenticate(req)
> File "/usr/local/lib/python2.7/dist-packages/WordPressCookies-0.1-py2.7.egg/wpcookies/auth.py", line 49, in authenticate
> user_pass = self.get_user_pass(username)
> File "/usr/local/lib/python2.7/dist-packages/WordPressCookies-0.1-py2.7.egg/wpcookies/auth.py", line 74, in get_user_pass
> return self._get_user_pass(username)
> File "/usr/local/lib/python2.7/dist-packages/WordPressCookies-0.1-py2.7.egg/wpcookies/auth.py", line 81, in _get_user_pass
> conn = MySQLConnection(r.path, self.log, user=r.username, password=r.password, host=r.hostname)
> File "/usr/local/lib/python2.7/dist-packages/Trac-1.0.1-py2.7.egg/trac/db/mysql_backend.py", line 263, in __init__
> port=port, charset='utf8', **opts)
> File "/usr/lib/python2.7/dist-packages/MySQLdb/__init__.py", line 81, in Connect
> return Connection(*args, **kwargs)
> File "/usr/lib/python2.7/dist-packages/MySQLdb/connections.py", line 187, in __init__
> super(Connection, self).__init__(*args, **kwargs2)
> OperationalError: (1040, 'Too many connections')
More information about the theme-reviewers
mailing list