connection with the database. (new connection from the pool)

2007-11-28 Thread pmacdee
I am getting a database connection error when I perform a quick ship. I have performed quickship on other orders without a problem. This order is different in that it is a no cost order. I made manual adjustments to make the cost zero. Here is the error, with svn info following: The Followin

connection with the database. (new connection from the pool)

2007-11-28 Thread pmacdee
I am getting a database connection error when I perform a quick ship. I have performed quickship on other orders without a problem. This order is different in that it is a no cost order. I made manual adjustments to make the cost zero. Here is the error, with svn info following: The Followin

Re: connection with the database. (new connection from the pool)

2007-11-28 Thread Jacopo Cappellato
You have to configure the entityengine.xml file for the org.ofbiz.olap group; something like this: entity-group-reader="main" entity-eca-reader="main" distributed-cache-clear-enabled="false"> datasource-name="localderbyolap"/> Hope it helps (you can also check the s

Re: connection with the database. (new connection from the pool)

2007-12-01 Thread pmacdee
Here is the section out of my ./framework/entity/config/entityengine.xml I changed to but I got the same error. I want to add that I had used the quick ship several times before and all other parts of the system appear to work OK. Thanks! Jacopo

Re: connection with the database. (new connection from the pool)

2007-12-04 Thread Vikas Mayur
Did you cross check that these entities are created in postgres datasources after doing changes to entityengine config file. On Dec 2, 2007 5:27 AM, pmacdee <[EMAIL PROTECTED]> wrote: > > Here is the section out of my ./framework/entity/config/entityengine.xml > > entity-group-reader="main"

Re: connection with the database. (new connection from the pool)

2007-12-04 Thread pmacdee
No, I didn't. How do I do that? Vikas Mayur-2 wrote: > > Did you cross check that these entities are created in postgres > datasources > after doing changes to entityengine config file. > > > On Dec 2, 2007 5:27 AM, pmacdee <[EMAIL PROTECTED]> wrote: > >> >> Here is the section out of my ./

Re: connection with the database. (new connection from the pool)

2007-12-04 Thread Vikas Mayur
Every time you do changes to entityengine.xml, you need to restart the application server. This will create the entities that was in group "org.ofbiz.olap" in your database, Since this is the first time you associate this group to a different datasource. If there is any seed - demo data associated