Page Activation failing when ExperienceFragment is used on the page - 6.5 | Adobe Higher Education
Skip to main content
nikunjj81682294
Level 2
September 9, 2019
Répondu

Page Activation failing when ExperienceFragment is used on the page - 6.5

Internal Server Error

Exception:

I am getting the above null pointer exception when I try to activate a page using experience fragments on it.

Any help is much appreciated.

Thanks,

Nikunj Jariwala

Ce sujet a été fermé aux réponses.
Meilleure réponse par user05162

Checking the AEM code at "com.adobe.cq.xf.impl.ExperienceFragmentsReferenceProvider"

Page parentXf = getVariationParent(path, resolver);

references.add(new Reference(TYPE_XF, parentXf.getTitle(), parentXf.adaptTo(Resource.class), parentXf.getLastModified().getTimeInMillis()));

It looks like the issue is with one of the properties(title,lastmodified) not set on the fragment/variation.

6 commentaires

Adobe Employee
September 9, 2019

Hello,

Firstly, check the references of this page from the References tab in the left hand side. Check if everything looks okay there.

Secondly, enable a debug log on "com.adobe.cq.xf.impl.ExperienceFragmentsReferenceProvider" and replicate the page again. You should see messages like "Determining references to experience fragments for resource at", "Adding the parent experience fragments as references" etc.

Hopefully, these messages provide more info to understand the cause.

Regards,

Vishu

Adobe Employee
September 9, 2019

Question: Are you using the master variation? Have you copied the variation from other XF?

nikunjj81682294
Level 2
September 9, 2019

Yes. I m using the master variation. It's a new XF getting deployed from the git repo.

user05162Adobe EmployeeRéponse
Adobe Employee
September 9, 2019

Checking the AEM code at "com.adobe.cq.xf.impl.ExperienceFragmentsReferenceProvider"

Page parentXf = getVariationParent(path, resolver);

references.add(new Reference(TYPE_XF, parentXf.getTitle(), parentXf.adaptTo(Resource.class), parentXf.getLastModified().getTimeInMillis()));

It looks like the issue is with one of the properties(title,lastmodified) not set on the fragment/variation.

nikunjj81682294
Level 2
September 9, 2019

JaideepBrar​,

I see both the properties cq:lastModified and jcr:title are present on both the master jcr:content and the parent of master jcr:content.

I am still getting the same issue.

nikunjj81682294
Level 2
September 9, 2019

Deleting the XF and readding it resolved the issue. It was the missing cq:lastModified date.

Level 3
November 21, 2022

One More underline point is that If cq:lastReplicationAction is present, then cq:lastReplicated (date value) is must in 6.5 of any JCR node property of that page while publishing from author to live