Hans,

I experienced this problem and I had to increase the concurrent open connection to 500+. I sometime run a test server using same db server instance and this limit is reached after running OFBiz for few days. Traffic on server is not more than 2000 visits a day.

I have another instance where experiencing the similar problem but not sure if it is due to database. I will post my finding soon.

Thanks,

Raj

Hans Bakker wrote:
I have several customer installations which have the same problem:
running out of database connections...

So there should be in the system that database iterators are not closed?

for example in createUserLoginPasswordHistory in logionServices.java,
line 391:
EntityListIterator eli = delegator.find("UserLoginPasswordHistory",.....

but is see no eli.close()

do i see this wrong or should this be corrected?

anybody else have the same database connections problem?


Reply via email to