Issue with the dsource site

Justin C Calvarese technocrat7 at gmail.com
Sat Nov 18 21:52:07 PST 2006


%u wrote:
> Hello,
> 
> I get the following error message when I try to access the dsource site:
> 
> Traceback (most recent call last):
>   File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 371, in
> dispatch_request
>     dispatcher.dispatch(req)
>   File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 198, in dispatch
>     req.perm = PermissionCache(self.env, req.authname)
>   File "/usr/lib/python2.4/site-packages/trac/perm.py", line 267, in __init__
>     self.perms = PermissionSystem(env).get_user_permissions(username)
>   File "/usr/lib/python2.4/site-packages/trac/perm.py", line 231, in
> get_user_permissions
>     for perm in self.store.get_user_permissions(username):
>   File "/usr/lib/python2.4/site-packages/trac/perm.py", line 106, in
> get_user_permissions
>     subjects += list(provider.get_permission_groups(username))
>   File "build/bdist.linux-i686/egg/dsource/perm.py", line 35, in
> get_permission_groups
>   File "/usr/lib/python2.4/site-packages/trac/env.py", line 187, in
> get_central_db_cnx
>     return CentralDatabaseManager(self).get_connection()
>   File "/usr/lib/python2.4/site-packages/trac/db/api.py", line 75, in
> get_connection
>     return connector.get_connection(**args)
>   File "/usr/lib/python2.4/site-packages/trac/db/postgres_backend.py", line
> 40, in get_connection
>     return PostgreSQLConnection(path, user, password, host, port, params)
>   File "/usr/lib/python2.4/site-packages/trac/db/postgres_backend.py", line
> 114, in __init__
>     client_encoding='utf-8', unicode_results=True)
>   File "/usr/lib/python2.4/site-packages/pyPgSQL/PgSQL.py", line 2211, in connect
>     return Connection(connInfo, client_encoding, unicode_results)
>   File "/usr/lib/python2.4/site-packages/pyPgSQL/PgSQL.py", line 2331, in __init__
>     raise DatabaseError, m
> DatabaseError: FATAL:  connection limit exceeded for non-superusers

It may have been a temporary database problem. That can happen from time 
  to time. Brad fixes problems like that as soon as he becomes aware of 
them.

I checked forums, projects, and tutorials and each seems to work fine 
now. If you're still seeing the problem, is it a particular project 
giving you the error messages?


-- 
jcc7



More information about the Digitalmars-d mailing list