This happend in the past also. It was an issue with to many connections to 
the database still being open for some reasons. It should be (at least till 
for the short future) fixed now.

Le vendredi 8 juin 2012 02:54:05 UTC+2, kcrisman a écrit :
>
> I just got this too.  Just keep on trying; apparently developing for 
> Sage is very popular right now :) 
>
> On Jun 7, 8:02 pm, Benjamin Jones <benjaminfjo...@gmail.com> wrote: 
> > I haven't seen this before, after logging in to trac.sagemath.org: 
> > 
> > Traceback (most recent call last): 
> >   File "build/bdist.linux-x86_64/egg/trac/web/api.py", line 436, in 
> send_error 
> >     data, 'text/html') 
> >   File "build/bdist.linux-x86_64/egg/trac/web/chrome.py", line 803, in 
> > render_template 
> >     message = req.session.pop('chrome.%s.%d' % (type_, i)) 
> >   File "build/bdist.linux-x86_64/egg/trac/web/api.py", line 212, in 
> __getattr__ 
> >     value = self.callbacks[name](self) 
> >   File "build/bdist.linux-x86_64/egg/trac/web/main.py", line 298, in 
> > _get_session 
> >     return Session(self.env, req) 
> >   File "build/bdist.linux-x86_64/egg/trac/web/session.py", line 156, in 
> __init__ 
> >     if req.authname == 'anonymous': 
> >   File "build/bdist.linux-x86_64/egg/trac/web/api.py", line 212, in 
> __getattr__ 
> >     value = self.callbacks[name](self) 
> >   File "build/bdist.linux-x86_64/egg/trac/web/main.py", line 157, in 
> > authenticate 
> >     authname = authenticator.authenticate(req) 
> >   File "build/bdist.linux-x86_64/egg/trac/web/auth.py", line 83, in 
> authenticate 
> >     authname = self._get_name_for_cookie(req, req.incookie['trac_auth']) 
> >   File "build/bdist.linux-x86_64/egg/trac/web/auth.py", line 205, in 
> > _get_name_for_cookie 
> >     db = self.env.get_db_cnx() 
> >   File "build/bdist.linux-x86_64/egg/trac/env.py", line 335, in 
> get_db_cnx 
> >     return get_read_db(self) 
> >   File "build/bdist.linux-x86_64/egg/trac/db/api.py", line 90, in 
> get_read_db 
> >     return _transaction_local.db or 
> DatabaseManager(env).get_connection() 
> >   File "build/bdist.linux-x86_64/egg/trac/db/api.py", line 152, in 
> > get_connection 
> >     return self._cnx_pool.get_cnx(self.timeout or None) 
> >   File "build/bdist.linux-x86_64/egg/trac/db/pool.py", line 172, in 
> get_cnx 
> >     return _backend.get_cnx(self._connector, self._kwargs, timeout) 
> >   File "build/bdist.linux-x86_64/egg/trac/db/pool.py", line 105, in 
> get_cnx 
> >     cnx = connector.get_connection(**kwargs) 
> >   File "build/bdist.linux-x86_64/egg/trac/db/postgres_backend.py", 
> > line 87, in get_connection 
> >     params) 
> >   File "build/bdist.linux-x86_64/egg/trac/db/postgres_backend.py", 
> > line 203, in __init__ 
> >     port)) 
> > OperationalError: FATAL:  connection limit exceeded for non-superusers 
> > 
> > -- 
> > Benjamin Jones

-- 
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

Reply via email to