Hello,
When starting OFBiz with "ant start", the command console displays many messages. One section begins with : [java] 2014-03-05 15:52:27,438 (OFBiz-config-0) [ GenericDelegator.java:273:INFO ] Doing database check as requested in entityengine.xml with addMissing=true This section contains several warnings similar to this one : [java] 2014-03-05 15:52:29,786 (OFBiz-config-2) [ DatabaseUtil.java:1220:WARN ] Error getting primary key info from database with null tableName, will try other means: java.sql.SQLException: Table name can not be null Should I worry about these warnings ? (I'm using OFBiz 12.04.02, with JDK 1.7 update 51 (64-bits), in a Windows 64-bits environment) Best regards, Nicolas |
That message can be ignored. The JDBC driver does not support a
particular feature, so the entity engine has to get information by other means. Adrian Crum Sandglass Software www.sandglass-software.com On 3/5/2014 7:11 AM, Nicolas wrote: > Hello, > > When starting OFBiz with "ant start", the command console displays many > messages. One section begins with : > [java] 2014-03-05 15:52:27,438 (OFBiz-config-0) [ > GenericDelegator.java:273:INFO ] Doing database check as requested in > entityengine.xml with addMissing=true > > This section contains several warnings similar to this one : > [java] 2014-03-05 15:52:29,786 (OFBiz-config-2) [ > DatabaseUtil.java:1220:WARN ] Error getting primary key info from database > with null tableName, will try other means: java.sql.SQLException: Table > name can not be null > > Should I worry about these warnings ? > > (I'm using OFBiz 12.04.02, with JDK 1.7 update 51 (64-bits), in a Windows > 64-bits environment) > Best regards, > Nicolas > |
OK, Adrian.
Thank you very much ! On Wed, Mar 5, 2014 at 5:05 PM, Adrian Crum < [hidden email]> wrote: > That message can be ignored. The JDBC driver does not support a particular > feature, so the entity engine has to get information by other means. > > Adrian Crum > Sandglass Software > www.sandglass-software.com > > > On 3/5/2014 7:11 AM, Nicolas wrote: > >> Hello, >> >> When starting OFBiz with "ant start", the command console displays many >> messages. One section begins with : >> [java] 2014-03-05 15:52:27,438 (OFBiz-config-0) [ >> GenericDelegator.java:273:INFO ] Doing database check as requested in >> entityengine.xml with addMissing=true >> >> This section contains several warnings similar to this one : >> [java] 2014-03-05 15:52:29,786 (OFBiz-config-2) [ >> DatabaseUtil.java:1220:WARN ] Error getting primary key info from database >> with null tableName, will try other means: java.sql.SQLException: Table >> name can not be null >> >> Should I worry about these warnings ? >> >> (I'm using OFBiz 12.04.02, with JDK 1.7 update 51 (64-bits), in a Windows >> 64-bits environment) >> Best regards, >> Nicolas >> >> |
Learned this. I also saw these messages, yet I simply ignore it
intuitively. On Thu, Mar 6, 2014 at 12:43 AM, Nicolas <[hidden email]> wrote: > OK, Adrian. > Thank you very much ! > > > On Wed, Mar 5, 2014 at 5:05 PM, Adrian Crum < > [hidden email]> wrote: > > > That message can be ignored. The JDBC driver does not support a > particular > > feature, so the entity engine has to get information by other means. > > > > Adrian Crum > > Sandglass Software > > www.sandglass-software.com > > > > > > On 3/5/2014 7:11 AM, Nicolas wrote: > > > >> Hello, > >> > >> When starting OFBiz with "ant start", the command console displays many > >> messages. One section begins with : > >> [java] 2014-03-05 15:52:27,438 (OFBiz-config-0) [ > >> GenericDelegator.java:273:INFO ] Doing database check as requested in > >> entityengine.xml with addMissing=true > >> > >> This section contains several warnings similar to this one : > >> [java] 2014-03-05 15:52:29,786 (OFBiz-config-2) [ > >> DatabaseUtil.java:1220:WARN ] Error getting primary key info from > database > >> with null tableName, will try other means: java.sql.SQLException: Table > >> name can not be null > >> > >> Should I worry about these warnings ? > >> > >> (I'm using OFBiz 12.04.02, with JDK 1.7 update 51 (64-bits), in a > Windows > >> 64-bits environment) > >> Best regards, > >> Nicolas > >> > >> > |
Free forum by Nabble | Edit this page |