On Jan 12, 2010, at 5:36 PM, Juan Pablo wrote:

> Hi Community.
> 
> Today I had a lot of error messages when I execute some operations: Update
> Product, Facility Receipt, etc.
> 
> This is one of the error messages:
> 
> ------
> 
> Error en la llamada el evento: org.ofbiz.webapp.event.EventHandlerException:
> Service invocation error (Could not commit transaction for service
> [updateProduct] call: Roll back error, could not commit transaction, was
> rolled back instead because of: Failure in findByCondition operation for
> entity [ProductDimension]: org.ofbiz.entity.GenericDataSourceException:
> Unable to esablish a connection with the database. (Unable to acquire a new
> connection from the pool). Rolling back
> transaction.org.ofbiz.entity.GenericDataSourceException: Unable to esablish
> a connection with the database. (Unable to acquire a new connection from the
> pool) (Unable to esablish a connection with the database. (Unable to acquire
> a new connection from the pool)))
> 
> ------
> I understand that the main erro is "Unable to acquire a new connection from
> the pool" but I donĀ“t understand how I can resolve.
> 
> I use a local installation with a unique user!

This basically means that OFBiz can't talk to the database. If you're using an 
older version of OFBiz this may be due to an issue with the connection pool and 
the best fix is to restart OFBiz every so often.

If this always happening then it may be a configuration issue where the 
database isn't setup right. If it was working and just started happening, try 
restarting OFBiz and the database (make sure the database is up before starting 
OFBiz).

-David

Reply via email to