Expand my Community achievements bar.

July 31st AEM Gems Webinar: Elevate your AEM development to master the integration of private GitHub repositories within AEM Cloud Manager.
SOLVED

Unable to access author URLs which have "cf#" in it

Avatar

Level 2

When trying to access any author URL with content finder ("cf#") in the URL, blank pages are loading and below exception is occurring:

20.07.2016 09:17:43.788 *ERROR* [10.19.9.39 [1469006263777] GET /cf HTTP/1.1] com.adobe.cq.sightly.WCMUse Failed to activate Use class
java.lang.NullPointerException: null

Does anyone have a clue what might be the issue. We have same code in a different server which works fine.

1 Accepted Solution

Avatar

Correct answer by
Level 2

Thanks for your responses. Issue got resolved after rolling back to old code.

View solution in original post

4 Replies

Avatar

Level 7

Clear your browser cache and cookies and try again. This should be because of some javascript messing with the application. 

Avatar

Administrator

Hi 

Please clarify some of the things:-

1. Site "http://localhost:4502/content/<path>/en.html" working fine?

2. Site "http://localhost:4502/editor.html/content/<path>/en.html" [Touch UI] working fine?

3. Site "http://localhost:4502/cf#/content/<path>/en.html" [Classic ui] Is only failing ?

4. is the bundle that you placed the class in an active state? 

Even if component is made up of HTL (Formerly known as Sightly ), it should work fine in classic ui as well, only configuration would be not there.

Check once on this Helpx article as well :- https://helpx.adobe.com/experience-manager/using/creating-sightly-component.html

~kautuk



Kautuk Sahni

Avatar

Correct answer by
Level 2

Thanks for your responses. Issue got resolved after rolling back to old code.