I am trying to achieve social login in AEM 6.2. OOB it's already implemented for facebook and twitter,but when I tested it on geometrix site it's working only for twitter. For Facebook, it's redirecting back to the login page with authentication failed message.FYI >> I am testing it on publish insta...
We are repeatedly experiencing the following error when we test our replication agents:Failed to get an access token for user: mac-deloitteemeanorthpartnersand-replication msg: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter ...
Hi All,We have created a service which will iterate a huge number of nodes and do certain operations. But after iterating over a few nodes, the session is getting closed and we are getting an exception as below.: This session has been closedjava.lang.IllegalStateException: This session has been clos...
I have included a component on a template so its on every page by default. But am unable to open the component's dialog box in touch UI (AEM 6.2).The browser is throwing 500 error for the below path :http://localhost:4502/mnt/override/apps/test/components/content/global/menu/_cq_dialog.html/content/...
Hi,I am getting five values from my view helper(class extending WCMUse), these fields are meta, property1, property2, value1, value2 . My purpose is to set these values in metatag like: <meta property1=value1 property2=value2 /> .Code doing this in Sightly component is:<ul data-sly-list.metafield=...
Hi All So we have a scenario where few autogenerated mails are getting blocked by the end users server. So basically my question is , is there a way we can receive a delivery failure message from the server ? I am using MessageGatewayService to send mails from AEM . TIA Veena
We integrate with 2 LDAP domains (Active Directory) and frequently see the error below in our error.log files. It is not causing any issues that I am aware of. After reviewing a network trace, I see the Active Directory server close the connection (a reset/RST actually) after 15 minutes of inactiv...
HiI want to know how dispatcher works in AEM.My specific usecase is :I have one ABC component dragged on my page.I want to cache to the entire page but not that ABC component.Hows that possible using dispatcher in AEM.
Hi all,i'm working on task to configure a endpoint OSGI service where the user can configure the URL. I have a basic idea how this should be done, but i'm wondering are there any best practice? If you have any example will be nice to see another aproach.Regards
Hi All,I have a sling model class, with four different dialog properties that I have as below. For example : @Inject @Optional @Via("resource") private String videoType; @Inject @Optional @Via("resource") private String videoId;and similarly for the other 2 propertiesprivate Strin...