Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PagesReferenceProvider and NPE #246

Closed
davidjgonzalez opened this issue Jul 2, 2014 · 8 comments
Closed

PagesReferenceProvider and NPE #246

davidjgonzalez opened this issue Jul 2, 2014 · 8 comments

Comments

@davidjgonzalez
Copy link
Contributor

Logged for my good friend Srini...

AME6 - On activation of PagesReferenceProvider I got the error like this..

01.07.2014 17:37:48.427 WARN [0:0:0:0:0:0:0:1 [1404250668405] GET /libs/wcm/core/content/reference.json HTTP/1.1] com.day.cq.wcm.webservicesupport.impl.ConfigurationManagerImpl Exception while searching for cloudservice resource
java.lang.NullPointerException: null
at com.day.cq.wcm.webservicesupport.impl.ConfigurationManagerImpl.getConfigurationResource(ConfigurationManagerImpl.java:311)
at com.day.cq.wcm.webservicesupport.impl.ConfigurationManagerImpl.getConfigurations(ConfigurationManagerImpl.java:271)
at com.day.cq.wcm.webservicesupport.impl.ConfigurationReferenceProvider.findReferences(ConfigurationReferenceProvider.java:47)


at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NullPointerException: null
at com.day.cq.wcm.core.impl.reference.ActivationReferenceSearchServlet.doGet(ActivationReferenceSearchServlet.java:130)
... 126 common frames omitted

@kalyanar
Copy link
Contributor

but this log seems to indicate this is related to ConfigurationReferenceProvider?

@davidjgonzalez
Copy link
Contributor Author

Yup; strangely this only appeared when the page reference prodiver was enabled? And went away when disabled. Haven't had a chance to investigate more

@davidjgonzalez
Copy link
Contributor Author

Closing for now; this may have something to do w incorrect OOTB QIDs in AEM. Not sure why it showed up only when this was enabled.

@brennhill
Copy link

@davidjgonzalez I am now seeing this on our project. Can you tell me where to disable this configurationReferenceProvider to resolve the issue?

@davidjgonzalez
Copy link
Contributor Author

Closing as has not been reported for some time.

@sachin-arora
Copy link

@davidjgonzalez : I am facing the same issue with acs-aem-commons-content-2.3.0.zip package.

@davidjgonzalez
Copy link
Contributor Author

What version of AEM are you on (and are they're any SPs or HFs of note that are added?)

@sachin-arora
Copy link

@davidjgonzalez : I am using AEM 6.1 with SP2. This error does not come in preview mode.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants