Actually it is the same thing I mentioned last night.. the link below
has a reference to http://ofbiz.apache.org/docs/entityconfig.html and
this one is from 2004 - nothing actual, not related to the current xml
structure so I ask myself if there are other settings I miss and that's
why I got those exceptions - which drives quickly to a blocking of every
instance
thanks,
Florin
Hi,
You can looked at the Database Setup in
http://cwiki.apache.org/confluence/display/OFBTECH/Apache+OFBiz+Technical+Production+Setup+Guide
Apache OFBiz Technical Production Setup Guide on how to configure a
database.
Regards,
James
Florin Popa wrote:
Hello,
Is it any newer version of
http://ofbiz.apache.org/docs/entityconfig.html ?
from here
<inline-jdbc
jdbc-driver="org.postgresql.Driver"
jdbc-uri="jdbc:postgresql://212.95.36.30:5432/ofbiz_platin_abda"
jdbc-username="platinshop"
jdbc-password="pl4t1nshop"
isolation-level="ReadCommitted"
pool-minsize="2"
pool-maxsize="250"/>
I can not find in the document pool-minsize
First crashes are
Could not commit transaction:
org.ofbiz.entity.transaction.GenericTransactionException: Roll back
error (with no rollbackOnly cause found), could not commit transaction,
was rolled back instead: javax.transaction.RollbackException:
Transaction timeout (Transaction timeout)
and then finally (needs restart ):
org.ofbiz.entity.GenericDataSourceException: Unable to esablish a
connection with the database. (Unable to acquire a new connection from
the pool)
thanks.
Florin