AEM 6.1 NullPointerException at ResponsiveInfoProvider.java:110 | Community
Skip to main content
October 16, 2015
Solved

AEM 6.1 NullPointerException at ResponsiveInfoProvider.java:110

  • October 16, 2015
  • 7 replies
  • 1487 views

Hello,

I got this error while editing pages with the classical UI (/cf#) on this url /libs/wcm/core/content/pageinfo.json.

I installed a new 6.1, then installed my app, and finally installed some content from a 5.6 release.

Have you any idea? Thanks

marc

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by marcoemery

Hi, my root page was missing its jcr:content node, so the search of inherited stuff was failing when reaching the root page.

I've fixed the missing node and everything works fine, thanks for your help.

7 replies

smacdonald2008
October 16, 2015

Are you getting this exception for only pages under your app or for all pages? 

October 16, 2015

Hi, it occurs only on my pages copied from the 5.6 instance , not on demo geometrix pages

smacdonald2008
October 16, 2015

Make sure all of your 6.1 pages have the proper Super Resource Type defined: foundation/components/page.  

See this Sightly article as an example:

https://helpx.adobe.com/experience-manager/using/creating-sightly-component.html

October 16, 2015

Hi,

If i add this node "cq:responsive" to the jcr:content of my page, the pageinfo.json request returns fine.

Is there any "responsive" filter enabled by default on 6.1 author ?

Thanks

edubey
October 16, 2015

Can you confirm which  java version you are having, make sure it's JDK 1.8

October 16, 2015

Hi, same issue with jdk1.8.

It seems that the new InfoProvider node 'responsive' under /libs/foundation/components/page/cq:infoProviders, implies a non empty inherited node cq:responsive for my pages.

marcoemeryAuthorAccepted solution
October 16, 2015

Hi, my root page was missing its jcr:content node, so the search of inherited stuff was failing when reaching the root page.

I've fixed the missing node and everything works fine, thanks for your help.