Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Stanleyor
Stanleyor
Online

Badges

Badges
15

Accepted Solutions

Accepted Solutions
3

Likes Received

Likes Received
6

Posts

Posts
38

Discussions

Discussions
6

Questions

Questions
32

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Stanleyor
Customize the badges you want to showcase on your profile
Re: Facebook log-in is broken - Adobe Experience Manager 29-03-2017
Hey, JK KendallI've just updated AEM Communities with AEM-6.2-COMMUNITIES-LIVEFYRE-FEATURE-PACK-2 Version: 1.10.111 but the problem is still there. The feature pack has *not* fixed the problem. Currently we are using Version: 1.10.11129.03.2017 10:33:47.585 *ERROR* [qtp456392319-11621] com.adobe.granite.auth.oauth.impl.oauth2.Oauth2Helper Response body is incorrect. Can't extract a token from this: '{"access_token":"EAAJGDvtJEUYBACvrh7nPweWzT254Fr5akEw8akKV6WDIgYSK9FmszwIfZBbvP9yKeqf8yeKv5foKdeY...

Views

1.4K

Likes

0

Replies

0
Re: Facebook log-in is broken - Adobe Experience Manager 28-03-2017
If I understand correctly that is what AEM uses:https://github.com/dsyer/scribe-java/blob/master/src/main/java/org/scribe/extractors/TokenExtractor20Impl.java public class TokenExtractor20Impl implements AccessTokenExtractor { private static final String TOKEN_REGEX = "access_token=([^&]+)"; private static final String EMPTY_SECRET = ""; /** * {@inheritDoc} */ public Token extract(String response) { Preconditions.checkEmptyString(response, "Response body is incorrect. Can't extract a token from ...

Views

1.4K

Like

1

Replies

0
Facebook log-in is broken - Adobe Experience Manager 28-03-2017
HeyToday facebook log-in on our web-site stopped working:28.03.2017 10:54:52.313 *ERROR* [qtp1448280031-74010] com.adobe.granite.auth.oauth.impl.oauth2.Oauth2Helper Response body is incorrect. Can't extract a token from this: '{"access_token":"EAAJGDvtJEUYBANHEc5fdkYXLtAgDV6YHLcZCU87Rf7EPbTZAH05LqtAs1yZBXC3uLPDvpUpPMZCYEWLZCOdIksfObQ8Eu2gVibrZC1yr2lDvE5GeWt72S2Idsss7IbrhEIBNImkL78JAk82RpyMRCz5WdDMiDO2t8dPQdtINowNgZDZD","token_type":"bearer","expires_in":5112541}' org.scribe.exceptions.OAuthExcep...

Views

5.8K

Like

1

Replies

12
Re: Adobe Granite Durbo Import Configuration Provider - Adobe Experience Manager 28-03-2017
Hey, JorgI want to keep UUIDs of replicated nodes.I am interested in a node identifier among all AEM instances. I thought that jcr:uuid is replicated as is but that is not the case. Another option is a path but the path can be changed. Since a path is mutable I am out of ideas.AEM keeps UUIDs of replicated users and groups. I do not know how this is configured.That is possible to create custom replication solution and use xmlImport with appropriate ImportUUIDBehavior but I want to configure exis...

Views

1.1K

Likes

0

Replies

0
Adobe Granite Durbo Import Configuration Provider - Adobe Experience Manager 27-03-2017
How to add a few node types into the Preserve UUIDs for nodetypes (preserve.uuid.nodetypes) field? Coma, semi-column and new line do not work.Where it is described how to configure Durbo importer? Any document?Thanks

Views

1.5K

Likes

0

Replies

4
Re: siteadmin page showing blank in AEM 6.0 SP2 - Adobe Experience Manager 16-12-2016
Solution http://stackoverflow.com/questions/35070488/cq5-not-returning-child-pages-json-data-on-infinity-json-request solved such a problemIn my case I set the json.maximumresults of the Apache Sling Get Servlet to 200 and got siteadmin working

Views

2.1K

Like

1

Replies

0
Re: siteadmin page showing blank in AEM 6.0 SP2 - Adobe Experience Manager 16-12-2016
That is not a solution

Views

2.1K

Likes

0

Replies

0
Re: Error while creating workspace - Adobe Experience Manager 08-12-2016
Hey Jorg,Thank you for your answer.That was not own custom versioning solution. A node was cloned to another workspace and restored in this workspace.I found another solution where workspace creation is not required. Hence we can close this topic

Views

2.6K

Likes

0

Replies

1
Re: Error "File /META-INF/tags/HelloTag.tag not found" when creating custom JSP Tag lib - Adobe Experience Manager 08-12-2016
I've removed obsolete bundlescom.squeakysand.sling - squeakysand-sling-taglibcom.squeakysand.sling.squeakysand-sling-taglib com.squeakysand.jsp - squeakysand-jsp-taglibcom.squeakysand.jsp.squeakysand-jsp-taglib com.squeakysand.jcr - squeakysand-jcr-taglibcom.squeakysand.jcr.squeakysand-jcr-taglib com.cqblueprints.taglib - cqblueprints-taglibcom.cqblueprints.taglib.cqblueprints-tagliband this has fixed my problem

Views

5.7K

Likes

0

Replies

0
Re: Error "File /META-INF/tags/HelloTag.tag not found" when creating custom JSP Tag lib - Adobe Experience Manager 07-12-2016
The same problem @sruthia75953514 described. Works fine in 5.6.1. On 6.2 a page is not loaded and in logs:org.apache.sling.scripting.jsp.jasper.JasperException: File "/META-INF/tags/helloWorld.tagx" not foundAny solutions?

Views

3.7K

Likes

0

Replies

2