Hi,
Sorry for asking so much about the log files but I am trying to spend a lot of time with OFBiz. I am referring to: \runtime\logs\ofbiz.html.1 What is the goal of this file? I cam across the following, bit not the first time that I see such a warning. Why would the be invalid field names? <div class=WARN>2007-12-23 11:17:05,109 (main) [ EntitySaxReader.java:525:WARN ] Ignoring invalid field name [ownerContentId] found for the entity: DataResource with value=GIZMOS </div> <div class=WARN>2007-12-23 11:17:20,156 (main) [ SequenceUtil.java:203:WARN ] [SequenceUtil.SequenceBank.fillBank] first select failed: will try to add new row, result set was empty for sequence [CustomTimePeriod] Used SQL: SELECT SEQ_ID FROM public.SEQUENCE_VALUE_ITEM WHERE SEQ_NAME='CustomTimePeriod' Thread Name is: main:Thread[main,5,main] </div> Do I need to worry about this? Brendan |
I come up with a lot of these questions myself over time.
I have found the Eclipse Search->file to be very useful in finding things out about the code and why I am seeing things. Search in *.java, *.xml, *.properties. Brendan Vogt sent the following on 12/23/2007 1:42 AM: > Hi, > > > > Sorry for asking so much about the log files but I am trying to spend a lot > of time with OFBiz. > > > > I am referring to: > > > > \runtime\logs\ofbiz.html.1 > > > > What is the goal of this file? > > > > I cam across the following, bit not the first time that I see such a > warning. Why would the be invalid field names? > > > > <div class=WARN>2007-12-23 11:17:05,109 (main) [ > EntitySaxReader.java:525:WARN ] Ignoring invalid field name [ownerContentId] > found for the entity: DataResource with value=GIZMOS </div> > > > > <div class=WARN>2007-12-23 11:17:20,156 (main) [ > SequenceUtil.java:203:WARN ] [SequenceUtil.SequenceBank.fillBank] first > select failed: will try to add new row, result set was empty for sequence > [CustomTimePeriod] > > Used SQL: SELECT SEQ_ID FROM public.SEQUENCE_VALUE_ITEM WHERE > SEQ_NAME='CustomTimePeriod' > > Thread Name is: main:Thread[main,5,main] </div> > > > > Do I need to worry about this? > > > > Brendan > > |
Administrator
|
In reply to this post by Brendan Vogt
It's used in Webtools/View Log where you see it colored
Jacques From: "Brendan Vogt" <[hidden email]> > Hi, > > > > Sorry for asking so much about the log files but I am trying to spend a lot > of time with OFBiz. > > > > I am referring to: > > > > \runtime\logs\ofbiz.html.1 > > > > What is the goal of this file? > > > > I cam across the following, bit not the first time that I see such a > warning. Why would the be invalid field names? > > > > <div class=WARN>2007-12-23 11:17:05,109 (main) [ > EntitySaxReader.java:525:WARN ] Ignoring invalid field name [ownerContentId] > found for the entity: DataResource with value=GIZMOS </div> > > > > <div class=WARN>2007-12-23 11:17:20,156 (main) [ > SequenceUtil.java:203:WARN ] [SequenceUtil.SequenceBank.fillBank] first > select failed: will try to add new row, result set was empty for sequence > [CustomTimePeriod] > > Used SQL: SELECT SEQ_ID FROM public.SEQUENCE_VALUE_ITEM WHERE > SEQ_NAME='CustomTimePeriod' > > Thread Name is: main:Thread[main,5,main] </div> > > > > Do I need to worry about this? > > > > Brendan > > |
Free forum by Nabble | Edit this page |