Hide
If MMBase, using psql, get connections, but then may not read e.g. the object-table, the feed-back is bad.
The connection is considered to be 'broken' and immediately refreshed. Psql does not deal very well with released connections.
Very soon, psql runs against connection limit, and mmbase subsequently reports _that_ giving the impression that it requests very many of those, thus obscuring the actual problem (lacking permissions).
PRoblem becomes more clear if you log on SERVICE, because then at least you see that connections are being 'refreshed' (though without reason why).
Show
If MMBase, using psql, get connections, but then may not read e.g. the object-table, the feed-back is bad.
The connection is considered to be 'broken' and immediately refreshed. Psql does not deal very well with released connections.
Very soon, psql runs against connection limit, and mmbase subsequently reports _that_ giving the impression that it requests very many of those, thus obscuring the actual problem (lacking permissions).
PRoblem becomes more clear if you log on SERVICE, because then at least you see that connections are being 'refreshed' (though without reason why).