Discussion:
"Definition has changed"
HENRY Pierre
2008-06-18 13:52:25 UTC
Permalink
Hi,

I am currently migrating from Java 4.1 to 4.2 and Tomcat 4.1 to 5.5.

When under Tomcat 5.5 (with the same template set), I get the following type of warnings each time I hit a page. The page is then displayed correctly, but it seems to slow down the rendering considerably. When immediately reloading the page, the messages don't appear (caching) but if re-hitting the page after a while (even without restarting the server) they come again.

189361 WARN [org.jahia.data.containers.JahiaContainerSet] - Definition for field <jahia-resource id="unine_formation_unine_portal_templates" key="titleMandatory" default-value="Titre <span style='color:#ff0000;'>(obligatoire)</span>"/> (in boxContainermain_1) has changed.
189361 WARN [org.jahia.data.containers.JahiaContainerSet] - Title has changed : <jahia-resource id="unine_formation_unine_portal_templates" key="titleMandatory" default-value="Title <span style='color:#ff0000;'>(mandatory)</span>"/> / <jahia-resource id="unine_formation_unine_portal_templates" key="titleMandatory" default-value="Titre <span style='color:#ff0000;'>(obligatoire)</span>"/>
189361 DEBUG [org.jahia.data.containers.JahiaContainerSet] - Setting data for pageDef 40
189374 WARN [org.jahia.data.containers.JahiaContainerSet] - Definition for field <jahia-resource id="unine_formation_unine_portal_templates" key="titleMandatory" default-value="Title <span style='color:#ff0000;'>(mandatory)</span>"/> (in boxListContainermain_1) has changed.
189374 WARN [org.jahia.data.containers.JahiaContainerSet] - Title has changed : <jahia-resource id="unine_formation_unine_portal_templates" key="titleMandatory" default-value="Titre <span style='color:#ff0000;'>(obligatoire)</span>"/> / <jahia-resource id="unine_formation_unine_portal_templates" key="titleMandatory" default-value="Title <span style='color:#ff0000;'>(mandatory)</span>"/>
189374 DEBUG [org.jahia.data.containers.JahiaContainerSet] - Setting data for pageDef 40

As far as I have seen the messages are of 3 types : "Title has changed", "Definition has changed" and "Default-value has changed".

I haven't edited anything in the JSP's that contain the definitions !

I have activated "DEBUG" logging level on the org.jahia.data.containers package but it didn't bring much more details (only the "setting data for pageDef XX" messages).

What do these messages exactly mean ? Are they maybe normal ?

How could the change from one version of Tomcat to the next trigger this ?

Please excuse me if some of the answers are obvious but I didn't write the templates we are using and don't have much experience with writing Jahia templates in general.

Thanks in advance,

Pierre Henry
HENRY Pierre
2008-06-19 09:52:51 UTC
Permalink
Update :

After further testing, the problem actually does not come from the different Tomcat version but from the upgrade to version 4.2, and happens on both 4.1 and 5.5 versions of Tomcat.

Also, after a few thousands hits, Jahia starts to be really slow (response time > 10 seconds) and to use up very high amounts of CPU (~300% -> 3 out of 4 cores at 100%). This does not happen before the 4.2 patch, for the same data (same databse, same content files).

Anybody any idea what it comes from ?

Thanks in advance,

Pierre Henry



-----Message d'origine-----
De : template_list-***@jahia.org [mailto:template_list-***@jahia.org] De la part de HENRY Pierre
Envoyé : mercredi, 18. juin 2008 15:52
À : ***@jahia.org
Objet : [template_list] "Definition has changed"

Hi,

I am currently migrating from Java 4.1 to 4.2 and Tomcat 4.1 to 5.5.

When under Tomcat 5.5 (with the same template set), I get the following type of warnings each time I hit a page. The page is then displayed correctly, but it seems to slow down the rendering considerably. When immediately reloading the page, the messages don't appear (caching) but if re-hitting the page after a while (even without restarting the server) they come again.

189361 WARN [org.jahia.data.containers.JahiaContainerSet] - Definition for field <jahia-resource id="unine_formation_unine_portal_templates" key="titleMandatory" default-value="Titre <span style='color:#ff0000;'>(obligatoire)</span>"/> (in boxContainermain_1) has changed.
189361 WARN [org.jahia.data.containers.JahiaContainerSet] - Title has changed : <jahia-resource id="unine_formation_unine_portal_templates" key="titleMandatory" default-value="Title <span style='color:#ff0000;'>(mandatory)</span>"/> / <jahia-resource id="unine_formation_unine_portal_templates" key="titleMandatory" default-value="Titre <span style='color:#ff0000;'>(obligatoire)</span>"/>
189361 DEBUG [org.jahia.data.containers.JahiaContainerSet] - Setting data for pageDef 40
189374 WARN [org.jahia.data.containers.JahiaContainerSet] - Definition for field <jahia-resource id="unine_formation_unine_portal_templates" key="titleMandatory" default-value="Title <span style='color:#ff0000;'>(mandatory)</span>"/> (in boxListContainermain_1) has changed.
189374 WARN [org.jahia.data.containers.JahiaContainerSet] - Title has changed : <jahia-resource id="unine_formation_unine_portal_templates" key="titleMandatory" default-value="Titre <span style='color:#ff0000;'>(obligatoire)</span>"/> / <jahia-resource id="unine_formation_unine_portal_templates" key="titleMandatory" default-value="Title <span style='color:#ff0000;'>(mandatory)</span>"/>
189374 DEBUG [org.jahia.data.containers.JahiaContainerSet] - Setting data for pageDef 40

As far as I have seen the messages are of 3 types : "Title has changed", "Definition has changed" and "Default-value has changed".

I haven't edited anything in the JSP's that contain the definitions !

I have activated "DEBUG" logging level on the org.jahia.data.containers package but it didn't bring much more details (only the "setting data for pageDef XX" messages).

What do these messages exactly mean ? Are they maybe normal ?

How could the change from one version of Tomcat to the next trigger this ?

Please excuse me if some of the answers are obvious but I didn't write the templates we are using and don't have much experience with writing Jahia templates in general.

Thanks in advance,

Pierre Henry
Fabrice Marchon
2008-06-19 14:34:56 UTC
Permalink
Hi Henry!

Do you update with the latest 4.2.1 patch of Jahia ?

Regards,

Fabrice Marchon
Post by HENRY Pierre
-----Message d'origine-----
Envoyé : jeudi, 19. juin 2008 11:53
À : 'Any questions regarding template development and/or about the
taglibs extension'
Objet : Re: [template_list] "Definition has changed"
After further testing, the problem actually does not come from the
different Tomcat version but from the upgrade to version 4.2, and
happens on both 4.1 and 5.5 versions of Tomcat.
Also, after a few thousands hits, Jahia starts to be really slow
(response time > 10 seconds) and to use up very high amounts of CPU
(~300% -> 3 out of 4 cores at 100%). This does not happen before the
4.2 patch, for the same data (same databse, same content files).
Anybody any idea what it comes from ?
Thanks in advance,
Pierre Henry
-----Message d'origine-----
Envoyé : mercredi, 18. juin 2008 15:52
Objet : [template_list] "Definition has changed"
Hi,
I am currently migrating from Java 4.1 to 4.2 and Tomcat 4.1 to 5.5.
When under Tomcat 5.5 (with the same template set), I get the following
type of warnings each time I hit a page. The page is then displayed
correctly, but it seems to slow down the rendering considerably. When
immediately reloading the page, the messages don't appear (caching) but
if re-hitting the page after a while (even without restarting the
server) they come again.
189361 WARN [org.jahia.data.containers.JahiaContainerSet] - Definition
for field <jahia-resource id="unine_formation_unine_portal_templates"
key="titleMandatory" default-value="Titre <span
style='color:#ff0000;'>(obligatoire)</span>"/> (in boxContainermain_1)
has changed.
189361 WARN [org.jahia.data.containers.JahiaContainerSet] - Title has
changed : <jahia-resource id="unine_formation_unine_portal_templates"
key="titleMandatory" default-value="Title <span
style='color:#ff0000;'>(mandatory)</span>"/> / <jahia-resource
id="unine_formation_unine_portal_templates" key="titleMandatory"
default-value="Titre <span
style='color:#ff0000;'>(obligatoire)</span>"/>
189361 DEBUG [org.jahia.data.containers.JahiaContainerSet] - Setting data for pageDef 40
189374 WARN [org.jahia.data.containers.JahiaContainerSet] - Definition
for field <jahia-resource id="unine_formation_unine_portal_templates"
key="titleMandatory" default-value="Title <span
style='color:#ff0000;'>(mandatory)</span>"/> (in
boxListContainermain_1) has changed.
189374 WARN [org.jahia.data.containers.JahiaContainerSet] - Title has
changed : <jahia-resource id="unine_formation_unine_portal_templates"
key="titleMandatory" default-value="Titre <span
style='color:#ff0000;'>(obligatoire)</span>"/> / <jahia-resource
id="unine_formation_unine_portal_templates" key="titleMandatory"
default-value="Title <span style='color:#ff0000;'>(mandatory)</span>"/>
189374 DEBUG [org.jahia.data.containers.JahiaContainerSet] - Setting data for pageDef 40
As far as I have seen the messages are of 3 types : "Title has
changed", "Definition has changed" and "Default-value has changed".
I haven't edited anything in the JSP's that contain the definitions !
I have activated "DEBUG" logging level on the org.jahia.data.containers
package but it didn't bring much more details (only the "setting data
for pageDef XX" messages).
What do these messages exactly mean ? Are they maybe normal ?
How could the change from one version of Tomcat to the next trigger this ?
Please excuse me if some of the answers are obvious but I didn't write
the templates we are using and don't have much experience with writing
Jahia templates in general.
Thanks in advance,
Pierre Henry
_______________________________________________
template_list mailing list
http://lists.jahia.org/cgi-bin/mailman/listinfo/template_list
_______________________________________________
template_list mailing list
http://lists.jahia.org/cgi-bin/mailman/listinfo/template_list
HENRY Pierre
2008-06-20 12:31:21 UTC
Permalink
Hi Fabrice !

Yes it's the last patch, 4.2.1.

Regards,

Pierre Henry

-----Message d'origine-----
De : template_list-***@jahia.org [mailto:template_list-***@jahia.org] De la part de Fabrice Marchon
Envoyé : jeudi, 19. juin 2008 16:35
À : 'Any questions regarding template development and/or about the taglibs extension'
Objet : Re: [template_list] "Definition has changed"

Hi Henry!

Do you update with the latest 4.2.1 patch of Jahia ?

Regards,

Fabrice Marchon
Post by HENRY Pierre
-----Message d'origine-----
2008 11:53 À : 'Any questions regarding template development and/or
about the taglibs extension'
Objet : Re: [template_list] "Definition has changed"
After further testing, the problem actually does not come from the
different Tomcat version but from the upgrade to version 4.2, and
happens on both 4.1 and 5.5 versions of Tomcat.
Also, after a few thousands hits, Jahia starts to be really slow
(response time > 10 seconds) and to use up very high amounts of CPU
(~300% -> 3 out of 4 cores at 100%). This does not happen before the
4.2 patch, for the same data (same databse, same content files).
Anybody any idea what it comes from ?
Thanks in advance,
Pierre Henry
-----Message d'origine-----
"Definition has changed"
Hi,
I am currently migrating from Java 4.1 to 4.2 and Tomcat 4.1 to 5.5.
When under Tomcat 5.5 (with the same template set), I get the
following type of warnings each time I hit a page. The page is then
displayed correctly, but it seems to slow down the rendering
considerably. When immediately reloading the page, the messages don't
appear (caching) but if re-hitting the page after a while (even
without restarting the
server) they come again.
189361 WARN [org.jahia.data.containers.JahiaContainerSet] -
Definition for field <jahia-resource id="unine_formation_unine_portal_templates"
key="titleMandatory" default-value="Titre <span
style='color:#ff0000;'>(obligatoire)</span>"/> (in boxContainermain_1)
has changed.
189361 WARN [org.jahia.data.containers.JahiaContainerSet] - Title
has changed : <jahia-resource id="unine_formation_unine_portal_templates"
key="titleMandatory" default-value="Title <span
style='color:#ff0000;'>(mandatory)</span>"/> / <jahia-resource
id="unine_formation_unine_portal_templates" key="titleMandatory"
default-value="Titre <span
style='color:#ff0000;'>(obligatoire)</span>"/>
189361 DEBUG [org.jahia.data.containers.JahiaContainerSet] - Setting data for pageDef 40
189374 WARN [org.jahia.data.containers.JahiaContainerSet] -
Definition for field <jahia-resource id="unine_formation_unine_portal_templates"
key="titleMandatory" default-value="Title <span
style='color:#ff0000;'>(mandatory)</span>"/> (in
boxListContainermain_1) has changed.
189374 WARN [org.jahia.data.containers.JahiaContainerSet] - Title
has changed : <jahia-resource id="unine_formation_unine_portal_templates"
key="titleMandatory" default-value="Titre <span
style='color:#ff0000;'>(obligatoire)</span>"/> / <jahia-resource
id="unine_formation_unine_portal_templates" key="titleMandatory"
default-value="Title <span
style='color:#ff0000;'>(mandatory)</span>"/>
189374 DEBUG [org.jahia.data.containers.JahiaContainerSet] - Setting data for pageDef 40
As far as I have seen the messages are of 3 types : "Title has
changed", "Definition has changed" and "Default-value has changed".
I haven't edited anything in the JSP's that contain the definitions !
I have activated "DEBUG" logging level on the
org.jahia.data.containers package but it didn't bring much more
details (only the "setting data for pageDef XX" messages).
What do these messages exactly mean ? Are they maybe normal ?
How could the change from one version of Tomcat to the next trigger this ?
Please excuse me if some of the answers are obvious but I didn't write
the templates we are using and don't have much experience with writing
Jahia templates in general.
Thanks in advance,
Pierre Henry
_______________________________________________
template_list mailing list
http://lists.jahia.org/cgi-bin/mailman/listinfo/template_list
_______________________________________________
template_list mailing list
http://lists.jahia.org/cgi-bin/mailman/listinfo/template_list
Fabrice Marchon
2008-06-24 05:17:50 UTC
Permalink
Hi,

I have installed the latest patch 4.2.1 on one of our 4.2.0 Jahia
environment and I have the same warning about "Definition for container
rssContainer4 has changed" for many fields.
I hope this is just a warning

I am making some stress and load testing on that Jahia 4.2.1 in order to see
if i can reproduce the same issue with high cpu.

Regards,
Fabrice Marchon
Post by HENRY Pierre
-----Message d'origine-----
Envoyé : vendredi, 20. juin 2008 14:31
À : 'Any questions regarding template development and/or about the
taglibs extension'
Objet : Re: [template_list] "Definition has changed"
Hi Fabrice !
Yes it's the last patch, 4.2.1.
Regards,
Pierre Henry
-----Message d'origine-----
Envoyé : jeudi, 19. juin 2008 16:35
À : 'Any questions regarding template development and/or about the taglibs extension'
Objet : Re: [template_list] "Definition has changed"
Hi Henry!
Do you update with the latest 4.2.1 patch of Jahia ?
Regards,
Fabrice Marchon
Post by HENRY Pierre
-----Message d'origine-----
juin
Post by HENRY Pierre
2008 11:53 À : 'Any questions regarding template development and/or
about the taglibs extension'
Objet : Re: [template_list] "Definition has changed"
After further testing, the problem actually does not come from the
different Tomcat version but from the upgrade to version 4.2, and
happens on both 4.1 and 5.5 versions of Tomcat.
Also, after a few thousands hits, Jahia starts to be really slow
(response time > 10 seconds) and to use up very high amounts of CPU
(~300% -> 3 out of 4 cores at 100%). This does not happen before the
4.2 patch, for the same data (same databse, same content files).
Anybody any idea what it comes from ?
Thanks in advance,
Pierre Henry
-----Message d'origine-----
"Definition has changed"
Hi,
I am currently migrating from Java 4.1 to 4.2 and Tomcat 4.1 to 5.5.
When under Tomcat 5.5 (with the same template set), I get the
following type of warnings each time I hit a page. The page is then
displayed correctly, but it seems to slow down the rendering
considerably. When immediately reloading the page, the messages don't
appear (caching) but if re-hitting the page after a while (even
without restarting the
server) they come again.
189361 WARN [org.jahia.data.containers.JahiaContainerSet] -
Definition for field <jahia-resource
id="unine_formation_unine_portal_templates"
Post by HENRY Pierre
key="titleMandatory" default-value="Titre <span
style='color:#ff0000;'>(obligatoire)</span>"/> (in
boxContainermain_1)
Post by HENRY Pierre
has changed.
189361 WARN [org.jahia.data.containers.JahiaContainerSet] - Title
has changed : <jahia-resource
id="unine_formation_unine_portal_templates"
Post by HENRY Pierre
key="titleMandatory" default-value="Title <span
style='color:#ff0000;'>(mandatory)</span>"/> / <jahia-resource
id="unine_formation_unine_portal_templates" key="titleMandatory"
default-value="Titre <span
style='color:#ff0000;'>(obligatoire)</span>"/>
189361 DEBUG [org.jahia.data.containers.JahiaContainerSet] - Setting
data for pageDef 40
189374 WARN [org.jahia.data.containers.JahiaContainerSet] -
Definition for field <jahia-resource
id="unine_formation_unine_portal_templates"
Post by HENRY Pierre
key="titleMandatory" default-value="Title <span
style='color:#ff0000;'>(mandatory)</span>"/> (in
boxListContainermain_1) has changed.
189374 WARN [org.jahia.data.containers.JahiaContainerSet] - Title
has changed : <jahia-resource
id="unine_formation_unine_portal_templates"
Post by HENRY Pierre
key="titleMandatory" default-value="Titre <span
style='color:#ff0000;'>(obligatoire)</span>"/> / <jahia-resource
id="unine_formation_unine_portal_templates" key="titleMandatory"
default-value="Title <span
style='color:#ff0000;'>(mandatory)</span>"/>
189374 DEBUG [org.jahia.data.containers.JahiaContainerSet] - Setting
data for pageDef 40
As far as I have seen the messages are of 3 types : "Title has
changed", "Definition has changed" and "Default-value has changed".
I haven't edited anything in the JSP's that contain the definitions !
I have activated "DEBUG" logging level on the
org.jahia.data.containers package but it didn't bring much more
details (only the "setting data for pageDef XX" messages).
What do these messages exactly mean ? Are they maybe normal ?
How could the change from one version of Tomcat to the next trigger this ?
Please excuse me if some of the answers are obvious but I didn't
write
Post by HENRY Pierre
the templates we are using and don't have much experience with
writing
Post by HENRY Pierre
Jahia templates in general.
Thanks in advance,
Pierre Henry
HENRY Pierre
2008-06-24 07:02:08 UTC
Permalink
Hi,

So you didn't have the problem with 4.2.0 ? (I went directly from 4.1.1 to 4.2.1) ?

Regards,

Pierre Henry

-----Message d'origine-----
De : template_list-***@jahia.org [mailto:template_list-***@jahia.org] De la part de Fabrice Marchon
Envoyé : mardi, 24. juin 2008 07:18
À : 'Any questions regarding template development and/or about the taglibs extension'
Objet : Re: [template_list] "Definition has changed"

Hi,

I have installed the latest patch 4.2.1 on one of our 4.2.0 Jahia environment and I have the same warning about "Definition for container
rssContainer4 has changed" for many fields.
I hope this is just a warning

I am making some stress and load testing on that Jahia 4.2.1 in order to see if i can reproduce the same issue with high cpu.

Regards,
Fabrice Marchon
Post by HENRY Pierre
-----Message d'origine-----
juin 2008 14:31 À : 'Any questions regarding template development
and/or about the taglibs extension'
Objet : Re: [template_list] "Definition has changed"
Hi Fabrice !
Yes it's the last patch, 4.2.1.
Regards,
Pierre Henry
-----Message d'origine-----
juin 2008 16:35 À : 'Any questions regarding template development
and/or about the taglibs extension'
Objet : Re: [template_list] "Definition has changed"
Hi Henry!
Do you update with the latest 4.2.1 patch of Jahia ?
Regards,
Fabrice Marchon
Post by HENRY Pierre
-----Message d'origine-----
juin
Post by HENRY Pierre
2008 11:53 À : 'Any questions regarding template development and/or
about the taglibs extension'
Objet : Re: [template_list] "Definition has changed"
After further testing, the problem actually does not come from the
different Tomcat version but from the upgrade to version 4.2, and
happens on both 4.1 and 5.5 versions of Tomcat.
Also, after a few thousands hits, Jahia starts to be really slow
(response time > 10 seconds) and to use up very high amounts of CPU
(~300% -> 3 out of 4 cores at 100%). This does not happen before the
4.2 patch, for the same data (same databse, same content files).
Anybody any idea what it comes from ?
Thanks in advance,
Pierre Henry
-----Message d'origine-----
"Definition has changed"
Hi,
I am currently migrating from Java 4.1 to 4.2 and Tomcat 4.1 to 5.5.
When under Tomcat 5.5 (with the same template set), I get the
following type of warnings each time I hit a page. The page is then
displayed correctly, but it seems to slow down the rendering
considerably. When immediately reloading the page, the messages
don't appear (caching) but if re-hitting the page after a while
(even without restarting the
server) they come again.
189361 WARN [org.jahia.data.containers.JahiaContainerSet] -
Definition for field <jahia-resource
id="unine_formation_unine_portal_templates"
Post by HENRY Pierre
key="titleMandatory" default-value="Titre <span
style='color:#ff0000;'>(obligatoire)</span>"/> (in
boxContainermain_1)
Post by HENRY Pierre
has changed.
189361 WARN [org.jahia.data.containers.JahiaContainerSet] - Title
has changed : <jahia-resource
id="unine_formation_unine_portal_templates"
Post by HENRY Pierre
key="titleMandatory" default-value="Title <span
style='color:#ff0000;'>(mandatory)</span>"/> / <jahia-resource
id="unine_formation_unine_portal_templates" key="titleMandatory"
default-value="Titre <span
style='color:#ff0000;'>(obligatoire)</span>"/>
189361 DEBUG [org.jahia.data.containers.JahiaContainerSet] - Setting
data for pageDef 40
189374 WARN [org.jahia.data.containers.JahiaContainerSet] -
Definition for field <jahia-resource
id="unine_formation_unine_portal_templates"
Post by HENRY Pierre
key="titleMandatory" default-value="Title <span
style='color:#ff0000;'>(mandatory)</span>"/> (in
boxListContainermain_1) has changed.
189374 WARN [org.jahia.data.containers.JahiaContainerSet] - Title
has changed : <jahia-resource
id="unine_formation_unine_portal_templates"
Post by HENRY Pierre
key="titleMandatory" default-value="Titre <span
style='color:#ff0000;'>(obligatoire)</span>"/> / <jahia-resource
id="unine_formation_unine_portal_templates" key="titleMandatory"
default-value="Title <span
style='color:#ff0000;'>(mandatory)</span>"/>
189374 DEBUG [org.jahia.data.containers.JahiaContainerSet] - Setting
data for pageDef 40
As far as I have seen the messages are of 3 types : "Title has
changed", "Definition has changed" and "Default-value has changed".
I haven't edited anything in the JSP's that contain the definitions !
I have activated "DEBUG" logging level on the
org.jahia.data.containers package but it didn't bring much more
details (only the "setting data for pageDef XX" messages).
What do these messages exactly mean ? Are they maybe normal ?
How could the change from one version of Tomcat to the next trigger this ?
Please excuse me if some of the answers are obvious but I didn't
write
Post by HENRY Pierre
the templates we are using and don't have much experience with
writing
Post by HENRY Pierre
Jahia templates in general.
Thanks in advance,
Pierre Henry
Fabrice Marchon
2008-06-24 07:20:35 UTC
Permalink
Hi,

No, nothing at all for our 4.2.0 version, that is our production version!

Regards,
Fabrice Marchon
Post by HENRY Pierre
-----Message d'origine-----
Envoyé : mardi, 24. juin 2008 09:02
À : 'Any questions regarding template development and/or about the
taglibs extension'
Objet : Re: [template_list] "Definition has changed"
Hi,
So you didn't have the problem with 4.2.0 ? (I went directly from 4.1.1 to 4.2.1) ?
Regards,
Pierre Henry
-----Message d'origine-----
Envoyé : mardi, 24. juin 2008 07:18
À : 'Any questions regarding template development and/or about the taglibs extension'
Objet : Re: [template_list] "Definition has changed"
Hi,
I have installed the latest patch 4.2.1 on one of our 4.2.0 Jahia
environment and I have the same warning about "Definition for container
rssContainer4 has changed" for many fields.
I hope this is just a warning
I am making some stress and load testing on that Jahia 4.2.1 in order
to see if i can reproduce the same issue with high cpu.
Regards,
Fabrice Marchon
Post by HENRY Pierre
-----Message d'origine-----
juin 2008 14:31 À : 'Any questions regarding template development
and/or about the taglibs extension'
Objet : Re: [template_list] "Definition has changed"
Hi Fabrice !
Yes it's the last patch, 4.2.1.
Regards,
Pierre Henry
-----Message d'origine-----
juin 2008 16:35 À : 'Any questions regarding template development
and/or about the taglibs extension'
Objet : Re: [template_list] "Definition has changed"
Hi Henry!
Do you update with the latest 4.2.1 patch of Jahia ?
Regards,
Fabrice Marchon
Post by HENRY Pierre
-----Message d'origine-----
juin
Post by HENRY Pierre
2008 11:53 À : 'Any questions regarding template development and/or
about the taglibs extension'
Objet : Re: [template_list] "Definition has changed"
After further testing, the problem actually does not come from the
different Tomcat version but from the upgrade to version 4.2, and
happens on both 4.1 and 5.5 versions of Tomcat.
Also, after a few thousands hits, Jahia starts to be really slow
(response time > 10 seconds) and to use up very high amounts of CPU
(~300% -> 3 out of 4 cores at 100%). This does not happen before
the
Post by HENRY Pierre
Post by HENRY Pierre
4.2 patch, for the same data (same databse, same content files).
Anybody any idea what it comes from ?
Thanks in advance,
Pierre Henry
-----Message d'origine-----
18.
Post by HENRY Pierre
Post by HENRY Pierre
"Definition has changed"
Hi,
I am currently migrating from Java 4.1 to 4.2 and Tomcat 4.1 to
5.5.
Post by HENRY Pierre
Post by HENRY Pierre
When under Tomcat 5.5 (with the same template set), I get the
following type of warnings each time I hit a page. The page is then
displayed correctly, but it seems to slow down the rendering
considerably. When immediately reloading the page, the messages
don't appear (caching) but if re-hitting the page after a while
(even without restarting the
server) they come again.
189361 WARN [org.jahia.data.containers.JahiaContainerSet] -
Definition for field <jahia-resource
id="unine_formation_unine_portal_templates"
Post by HENRY Pierre
key="titleMandatory" default-value="Titre <span
style='color:#ff0000;'>(obligatoire)</span>"/> (in
boxContainermain_1)
Post by HENRY Pierre
has changed.
189361 WARN [org.jahia.data.containers.JahiaContainerSet] - Title
has changed : <jahia-resource
id="unine_formation_unine_portal_templates"
Post by HENRY Pierre
key="titleMandatory" default-value="Title <span
style='color:#ff0000;'>(mandatory)</span>"/> / <jahia-resource
id="unine_formation_unine_portal_templates" key="titleMandatory"
default-value="Titre <span
style='color:#ff0000;'>(obligatoire)</span>"/>
189361 DEBUG [org.jahia.data.containers.JahiaContainerSet] -
Setting
Post by HENRY Pierre
Post by HENRY Pierre
data for pageDef 40
189374 WARN [org.jahia.data.containers.JahiaContainerSet] -
Definition for field <jahia-resource
id="unine_formation_unine_portal_templates"
Post by HENRY Pierre
key="titleMandatory" default-value="Title <span
style='color:#ff0000;'>(mandatory)</span>"/> (in
boxListContainermain_1) has changed.
189374 WARN [org.jahia.data.containers.JahiaContainerSet] - Title
has changed : <jahia-resource
id="unine_formation_unine_portal_templates"
Post by HENRY Pierre
key="titleMandatory" default-value="Titre <span
style='color:#ff0000;'>(obligatoire)</span>"/> / <jahia-resource
id="unine_formation_unine_portal_templates" key="titleMandatory"
default-value="Title <span
style='color:#ff0000;'>(mandatory)</span>"/>
189374 DEBUG [org.jahia.data.containers.JahiaContainerSet] -
Setting
Post by HENRY Pierre
Post by HENRY Pierre
data for pageDef 40
As far as I have seen the messages are of 3 types : "Title has
changed", "Definition has changed" and "Default-value has changed".
I haven't edited anything in the JSP's that contain the definitions
!
Post by HENRY Pierre
Post by HENRY Pierre
I have activated "DEBUG" logging level on the
org.jahia.data.containers package but it didn't bring much more
details (only the "setting data for pageDef XX" messages).
What do these messages exactly mean ? Are they maybe normal ?
How could the change from one version of Tomcat to the next trigger this ?
Please excuse me if some of the answers are obvious but I didn't
write
Post by HENRY Pierre
the templates we are using and don't have much experience with
writing
Post by HENRY Pierre
Jahia templates in general.
Thanks in advance,
Pierre Henry
_______________________________________________
template_list mailing list
http://lists.jahia.org/cgi-bin/mailman/listinfo/template_list
_______________________________________________
template_list mailing list
http://lists.jahia.org/cgi-bin/mailman/listinfo/template_list
Loading...