Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
We're using AEM cloud and running into the following dispatcher error: Unable to create parent directory /mnt/var/www/html/content. Since its on cloud I'm not sure how to resolve since we don't have access to adjust any permissions.
Hello, Is it somehow possible to grant access to all requests from another requester who is a member of a shared group? Thanks in advance. Regards Lars
We are excited to announce some important updates released to Dynamic Chat this month that we think you’ll find useful. Custom Routing Rules For meeting booking functionality, we have round robin as the default routing logic for identifying an agent whose calendar is to be shown to the visitor. We have introduced Custom rules to give you more flexibility to define your criteria and group of agents based on which an agent's calendar is to be resolved. With custom rules, you can leverage lead,company and inferred attributes to define a qualification criteria based on which an agent's calendar should be resolved. Notes: You can use all lead/company attributes that you enabled as part of your Adobe Marketo Engage Sync You can assign more than one agent to a rule and it will round robin within the rule Similar to audience criteria in dialogues, you can create groups for complex routing criteria Similar to dialogues, there is a p
Hi all, I hope you are well! My name is Susan Aziz part of the Adoption & Retention team, building programs to make sure customers are successful using AEM. I am looking to interview customers who use Cloud Manager. During these interviews, I am hoping to learn more about customers’ onboarding challenges and their ideal onboarding experience to ultimately help influence the future of Adobe Experience Manager email and in-product programs. If you are interested feel free to sign up using my Calendly link. What to expect during the 30-minute meeting: Discussion around customers’ onboarding journey (challenges, successes, etc.) Identify potential gaps in the content that currently exists and identify net new content opportunities with customers. Looking forward to hearing from you all! All the best, Susan Aziz
We are ~EXCITED~ to be kicking off a whole new way of doing things around here in the Experience League Community! The latest added features and functions will motivate you to learn and ensure that you're engaged and having fun while doing so. As you continue to exchange your knowledge and share your experiences with peers, our new gameplay format will shine a light on your credibility ✅ and contributions to your peers ⭐ As you deepen your familiarity and understanding of Experience Cloud solutions, our new gameplay format will challenge and sharpen your understanding by delivering unique challenges designed to increase your knowledge and expertise 💡 while allowing you to work through them at your own pace 📈 Expand your knowledge and extend your contributions with our new Adobe Experience Cloud gameplay features! And read more in our related blog series where we preview come of these ne
I am unable to set properties which already existed property using repository initialization script property cq:allowedTemplates already existed with type "String" but I am trying to set same property with multiple values with type "String[]" causing stopping server error: org.apache.sling.engine.impl.SlingHttpContext handleSecurity: Possible reason is missing Repository service. Check AuthenticationSupport dependencies. can you delete/remvoe property using repository initialization script
Hi,I installed service pack 8 on a fresh AEM 6.5 instance in my mac machine. 37 bundles go into Install state which were previously active before service pack. I tried multiple times by setting up fresh instance again but its the same thing. What could be the solution?
Hi everyone, I wanted to pop in to let you know that the ability to rename pins is now available in Preview and it would be great to hear your feedback. It is planned to remain in Preview for two weeks and will be released to Production on October 27, 2022. Also, we've added an improved experience when removing a pin. These options to rename or remove a pin appear in a drop-down menu when you hover over the pin. Find more information here and here.
Hello Members,I have a AEM 6.5 OSGi framework on-premise Author and Publisher instances running in Windows OS. It was working fine for a long time. We took a snapshot of the Windows server and we used the Window's Services to restarted the Author and Publisher instances. The Publisher instance is running fine, but the Author instance is not. The error.log in Author instance shows the following error:19.03.2021 15:27:41.963 *ERROR* [qtp1031644809-61] org.apache.sling.engine.impl.SlingHttpContext handleSecurity: AuthenticationSupport service missing. Cannot authenticate request. 19.03.2021 15:27:41.964 *ERROR* [qtp1031644809-61] org.apache.sling.engine.impl.SlingHttpContext handleSecurity: Possible reason is missing Repository service. Check AuthenticationSupport dependencies.The URL to server:port/aem/start.html displays the following error message in the browser: HTTP ERROR 503 Problem accessing /aem/start.html. Reason: AuthenticationSupport service missing. Cannot authenticate request
https://github.com/adobe/aem-sample-we-retail-journal/issues/53 The same issue I was facing Breadcrumb was working fine in my local but UAT was not working I followed the above link and fixed the issue it worked in the UAT server. But once deploy to the Production server it is not working. My code: Page currentPage = request.getResourceResolver().adaptTo(PageManager.class).getContainingPage(request.getResource()); Instead of @ScriptVariableprivate Page currentPage; Before this fix: It was showing child pages of the root page. All pages were displayed irrespective of the hideInNavigation property. /content/page1/page2/page3/page4/page5 After Fix: page3/page4/page5 It solved the problem, but it is working fine QA/UAT server but in production server not working. In Production: Displaying all the pages /content/page1/page2/page3/page4/page5 Please can help me with this issue? Details: AEM-SPA Angular Project AEM Version: 6.5 import jav
The first thing I teach in Velocity classes is that VTL (Velocity Template Language) is essentially a simpler way to write Java, and totally unrelated to JavaScript. VTL frees you from many Java concerns. You don’t need a main method. You don’t need to think as much about classes and objects (though you’ll be a better developer if you do). And, key to any template language, you don’t need print: if it’s not inside a #directive() it’s assumed to be output.[1] VTL is deliberately forgiving of runtime errors, prioritizing showing some output to the end user over failing completely. Some code — though far from all — that would throw a fatal error in pure Java is ignored by the Velocity engine. But that forgiving quality is also frustrating: the code still fails. You just don’t see it fail, so you may not catch the side effects. Some broken code I was looking at someone’s {{my.token}} code today and saw a structure like thi
Hi, I need to find two different resource types in the content and then render these in the correct order as they are stored in the content. private List<???how to define it???> getRelevantResources(Resource r) { return ResourceModelUtil.getAllResourcesFromResourceType(r, ???here I would have two resource types???) .stream() .map(resource-> event.adaptTo(??? not sure how to adapt here to two resource types???)) .filter(Objects::nonNull) .collect(Collectors.toList()); I wrote a conceptual code but I am missing some building blocks that I marked with questionmarks. The idea is that I get a list that I can then render in a template. Thanks in advance.
We use parent tasks as our agile stories on our Kanban, which results in child tasks being assigned to team members for each story so they can track their work and "what comes next". This has created a challenge for our project managers when adjusting hours per story, since they're spread out across 2-3 tasks rather than just 1. Has anyone ran into a similar issue or have any solutions to make hours easily updatable?
Automating/Performing tasks on replication of a page from AEM Author by Nikhil Kumar Overview Today in this article we have a look on how we can basically automate/perform any task/tasks on the publication/replication of a page from our author instance. We are going to make use of Event Handler here to achieve this goal.... Read More Q&A Please use this thread to ask questions relating to this article
How to increase New Proof Recipients field Width?
As a system administrator, you have a really big job. You are responsible for creating and maintaining processes, intake queues, dashboards, custom forms, training documentation and integrated applications (to name a few), to ensure that work can be done with ease and efficiency. You’re often asked to be the leader in driving organizational adoption and feeding decision-making data to your leaders. It can feel overwhelming to know where to start, or how to corral a wayward Workfront, whether you’re a brand new System Administrator or a seasoned pro. This week, we’re kicking off a series designed to provide essential advice and action steps to make this challenging role a bit easier. We’re starting with the idea of “setup,” and will dive into the other key elements of administrator essentials in following weeks. DIAGRAM AND DEFINE Workfront will not fix a broken process. It’s imperative to take the time to thoughtfully define and diagram your processes i
Hi all, Our request queue has a custom form that uses a typeahead project field to specify a "related" project. This field continues to display as a dropdown when converted to a project, but we want to display it as a link so users can click it to be taken to that project rather than modifying the value. Is this possible? Thank you!
Does anyone have experience with the Integrated Campaign Blueprint Template? We are looking to revamp our request queues to better intake multi deliverable requests. Thanks!
Hello everyone, I have been trying to upload different images in my local instance, but the images won't load correctly and I am not able to use them in my sites. This is what it looks like after processing. Any help is appreciate it!
We've had some reorgs in the company, resulting in some departmental/role name changes and restructures. If you have experienced this, have you gone in and just renamed existing roles in WF to map to their new updated naming, OR do you deactivate those existing roles and create new roles? I don't want to overload the system with legacy information, but not sure if there would be downstream impacts later on if we just rename existing active groups/roles? Any insights from those who have been here before? Thanks in advance!
Hi All, The below error prevent minification of clientlib postload - See example at https://www.edwardsvacuum.com/etc.clientlibs/settings/wcm/designs/edwards/clientlib-postloaded.lc-1663755324857-lc.min.js This is the edwardsvaccum site https://www.edwardsvacuum.com/en 12.10.2022 15:21:45.493 ERROR [205.223.232.167 [1665588105228] GET /etc.clientlibs/settings/wcm/designs/edwards/clientlib-postloaded.lc-1663755324858-lc.min.js HTTP/1.1] com.google.javascript.jscomp /apps/settings/wcm/designs/edwards/clientlib-postloaded.js:15667: ERROR - Parse error. ‘(’ expected12.10.2022 15:21:45.493 WARN [205.223.232.167 [1665588105228] GET /etc.clientlibs/settings/wcm/designs/edwards/clientlib-postloaded.lc-1663755324858-lc.min.js HTTP/1.1] com.google.javascript.jscomp 1 error(s), 0 warning(s)12.10.2022 15:21:45.493 ERROR [205.223.232.167 [1665588105228] GET /etc.clientlibs/settings/wcm/designs/edwards/clientlib-postloaded.lc-1663755324858-lc.min.js HTTP/1.1] com.adobe.granite.ui.clientlibs.pro
Hello, I would to find out tags under /content/cq:tags which have been modified after certain date. I tried using Tools -> ACS AEM Commons -> Tags to CSV Exporter https://adobe-consulting-services.github.io/acs-aem-commons/features/exporters/tags/index.html when I just give input under Tag root as /content/cq:tags and hit Download Tags , it gives tag only till 3 levels i.e tag path1 {{ tag path1 }},tag path2 {{tag path2}}, tag path3 {{tag path3}} ,,,,,,,,,,,,,,,,,,, after tag path3 all empty , 1>why is not giving all the tags also 2>how to get tags that been modified after certain date. Regards, Srinivas
I am working with AEM 6.5 and have implemented SAML AuthN using Okta as my IdP. I added the OSGi, configured Okta and extended the AuthenticationInfoPostProcessor, all appears to be working. The auth process flow is as follows: siteA.com/some/protected/page.html -> (redirect to) okta.com -> POST siteA.com/saml_login -> GET siteA.com/some/protected/page.html All of that works great, now i add another site siteB and here is what happens with that one. siteB.com (all pages are protected) -> (redirect to) okta.com -> POST siteA.com/saml_login -> GET siteA.com Okta is intentionally configured to use an endpoint on siteA as that is my main site and okta for SAML login only supports a single redirect URL. Is this some issue with cookies not being available for the postProcess?Is there a way i can resolve this? EDIT:So, i think this is a cookie issue. Since my postProcess is on siteA any cookies set by siteB are not sent to siteA after Okta
I have created the proxy components for both teaser and carousel. While trying to use those components in my page styling and js is not applying. I have added clientlibs and embed property. I have followed this reference https://experienceleague.adobe.com/docs/experience-manager-core-components/using/get-started/using.html?lang=en
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.