You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by Brendan Vogt <br...@gmail.com> on 2007/12/23 10:42:49 UTC

ofbiz.html.1

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


Re: ofbiz.html.1

Posted by Jacques Le Roux <ja...@les7arts.com>.
It's used in Webtools/View Log where you see it colored 

Jacques

From: "Brendan Vogt" <br...@gmail.com>
> 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
> 
>

Re: ofbiz.html.1

Posted by BJ Freeman <bj...@free-man.net>.
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
> 
>