Hello everyone,
I have this error:
Traceback (most recent call last):
File "gluon/restricted.py", line 62, in restricted
exec ccode in environment
File "/home/web2py/site/web2py/applications/docs/models/db.py", line
1, in <module>
db=SQLDB('postgres://user:p...@localhost:5432/db1')
File "gluon/sql.py", line 491, in __init__
self._pool_connection(lambda:psycopg2.connect(msg))
File "gluon/sql.py", line 412, in _pool_connection
self._connection=f()
File "gluon/sql.py", line 491, in <lambda>
self._pool_connection(lambda:psycopg2.connect(msg))
OperationalError: FATAL: connection limit exceeded for non-superusers
Do I need to close the connection explicitly somewhere?
Thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web2py Web Framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---