Duplicate webapp loads by birt component

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

Duplicate webapp loads by birt component

c.schinzer-2
All,


I did an update from trunk and realize in the sniff test that logs show that birt's ofbiz-component.xml redefines three existing webapp mounts: accounting, facility and ordermgr. Embedded Tomcat does consequently not load these.

Is this expected behavior? Am I missing a config change for my runtime?
Or is this an issue?
If so, is there a JIRA open or does it merit one?

Thanks for letting me know.
Regards


Carsten


Gesendet von unterwegs mit BlackBerry® Webmail.
Reply | Threaded
Open this post in threaded view
|

Re: Duplicate webapp loads by birt component

Jacques Le Roux
Administrator
Jacopo introduced a change to be able to move the Birt component from framework to specialpupose
So yes it's an intended change but I see no problems with it using trunk.
Those are loaded and used for Birt reports which are in those components

Jacques

Le 15/05/2014 18:18, [hidden email] a écrit :

> All,
>
>
> I did an update from trunk and realize in the sniff test that logs show that birt's ofbiz-component.xml redefines three existing webapp mounts: accounting, facility and ordermgr. Embedded Tomcat does consequently not load these.
>
> Is this expected behavior? Am I missing a config change for my runtime?
> Or is this an issue?
> If so, is there a JIRA open or does it merit one?
>
> Thanks for letting me know.
> Regards
>
>
> Carsten
>
>
> Gesendet von unterwegs mit BlackBerry® Webmail.
>
>

--
Reply | Threaded
Open this post in threaded view
|

Re: Duplicate webapp loads by birt component

c.schinzer-2
Thanks for the info,
I comfirm it is harmless.
Just wanted to be sure.
Regards

Carsten


2014-05-18 14:27 GMT+02:00 Jacques Le Roux <[hidden email]>:

> Jacopo introduced a change to be able to move the Birt component from
> framework to specialpupose
> So yes it's an intended change but I see no problems with it using trunk.
> Those are loaded and used for Birt reports which are in those components
>
> Jacques
>
> Le 15/05/2014 18:18, [hidden email] a écrit :
>
>  All,
>>
>>
>> I did an update from trunk and realize in the sniff test that logs show
>> that birt's ofbiz-component.xml redefines three existing webapp mounts:
>> accounting, facility and ordermgr. Embedded Tomcat does consequently not
>> load these.
>>
>> Is this expected behavior? Am I missing a config change for my runtime?
>> Or is this an issue?
>> If so, is there a JIRA open or does it merit one?
>>
>> Thanks for letting me know.
>> Regards
>>
>>
>> Carsten
>>
>>
>> Gesendet von unterwegs mit BlackBerry® Webmail.
>>
>>
>>
> --
>
Reply | Threaded
Open this post in threaded view
|

Re: Duplicate webapp loads by birt component

Jacques Le Roux
Administrator
Just spotted the lines

[java] 2014-05-18 20:55:57,869 (main) [ CatalinaContainer.java:567:INFO ] createContext(ar)
[java] 2014-05-18 20:55:57,869 (main) [ CatalinaContainer.java:770:INFO ] Duplicate webapp mount; not loading : accounting /
C:/projectsASF/ofbizVirgin/applications/accounting/webapp/accounting
[java] 2014-05-18 20:55:57,869 (main) [ CatalinaContainer.java:567:INFO ] createContext(manufacturing)
[java] 2014-05-18 20:55:57,869 (main) [ CatalinaContainer.java:770:INFO ] Duplicate webapp mount; not loading : facility /
C:/projectsASF/ofbizVirgin/applications/product/webapp/facility
[java] 2014-05-18 20:55:57,869 (main) [ CatalinaContainer.java:567:INFO ] createContext(catalog)
[java] 2014-05-18 20:55:57,869 (main) [ CatalinaContainer.java:567:INFO ] createContext(ical)
[java] 2014-05-18 20:55:57,870 (main) [ CatalinaContainer.java:567:INFO ] createContext(workeffort)
[java] 2014-05-18 20:55:57,870 (main) [ CatalinaContainer.java:770:INFO ] Duplicate webapp mount; not loading : content /
C:/projectsASF/ofbizVirgin/applications/content/webapp/content

Not sure what to do with those, Jacopo?

Jacques

Le 18/05/2014 20:11, Carsten Schinzer a écrit :

> Thanks for the info,
> I comfirm it is harmless.
> Just wanted to be sure.
> Regards
>
> Carsten
>
>
> 2014-05-18 14:27 GMT+02:00 Jacques Le Roux <[hidden email]>:
>
>> Jacopo introduced a change to be able to move the Birt component from
>> framework to specialpupose
>> So yes it's an intended change but I see no problems with it using trunk.
>> Those are loaded and used for Birt reports which are in those components
>>
>> Jacques
>>
>> Le 15/05/2014 18:18, [hidden email] a écrit :
>>
>>   All,
>>>
>>> I did an update from trunk and realize in the sniff test that logs show
>>> that birt's ofbiz-component.xml redefines three existing webapp mounts:
>>> accounting, facility and ordermgr. Embedded Tomcat does consequently not
>>> load these.
>>>
>>> Is this expected behavior? Am I missing a config change for my runtime?
>>> Or is this an issue?
>>> If so, is there a JIRA open or does it merit one?
>>>
>>> Thanks for letting me know.
>>> Regards
>>>
>>>
>>> Carsten
>>>
>>>
>>> Gesendet von unterwegs mit BlackBerry® Webmail.
>>>
>>>
>>>
>> --
>>

--
Reply | Threaded
Open this post in threaded view
|

Re: Duplicate webapp loads by birt component

Jacopo Cappellato-4
This is the intended behavior: when a component redefines an existing webapp the previous one is not loaded and an info message is printed.

Jacopo

On May 18, 2014, at 9:04 PM, Jacques Le Roux <[hidden email]> wrote:

> Just spotted the lines
>
> [java] 2014-05-18 20:55:57,869 (main) [ CatalinaContainer.java:567:INFO ] createContext(ar)
> [java] 2014-05-18 20:55:57,869 (main) [ CatalinaContainer.java:770:INFO ] Duplicate webapp mount; not loading : accounting / C:/projectsASF/ofbizVirgin/applications/accounting/webapp/accounting
> [java] 2014-05-18 20:55:57,869 (main) [ CatalinaContainer.java:567:INFO ] createContext(manufacturing)
> [java] 2014-05-18 20:55:57,869 (main) [ CatalinaContainer.java:770:INFO ] Duplicate webapp mount; not loading : facility / C:/projectsASF/ofbizVirgin/applications/product/webapp/facility
> [java] 2014-05-18 20:55:57,869 (main) [ CatalinaContainer.java:567:INFO ] createContext(catalog)
> [java] 2014-05-18 20:55:57,869 (main) [ CatalinaContainer.java:567:INFO ] createContext(ical)
> [java] 2014-05-18 20:55:57,870 (main) [ CatalinaContainer.java:567:INFO ] createContext(workeffort)
> [java] 2014-05-18 20:55:57,870 (main) [ CatalinaContainer.java:770:INFO ] Duplicate webapp mount; not loading : content / C:/projectsASF/ofbizVirgin/applications/content/webapp/content
>
> Not sure what to do with those, Jacopo?
>
> Jacques
>
> Le 18/05/2014 20:11, Carsten Schinzer a écrit :
>> Thanks for the info,
>> I comfirm it is harmless.
>> Just wanted to be sure.
>> Regards
>>
>> Carsten
>>
>>
>> 2014-05-18 14:27 GMT+02:00 Jacques Le Roux <[hidden email]>:
>>
>>> Jacopo introduced a change to be able to move the Birt component from
>>> framework to specialpupose
>>> So yes it's an intended change but I see no problems with it using trunk.
>>> Those are loaded and used for Birt reports which are in those components
>>>
>>> Jacques
>>>
>>> Le 15/05/2014 18:18, [hidden email] a écrit :
>>>
>>>  All,
>>>>
>>>> I did an update from trunk and realize in the sniff test that logs show
>>>> that birt's ofbiz-component.xml redefines three existing webapp mounts:
>>>> accounting, facility and ordermgr. Embedded Tomcat does consequently not
>>>> load these.
>>>>
>>>> Is this expected behavior? Am I missing a config change for my runtime?
>>>> Or is this an issue?
>>>> If so, is there a JIRA open or does it merit one?
>>>>
>>>> Thanks for letting me know.
>>>> Regards
>>>>
>>>>
>>>> Carsten
>>>>
>>>>
>>>> Gesendet von unterwegs mit BlackBerry® Webmail.
>>>>
>>>>
>>>>
>>> --
>>>
>
> --

Reply | Threaded
Open this post in threaded view
|

Re: Duplicate webapp loads by birt component

Jacopo Cappellato-4
IMO the birt component in the trunk should be set as disabled to prevent this from happening.

Jacopo

On May 19, 2014, at 8:24 AM, Jacopo Cappellato <[hidden email]> wrote:

> This is the intended behavior: when a component redefines an existing webapp the previous one is not loaded and an info message is printed.
>
> Jacopo
>
> On May 18, 2014, at 9:04 PM, Jacques Le Roux <[hidden email]> wrote:
>
>> Just spotted the lines
>>
>> [java] 2014-05-18 20:55:57,869 (main) [ CatalinaContainer.java:567:INFO ] createContext(ar)
>> [java] 2014-05-18 20:55:57,869 (main) [ CatalinaContainer.java:770:INFO ] Duplicate webapp mount; not loading : accounting / C:/projectsASF/ofbizVirgin/applications/accounting/webapp/accounting
>> [java] 2014-05-18 20:55:57,869 (main) [ CatalinaContainer.java:567:INFO ] createContext(manufacturing)
>> [java] 2014-05-18 20:55:57,869 (main) [ CatalinaContainer.java:770:INFO ] Duplicate webapp mount; not loading : facility / C:/projectsASF/ofbizVirgin/applications/product/webapp/facility
>> [java] 2014-05-18 20:55:57,869 (main) [ CatalinaContainer.java:567:INFO ] createContext(catalog)
>> [java] 2014-05-18 20:55:57,869 (main) [ CatalinaContainer.java:567:INFO ] createContext(ical)
>> [java] 2014-05-18 20:55:57,870 (main) [ CatalinaContainer.java:567:INFO ] createContext(workeffort)
>> [java] 2014-05-18 20:55:57,870 (main) [ CatalinaContainer.java:770:INFO ] Duplicate webapp mount; not loading : content / C:/projectsASF/ofbizVirgin/applications/content/webapp/content
>>
>> Not sure what to do with those, Jacopo?
>>
>> Jacques
>>
>> Le 18/05/2014 20:11, Carsten Schinzer a écrit :
>>> Thanks for the info,
>>> I comfirm it is harmless.
>>> Just wanted to be sure.
>>> Regards
>>>
>>> Carsten
>>>
>>>
>>> 2014-05-18 14:27 GMT+02:00 Jacques Le Roux <[hidden email]>:
>>>
>>>> Jacopo introduced a change to be able to move the Birt component from
>>>> framework to specialpupose
>>>> So yes it's an intended change but I see no problems with it using trunk.
>>>> Those are loaded and used for Birt reports which are in those components
>>>>
>>>> Jacques
>>>>
>>>> Le 15/05/2014 18:18, [hidden email] a écrit :
>>>>
>>>> All,
>>>>>
>>>>> I did an update from trunk and realize in the sniff test that logs show
>>>>> that birt's ofbiz-component.xml redefines three existing webapp mounts:
>>>>> accounting, facility and ordermgr. Embedded Tomcat does consequently not
>>>>> load these.
>>>>>
>>>>> Is this expected behavior? Am I missing a config change for my runtime?
>>>>> Or is this an issue?
>>>>> If so, is there a JIRA open or does it merit one?
>>>>>
>>>>> Thanks for letting me know.
>>>>> Regards
>>>>>
>>>>>
>>>>> Carsten
>>>>>
>>>>>
>>>>> Gesendet von unterwegs mit BlackBerry® Webmail.
>>>>>
>>>>>
>>>>>
>>>> --
>>>>
>>
>> --
>

Reply | Threaded
Open this post in threaded view
|

Re: Duplicate webapp loads by birt component

taher
Hi Jacopo,

I think we had a similar discussion in the past but if you disable the
component then you will not be able to run the tests which means further
marginalizing the special purpose components. This also means that any
changes to the framework might result in an incompatibility with this
component because it will not be kept up to date.

To me personally birt is the most important component that I use on a daily
basis.

Taher Alkhateeb
On May 19, 2014 9:25 AM, "Jacopo Cappellato" <
[hidden email]> wrote:

> IMO the birt component in the trunk should be set as disabled to prevent
> this from happening.
>
> Jacopo
>
> On May 19, 2014, at 8:24 AM, Jacopo Cappellato <
> [hidden email]> wrote:
>
> > This is the intended behavior: when a component redefines an existing
> webapp the previous one is not loaded and an info message is printed.
> >
> > Jacopo
> >
> > On May 18, 2014, at 9:04 PM, Jacques Le Roux <
> [hidden email]> wrote:
> >
> >> Just spotted the lines
> >>
> >> [java] 2014-05-18 20:55:57,869 (main) [ CatalinaContainer.java:567:INFO
> ] createContext(ar)
> >> [java] 2014-05-18 20:55:57,869 (main) [ CatalinaContainer.java:770:INFO
> ] Duplicate webapp mount; not loading : accounting /
> C:/projectsASF/ofbizVirgin/applications/accounting/webapp/accounting
> >> [java] 2014-05-18 20:55:57,869 (main) [ CatalinaContainer.java:567:INFO
> ] createContext(manufacturing)
> >> [java] 2014-05-18 20:55:57,869 (main) [ CatalinaContainer.java:770:INFO
> ] Duplicate webapp mount; not loading : facility /
> C:/projectsASF/ofbizVirgin/applications/product/webapp/facility
> >> [java] 2014-05-18 20:55:57,869 (main) [ CatalinaContainer.java:567:INFO
> ] createContext(catalog)
> >> [java] 2014-05-18 20:55:57,869 (main) [ CatalinaContainer.java:567:INFO
> ] createContext(ical)
> >> [java] 2014-05-18 20:55:57,870 (main) [ CatalinaContainer.java:567:INFO
> ] createContext(workeffort)
> >> [java] 2014-05-18 20:55:57,870 (main) [ CatalinaContainer.java:770:INFO
> ] Duplicate webapp mount; not loading : content /
> C:/projectsASF/ofbizVirgin/applications/content/webapp/content
> >>
> >> Not sure what to do with those, Jacopo?
> >>
> >> Jacques
> >>
> >> Le 18/05/2014 20:11, Carsten Schinzer a écrit :
> >>> Thanks for the info,
> >>> I comfirm it is harmless.
> >>> Just wanted to be sure.
> >>> Regards
> >>>
> >>> Carsten
> >>>
> >>>
> >>> 2014-05-18 14:27 GMT+02:00 Jacques Le Roux <
> [hidden email]>:
> >>>
> >>>> Jacopo introduced a change to be able to move the Birt component from
> >>>> framework to specialpupose
> >>>> So yes it's an intended change but I see no problems with it using
> trunk.
> >>>> Those are loaded and used for Birt reports which are in those
> components
> >>>>
> >>>> Jacques
> >>>>
> >>>> Le 15/05/2014 18:18, [hidden email] a écrit :
> >>>>
> >>>> All,
> >>>>>
> >>>>> I did an update from trunk and realize in the sniff test that logs
> show
> >>>>> that birt's ofbiz-component.xml redefines three existing webapp
> mounts:
> >>>>> accounting, facility and ordermgr. Embedded Tomcat does consequently
> not
> >>>>> load these.
> >>>>>
> >>>>> Is this expected behavior? Am I missing a config change for my
> runtime?
> >>>>> Or is this an issue?
> >>>>> If so, is there a JIRA open or does it merit one?
> >>>>>
> >>>>> Thanks for letting me know.
> >>>>> Regards
> >>>>>
> >>>>>
> >>>>> Carsten
> >>>>>
> >>>>>
> >>>>> Gesendet von unterwegs mit BlackBerry® Webmail.
> >>>>>
> >>>>>
> >>>>>
> >>>> --
> >>>>
> >>
> >> --
> >
>
>
Reply | Threaded
Open this post in threaded view
|

Re: Duplicate webapp loads by birt component

c.schinzer-2
Compromise proposal:

Option 1) You guys keep trunk as is and anyone who wants to avoid the log
message disables the birt component locally (I've just done so) until it is
officially released.
Option 2) You guys diasble birt in trunk by default and activate it for
testing when needed.

I guess Option 1 is what most prefer as in trunk you will not want to do
extra things before being able to test .. ?

My 2 cents
Regards

Carsten


2014-05-19 8:33 GMT+02:00 Taher Alkhateeb <[hidden email]>:

> Hi Jacopo,
>
> I think we had a similar discussion in the past but if you disable the
> component then you will not be able to run the tests which means further
> marginalizing the special purpose components. This also means that any
> changes to the framework might result in an incompatibility with this
> component because it will not be kept up to date.
>
> To me personally birt is the most important component that I use on a daily
> basis.
>
> Taher Alkhateeb
> On May 19, 2014 9:25 AM, "Jacopo Cappellato" <
> [hidden email]> wrote:
>
> > IMO the birt component in the trunk should be set as disabled to prevent
> > this from happening.
> >
> > Jacopo
> >
> > On May 19, 2014, at 8:24 AM, Jacopo Cappellato <
> > [hidden email]> wrote:
> >
> > > This is the intended behavior: when a component redefines an existing
> > webapp the previous one is not loaded and an info message is printed.
> > >
> > > Jacopo
> > >
> > > On May 18, 2014, at 9:04 PM, Jacques Le Roux <
> > [hidden email]> wrote:
> > >
> > >> Just spotted the lines
> > >>
> > >> [java] 2014-05-18 20:55:57,869 (main) [
> CatalinaContainer.java:567:INFO
> > ] createContext(ar)
> > >> [java] 2014-05-18 20:55:57,869 (main) [
> CatalinaContainer.java:770:INFO
> > ] Duplicate webapp mount; not loading : accounting /
> > C:/projectsASF/ofbizVirgin/applications/accounting/webapp/accounting
> > >> [java] 2014-05-18 20:55:57,869 (main) [
> CatalinaContainer.java:567:INFO
> > ] createContext(manufacturing)
> > >> [java] 2014-05-18 20:55:57,869 (main) [
> CatalinaContainer.java:770:INFO
> > ] Duplicate webapp mount; not loading : facility /
> > C:/projectsASF/ofbizVirgin/applications/product/webapp/facility
> > >> [java] 2014-05-18 20:55:57,869 (main) [
> CatalinaContainer.java:567:INFO
> > ] createContext(catalog)
> > >> [java] 2014-05-18 20:55:57,869 (main) [
> CatalinaContainer.java:567:INFO
> > ] createContext(ical)
> > >> [java] 2014-05-18 20:55:57,870 (main) [
> CatalinaContainer.java:567:INFO
> > ] createContext(workeffort)
> > >> [java] 2014-05-18 20:55:57,870 (main) [
> CatalinaContainer.java:770:INFO
> > ] Duplicate webapp mount; not loading : content /
> > C:/projectsASF/ofbizVirgin/applications/content/webapp/content
> > >>
> > >> Not sure what to do with those, Jacopo?
> > >>
> > >> Jacques
> > >>
> > >> Le 18/05/2014 20:11, Carsten Schinzer a écrit :
> > >>> Thanks for the info,
> > >>> I comfirm it is harmless.
> > >>> Just wanted to be sure.
> > >>> Regards
> > >>>
> > >>> Carsten
> > >>>
> > >>>
> > >>> 2014-05-18 14:27 GMT+02:00 Jacques Le Roux <
> > [hidden email]>:
> > >>>
> > >>>> Jacopo introduced a change to be able to move the Birt component
> from
> > >>>> framework to specialpupose
> > >>>> So yes it's an intended change but I see no problems with it using
> > trunk.
> > >>>> Those are loaded and used for Birt reports which are in those
> > components
> > >>>>
> > >>>> Jacques
> > >>>>
> > >>>> Le 15/05/2014 18:18, [hidden email] a écrit :
> > >>>>
> > >>>> All,
> > >>>>>
> > >>>>> I did an update from trunk and realize in the sniff test that logs
> > show
> > >>>>> that birt's ofbiz-component.xml redefines three existing webapp
> > mounts:
> > >>>>> accounting, facility and ordermgr. Embedded Tomcat does
> consequently
> > not
> > >>>>> load these.
> > >>>>>
> > >>>>> Is this expected behavior? Am I missing a config change for my
> > runtime?
> > >>>>> Or is this an issue?
> > >>>>> If so, is there a JIRA open or does it merit one?
> > >>>>>
> > >>>>> Thanks for letting me know.
> > >>>>> Regards
> > >>>>>
> > >>>>>
> > >>>>> Carsten
> > >>>>>
> > >>>>>
> > >>>>> Gesendet von unterwegs mit BlackBerry® Webmail.
> > >>>>>
> > >>>>>
> > >>>>>
> > >>>> --
> > >>>>
> > >>
> > >> --
> > >
> >
> >
>