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 2008/01/02 16:38:20 UTC

Another One Failed

Hi,

 

I want to know I keep on getting this failed.  Even if it does not affect
something (or so I think), I want to know why it happens:

 

2008-01-02 17:35:15,359 (http-0.0.0.0-8443-Processor2) [
SequenceUtil.java:203:WARN ] [SequenceUtil.SequenceBank.fillBank] first
select failed: will try to add new row, result set was empty for sequence
[ServerHitBin] Used SQL: SELECT SEQ_ID FROM public.SEQUENCE_VALUE_ITEM WHERE
SEQ_NAME='ServerHitBin' Thread Name is:
http-0.0.0.0-8443-Processor2:Thread[http-0.0.0.0-8443-Processor2,5,main]

 

All that I did was go to the example screen and clicked on new example.
That's all.

 

Brendan


Re: Another One Failed

Posted by Scott Gray <le...@gmail.com>.
Exactly, you can safely disregard them all.

On 03/01/2008, Brendan Vogt <br...@gmail.com> wrote:
>
> OK thanks Scott, but this is not the only one, there is a couple of
> similar
> ones as well.  I assume they have the same meaning?
>
> -----Original Message-----
> From: Scott Gray [mailto:lektran@gmail.com]
> Sent: Wednesday, January 02, 2008 5:49 PM
> To: user@ofbiz.apache.org
> Subject: Re: Another One Failed
>
> SequenceValueItem keeps track of the next available set of ids for the
> entity being stored (in this case the Example entity), if the entity has
> never been stored before then there is no entry in the table for it so the
> entity engine logs a warning and then goes about creating an
> entry.  You'll
> only ever see the warning the first time an entity is stored.
>
> Regards
> Scott
>
> On 03/01/2008, Brendan Vogt <br...@gmail.com> wrote:
> >
> > Hi,
> >
> >
> >
> > I want to know I keep on getting this failed.  Even if it does not
> affect
> > something (or so I think), I want to know why it happens:
> >
> >
> >
> > 2008-01-02 17:35:15,359 (http-0.0.0.0-8443-Processor2) [
> > SequenceUtil.java:203:WARN ] [SequenceUtil.SequenceBank.fillBank] first
> > select failed: will try to add new row, result set was empty for
> sequence
> > [ServerHitBin] Used SQL: SELECT SEQ_ID FROM
> public.SEQUENCE_VALUE_ITEMWHERE
> > SEQ_NAME='ServerHitBin' Thread Name is:
> > http-0.0.0.0-8443-Processor2:Thread[http-0.0.0.0-8443-Processor2,5,main]
> >
> >
> >
> > All that I did was go to the example screen and clicked on new example.
> > That's all.
> >
> >
> >
> > Brendan
> >
> >
>
>

RE: Another One Failed

Posted by Brendan Vogt <br...@gmail.com>.
OK thanks Scott, but this is not the only one, there is a couple of similar
ones as well.  I assume they have the same meaning?

-----Original Message-----
From: Scott Gray [mailto:lektran@gmail.com] 
Sent: Wednesday, January 02, 2008 5:49 PM
To: user@ofbiz.apache.org
Subject: Re: Another One Failed

SequenceValueItem keeps track of the next available set of ids for the
entity being stored (in this case the Example entity), if the entity has
never been stored before then there is no entry in the table for it so the
entity engine logs a warning and then goes about creating an entry.  You'll
only ever see the warning the first time an entity is stored.

Regards
Scott

On 03/01/2008, Brendan Vogt <br...@gmail.com> wrote:
>
> Hi,
>
>
>
> I want to know I keep on getting this failed.  Even if it does not affect
> something (or so I think), I want to know why it happens:
>
>
>
> 2008-01-02 17:35:15,359 (http-0.0.0.0-8443-Processor2) [
> SequenceUtil.java:203:WARN ] [SequenceUtil.SequenceBank.fillBank] first
> select failed: will try to add new row, result set was empty for sequence
> [ServerHitBin] Used SQL: SELECT SEQ_ID FROM
public.SEQUENCE_VALUE_ITEMWHERE
> SEQ_NAME='ServerHitBin' Thread Name is:
> http-0.0.0.0-8443-Processor2:Thread[http-0.0.0.0-8443-Processor2,5,main]
>
>
>
> All that I did was go to the example screen and clicked on new example.
> That's all.
>
>
>
> Brendan
>
>


Re: Another One Failed

Posted by Scott Gray <le...@gmail.com>.
SequenceValueItem keeps track of the next available set of ids for the
entity being stored (in this case the Example entity), if the entity has
never been stored before then there is no entry in the table for it so the
entity engine logs a warning and then goes about creating an entry.  You'll
only ever see the warning the first time an entity is stored.

Regards
Scott

On 03/01/2008, Brendan Vogt <br...@gmail.com> wrote:
>
> Hi,
>
>
>
> I want to know I keep on getting this failed.  Even if it does not affect
> something (or so I think), I want to know why it happens:
>
>
>
> 2008-01-02 17:35:15,359 (http-0.0.0.0-8443-Processor2) [
> SequenceUtil.java:203:WARN ] [SequenceUtil.SequenceBank.fillBank] first
> select failed: will try to add new row, result set was empty for sequence
> [ServerHitBin] Used SQL: SELECT SEQ_ID FROM public.SEQUENCE_VALUE_ITEMWHERE
> SEQ_NAME='ServerHitBin' Thread Name is:
> http-0.0.0.0-8443-Processor2:Thread[http-0.0.0.0-8443-Processor2,5,main]
>
>
>
> All that I did was go to the example screen and clicked on new example.
> That's all.
>
>
>
> Brendan
>
>