(Dispatcher-Thread-1) [ ?:? :WARN ]

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
8 messages Options
Reply | Threaded
Open this post in threaded view
|

(Dispatcher-Thread-1) [ ?:? :WARN ]

Brendan Vogt
Hi,

 

What does this mean?

 

2007-12-10 11:05:26,390 (Dispatcher-Thread-1) [                       ?:?
:WARN ] Discarded 8 messages due to full event buffer including: Table named
[public.FIN_ACCOUNT_TRANS_TYPE_ATTR] exists in the database but has no
corresponding entity

 

Anything to worry about?

 

Brendan

Reply | Threaded
Open this post in threaded view
|

Re: (Dispatcher-Thread-1) [ ?:? :WARN ]

Scott Gray
I've noticed that discarded messages thing lately as well, anyone know
what's going on there?

Regards
Scott

On 10/12/2007, Brendan Vogt <[hidden email]> wrote:

>
> Hi,
>
>
>
> What does this mean?
>
>
>
> 2007-12-10 11:05:26,390 (Dispatcher-Thread-1) [                       ?:?
> :WARN ] Discarded 8 messages due to full event buffer including: Table
> named
> [public.FIN_ACCOUNT_TRANS_TYPE_ATTR] exists in the database but has no
> corresponding entity
>
>
>
> Anything to worry about?
>
>
>
> Brendan
>
>
Reply | Threaded
Open this post in threaded view
|

Re: (Dispatcher-Thread-1) [ ?:? :WARN ]

Jacques Le Roux
Administrator
In reply to this post by Brendan Vogt
I guess opentaps related ? no worries anyway

Jacques

De : "Brendan Vogt" <[hidden email]>

> Hi,
>
>  
>
> What does this mean?
>
>  
>
> 2007-12-10 11:05:26,390 (Dispatcher-Thread-1) [                       ?:?
> :WARN ] Discarded 8 messages due to full event buffer including: Table named
> [public.FIN_ACCOUNT_TRANS_TYPE_ATTR] exists in the database but has no
> corresponding entity
>
>  
>
> Anything to worry about?
>
>  
>
> Brendan
>
>
Reply | Threaded
Open this post in threaded view
|

RE: (Dispatcher-Thread-1) [ ?:? :WARN ]

Brendan Vogt
What do you mean opentaps related?


-----Original Message-----
From: Jacques Le Roux [mailto:[hidden email]]
Sent: Monday, December 10, 2007 12:27 PM
To: [hidden email]
Subject: Re: (Dispatcher-Thread-1) [ ?:? :WARN ]

I guess opentaps related ? no worries anyway

Jacques

De : "Brendan Vogt" <[hidden email]>

> Hi,
>
>  
>
> What does this mean?
>
>  
>
> 2007-12-10 11:05:26,390 (Dispatcher-Thread-1) [                       ?:?
> :WARN ] Discarded 8 messages due to full event buffer including: Table
named

> [public.FIN_ACCOUNT_TRANS_TYPE_ATTR] exists in the database but has no
> corresponding entity
>
>  
>
> Anything to worry about?
>
>  
>
> Brendan
>
>

Reply | Threaded
Open this post in threaded view
|

Re: (Dispatcher-Thread-1) [ ?:? :WARN ]

Scott Gray
In reply to this post by Jacques Le Roux
Nothing to do with opentaps, all OFBiz where I'm seeing it.  It's not the
end of the world but you do lose log messages which can be a pain when your
trying to debug something.

Regards
Scott

On 10/12/2007, Jacques Le Roux <[hidden email]> wrote:

>
> I guess opentaps related ? no worries anyway
>
> Jacques
>
> De : "Brendan Vogt" <[hidden email]>
> > Hi,
> >
> >
> >
> > What does this mean?
> >
> >
> >
> > 2007-12-10 11:05:26,390 (Dispatcher-Thread-1) [
> ?:?
> > :WARN ] Discarded 8 messages due to full event buffer including: Table
> named
> > [public.FIN_ACCOUNT_TRANS_TYPE_ATTR] exists in the database but has no
> > corresponding entity
> >
> >
> >
> > Anything to worry about?
> >
> >
> >
> > Brendan
> >
> >
>
Reply | Threaded
Open this post in threaded view
|

Re: (Dispatcher-Thread-1) [ ?:? :WARN ]

Jacques Le Roux
Administrator
In reply to this post by Scott Gray
Maybe someone has slipped some Opentaps data in ? (Just a guess)

Jacques

De : "Scott Gray" <[hidden email]>

> I've noticed that discarded messages thing lately as well, anyone know
> what's going on there?
>
> Regards
> Scott
>
> On 10/12/2007, Brendan Vogt <[hidden email]> wrote:
> >
> > Hi,
> >
> >
> >
> > What does this mean?
> >
> >
> >
> > 2007-12-10 11:05:26,390 (Dispatcher-Thread-1) [                       ?:?
> > :WARN ] Discarded 8 messages due to full event buffer including: Table
> > named
> > [public.FIN_ACCOUNT_TRANS_TYPE_ATTR] exists in the database but has no
> > corresponding entity
> >
> >
> >
> > Anything to worry about?
> >
> >
> >
> > Brendan
> >
> >
>
Reply | Threaded
Open this post in threaded view
|

Re: (Dispatcher-Thread-1) [ ?:? :WARN ]

cjhowe
In reply to this post by Brendan Vogt
Did you disable the accounting package? FinAccountTransTypeAttr is an entity in the accounting package.  You loaded the data once and ofbiz created the FinAccountTransTypeAttr entity.  When you start ofbiz after disabling the accounting package, it complains to you that the entity exists in the database, but there's no definition for ofbiz to read.  It's discarding the event buffer because there's probably about 30-50 other similar warnings.


----- Original Message ----
From: Brendan Vogt <[hidden email]>
To: [hidden email]
Sent: Monday, December 10, 2007 3:10:46 AM
Subject: (Dispatcher-Thread-1) [                       ?:?  :WARN ]


Hi,

 

What does this mean?

 

2007-12-10 11:05:26,390 (Dispatcher-Thread-1) [                      
 ?:?
:WARN ] Discarded 8 messages due to full event buffer including: Table
 named
[public.FIN_ACCOUNT_TRANS_TYPE_ATTR] exists in the database but has no
corresponding entity

 

Anything to worry about?

 

Brendan




Reply | Threaded
Open this post in threaded view
|

Re: (Dispatcher-Thread-1) [ ?:? :WARN ]

Scott Gray
Just to be clear, the problem I was talking about was this part of the
message:
2007-12-10 11:05:26,390 (Dispatcher-Thread-1) [                       ?:?
:WARN ] Discarded 8 messages due to full event buffer including:

It appears to be a problem with the logger and not related to any of the
apps

Regards
Scott

On 11/12/2007, Chris Howe <[hidden email]> wrote:

>
> Did you disable the accounting package? FinAccountTransTypeAttr is an
> entity in the accounting package.  You loaded the data once and ofbiz
> created the FinAccountTransTypeAttr entity.  When you start ofbiz after
> disabling the accounting package, it complains to you that the entity exists
> in the database, but there's no definition for ofbiz to read.  It's
> discarding the event buffer because there's probably about 30-50 other
> similar warnings.
>
>
> ----- Original Message ----
> From: Brendan Vogt <[hidden email]>
> To: [hidden email]
> Sent: Monday, December 10, 2007 3:10:46 AM
> Subject: (Dispatcher-Thread-1) [                       ?:?  :WARN ]
>
>
> Hi,
>
>
>
> What does this mean?
>
>
>
> 2007-12-10 11:05:26,390 (Dispatcher-Thread-1) [
> ?:?
> :WARN ] Discarded 8 messages due to full event buffer including: Table
> named
> [public.FIN_ACCOUNT_TRANS_TYPE_ATTR] exists in the database but has no
> corresponding entity
>
>
>
> Anything to worry about?
>
>
>
> Brendan
>
>
>
>
>