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

Parusharam
Parusharam
Offline

Badges

Badges
14

Accepted Solutions

Accepted Solutions
2

Likes Received

Likes Received
4

Posts

Posts
20

Discussions

Discussions
1

Questions

Questions
19

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Parusharam
Customize the badges you want to showcase on your profile
Dispatcher Flushing Issue - Adobe Experience Manager 25-02-2020
Problem:When I tried to invalidate dispatcher cache using acs aem commons dispatcher flush,"/content/" is getting removed from the path and appending the remaining path to the doc root and trying to flush the new path which is not a valid path. Example:When I flush "/content/abc/home.html" "/content"is getting trimmed and remaining URL is getting appended to the "/opt/aem/data" and the final url will be /opt/aem/data/abc/home.html which is invalid path in apache and the cache invalidation is fai...

Views

1.4K

Likes

0

Replies

1
Re: Access issue for etc in AEM 6.4 - Adobe Experience Manager 15-03-2019
Is it same with 6.2..? Same pages are loading without giving access in 6.2

Views

1.3K

Likes

0

Replies

0
Re: Access issue for etc in AEM 6.4 - Adobe Experience Manager 15-03-2019
I am trying to access the page in publisher environment without login into publisher.i.e everyone group.

Views

1.3K

Likes

0

Replies

0
Access issue for etc in AEM 6.4 - Adobe Experience Manager 15-03-2019
Hi, Is it mandatory to give access to everyone group to the /etc/designs explicitly in AEM 6.4? We have compressed clientLibs under etc/designs and they are not loading in publishers without giving access to everyone group in /etc.

Views

2.1K

Likes

0

Replies

5
Re: Access issue through sling.scripting in aem 6.4 - Adobe Experience Manager 22-02-2019
Yeah, you are right. I am just rewriting this in sling model by using a service to get the valid system user.

Views

1.2K

Likes

0

Replies

0
Re: Access issue through sling.scripting in aem 6.4 - Adobe Experience Manager 13-02-2019
I gave the access to sling-scripting user then it is working fine.

Views

1.2K

Likes

0

Replies

0
Re: Access issue through sling.scripting in aem 6.4 - Adobe Experience Manager 12-02-2019
Please find the bellow code. public class StartComponent extends AbstractComponent{ private static Logger log = LoggerFactory.getLogger(StartComponent.class); /** dialog property variable formid. */ @JcrProperty(name = "formid") private String formid; /** dialog property variable overridebsubmitText. */ @JcrProperty(name = "overrideanalyticssubmittext") private String overrideanalyticssubmittext; /** dialog property variable actionType. */ @JcrProperty(name = "actionType") private String actionT...

Views

1.2K

Likes

0

Replies

0
Access issue through sling.scripting in aem 6.4 - Adobe Experience Manager 11-02-2019
Hi,We are migrating from AEM 6.2 to 6.4. In 6.2, we are able to access any node under /etc or /content using sling-scripting bundle. but the same is not working in aem 6.4.Steps to Reproduce the issue:1. Get the ResourceResolverFactory from "getSling().getService(ResourceResolverFactory.class)" 2. Get the resource resolver and system user from the above factory.3. Get the resource using "resourceResolver.getResource("/etc/cloudServices") ".and I have created the system user and gave the access t...

Views

2.5K

Likes

0

Replies

8
Re: AEM 6.4 sp2 cq:actions doesn't work with editannotatecopymovedeleteinsert - Adobe Experience Manager 07-02-2019
We are also facing the same issue. Raised a day care ticket with adobe. But I can suggest some workaround.In the edit config node, update edit instead of editannotate in the cq :actions. it will work.

Views

3.0K

Likes

0

Replies

0
Re: Maven build issue in AEM 6.4 - Adobe Experience Manager 06-02-2019
It worked. In the jsp, variable is created with the name of "class" and whenever the variable is try to replace the value it is appending the unwanted text as "class"is a keyword. I changed the variable name from "class"to new name it started working fine.

Views

931

Like

1

Replies

0