Hi,
I'm using Hibernate with a c3p0 connection pool in a Struts webapp.
It all started well, until a
Code:
org.postgresql.util.PSQLException: Backend start-up failed: org.postgresql.util.PSQLException: FATAL: connection limit exceeded for non-superusers
What I would never have expected to break the whole connection pool!
I found this thread
http://forum.hibernate.org/viewtopic.php?t=934779 on a similar subject...
So I don't know if this will fix my problem. I'll try it out and tell, but still found it usefull to post this here, just in case someone experiences the same issue.
(I know this might sound weird, but I have no way to figure out how many connection to the database might be in use, besides the pooled ones, and I can't just set the max connection limit to a huge amount)
So if someone experienced something like this, I'd like to hear your solution, work-around, or what ever...
Thanks
Alex